Searched refs:LLC_U_PDU_RSP (Results 1 – 5 of 5) sorted by relevance
77 LLC_U_PDU_RSP(pdu) == LLC_1_PDU_CMD_XID ? 0 : 1; in llc_sap_ev_rx_xid_r()106 LLC_U_PDU_RSP(pdu) == LLC_1_PDU_CMD_TEST ? 0 : 1; in llc_sap_ev_rx_test_r()
165 LLC_U_PDU_RSP(pdu) == LLC_2_PDU_RSP_DM ? 0 : 1; in llc_conn_ev_rx_dm_rsp_fbit_set_x()173 LLC_U_PDU_RSP(pdu) == LLC_2_PDU_RSP_FRMR ? 0 : 1; in llc_conn_ev_rx_frmr_rsp_fbit_set_x()444 LLC_U_PDU_RSP(pdu) == LLC_2_PDU_RSP_UA ? 0 : 1; in llc_conn_ev_rx_ua_rsp_fbit_set_x()490 switch (LLC_U_PDU_RSP(pdu)) { in llc_conn_ev_rx_xxx_rsp_fbit_set_x()
97 switch (LLC_U_PDU_RSP(pdu)) { in llc_sap_rtn_pdu()
102 LLC_U_PDU_RSP(pdu) == LLC_2_PDU_RSP_DM) in llc_conn_ac_disc_ind()140 LLC_U_PDU_RSP(pdu) == LLC_2_PDU_RSP_FRMR) { in llc_conn_ac_rst_ind()
76 #define LLC_U_PDU_RSP(pdu) (pdu->ctrl_1 & LLC_U_PDU_CMD_MASK) macro