Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dllc1.h232 #define LLC_RESPONSE 0x01 /* indication in SSAP of a response */ macro
/titanic_41/usr/src/uts/common/io/
H A Dllc1.c2285 if (llchdr->llc_ssap & LLC_RESPONSE) in llc1_xid_reply()
2342 msgllc->llc_ssap = sap | LLC_RESPONSE; in llc1_xid_reply()
2419 llchdr->llc_ssap & ~LLC_RESPONSE; in llc1_xid_ind_con()
2424 if (!(llchdr->llc_ssap & LLC_RESPONSE)) { in llc1_xid_ind_con()
2522 llchdr->llc_ssap = llc->llc_sap | (req_or_res ? LLC_RESPONSE : 0); in llc1_xid_req_res()
2558 if (llchdr->llc_ssap & LLC_RESPONSE) in llc1_test_reply()
2597 msgllc->llc_ssap = sap | LLC_RESPONSE; in llc1_test_reply()
2668 llchdr->llc_ssap & ~LLC_RESPONSE; in llc1_test_ind_con()
2673 if (!(llchdr->llc_ssap & LLC_RESPONSE)) { in llc1_test_ind_con()
2774 llchdr->llc_ssap = llc->llc_sap | (req_or_res ? LLC_RESPONSE : 0); in llc1_test_req_res()