Home
last modified time | relevance | path

Searched refs:capb (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/softmac/
H A Dsoftmac_capab.c110 dl_capability_req_t *capb; in dl_capab() local
119 capb = (dl_capability_req_t *)mp->b_wptr; in dl_capab()
122 capb->dl_primitive = DL_CAPABILITY_REQ; in dl_capab()
249 dl_capability_req_t *capb; in softmac_capab_send() local
291 capb = (dl_capability_req_t *)reqmp->b_rptr; in softmac_capab_send()
292 capb->dl_primitive = DL_CAPABILITY_REQ; in softmac_capab_send()
297 capb->dl_sub_offset = sizeof (dl_capability_req_t); in softmac_capab_send()
304 capb->dl_sub_length += size; in softmac_capab_send()
306 subcapb = (dl_capability_sub_t *)(capb + 1); in softmac_capab_send()
322 capb->dl_sub_length += size; in softmac_capab_send()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_if.c1409 dl_capability_req_t *capb; in ill_capability_reset_alloc() local
1435 capb = (dl_capability_req_t *)mp->b_rptr; in ill_capability_reset_alloc()
1436 capb->dl_primitive = DL_CAPABILITY_REQ; in ill_capability_reset_alloc()
1437 capb->dl_sub_offset = sizeof (dl_capability_req_t); in ill_capability_reset_alloc()
1438 capb->dl_sub_length = size; in ill_capability_reset_alloc()