Searched refs:tcip (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c211 ibmf_ci_t *tcip; local
223 tcip = NULL;
231 if (tcip != (ibmf_ci_t *)NULL)
232 tcip->ci_next = cip->ci_next;
237 tcip = cip->ci_next;
249 cip = tcip;
439 ibmf_ci_t *tcip; local
506 tcip = ibmf_statep->ibmf_ci_list;
507 while (tcip != (ibmf_ci_t *)NULL) {
509 tcip
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c1182 struct T_conn_ind *tcip = local
1187 if (blen >= sizeof (*tcip) &&
1188 MBLKIN(mp, tcip->SRC_offset, tcip->SRC_length)) {
H A Dbridge.c2110 uint16_t *vlanidp, uint16_t *tcip)
2163 *tcip = tci;
2109 bridge_get_vlan(bridge_link_t *blp, mac_header_info_t *hdr_info, mblk_t *mp, uint16_t *vlanidp, uint16_t *tcip) argument

Completed in 92 milliseconds