Searched defs:udind (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c5002 struct T_unitdata_ind *udind; local
5225 udind = (struct T_unitdata_ind *)mp->b_rptr;
5226 udind->PRIM_type = T_UNITDATA_IND;
5227 udind->SRC_length = tep->te_alen;
5228 addr_startp = mp->b_rptr + udind->SRC_offset;
5239 udind = (struct T_unitdata_ind *)mp->b_rptr;
5240 udind->PRIM_type = T_UNITDATA_IND;
5241 udind->SRC_length = tep->te_alen;
5242 addr_startp = mp->b_rptr + udind->SRC_offset;
5251 tl_fill_option(mp->b_rptr + udind
[all...]

Completed in 72 milliseconds