Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c1166 lld->llc_sap = sap; in llc1_bind()
1175 lld->llc_sap = LLC_SNAP_SAP; in llc1_bind()
1375 llchdr->llc_ssap = lld->llc_sap; in llc1_unitdata()
1423 llchdr->llc_ssap = lld->llc_sap; in llc1_unitdata()
1565 lld->llc_type, lld->llc_sap, in llc1_recv()
1579 (lld->llc_sap == msgsap || in llc1_recv()
1630 mp, lld->llc_sap); in llc1_recv()
1661 mp, lld->llc_sap); in llc1_recv()
1829 llc->llc_sap = 0; in llc1unattach()
2467 if (llc->llc_sap == LLC_NOVELL_SAP) in llc1_xid_req_res()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dllc1.h126 long llc_sap; member