Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c1322 struct llchdr *llchdr; in llc1_unitdata() local
1360 llchdr = (struct llchdr *)nmp->b_wptr; in llc1_unitdata()
1371 sizeof (struct llchdr)); in llc1_unitdata()
1375 llchdr->llc_ssap = lld->llc_sap; in llc1_unitdata()
1378 llchdr->llc_dsap = llcp->llca_sap; in llc1_unitdata()
1381 llchdr->llc_ctl = LLC_UI; in llc1_unitdata()
1383 nmp->b_wptr += sizeof (struct llchdr); in llc1_unitdata()
1387 llchdr->llc_dsap = LLC_SNAP_SAP; in llc1_unitdata()
1416 nmp = allocb(sizeof (struct llchdr)+sizeof (struct snaphdr), in llc1_unitdata()
1420 llchdr = (struct llchdr *)(nmp->b_rptr); in llc1_unitdata()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dllc1.h205 struct llchdr { struct