Home
last modified time | relevance | path

Searched refs:LLC_2_PDU_RSP_DM (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/llc/
H A Dllc_input.c91 case LLC_2_PDU_RSP_DM: in llc_pdu_type()
H A Dllc_pdu.c205 pdu->ctrl_1 |= LLC_2_PDU_RSP_DM; in llc_pdu_init_as_dm_rsp()
H A Dllc_c_ev.c165 LLC_U_PDU_RSP(pdu) == LLC_2_PDU_RSP_DM ? 0 : 1; in llc_conn_ev_rx_dm_rsp_fbit_set_x()
492 case LLC_2_PDU_RSP_DM: in llc_conn_ev_rx_xxx_rsp_fbit_set_x()
H A Dllc_c_ac.c102 LLC_U_PDU_RSP(pdu) == LLC_2_PDU_RSP_DM) in llc_conn_ac_disc_ind()
/openbmc/linux/include/net/
H A Dllc_pdu.h85 #define LLC_2_PDU_RSP_DM 0x0C macro