Home
last modified time | relevance | path

Searched refs:LLC_2_PDU_RSP_RR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/llc/
H A Dllc_pdu.c260 pdu->ctrl_1 |= LLC_2_PDU_RSP_RR; in llc_pdu_init_as_rr_rsp()
H A Dllc_c_ev.c418 LLC_S_PDU_RSP(pdu) == LLC_2_PDU_RSP_RR ? 0 : 1; in llc_conn_ev_rx_rr_rsp_fbit_set_0()
428 LLC_S_PDU_RSP(pdu) == LLC_2_PDU_RSP_RR ? 0 : 1; in llc_conn_ev_rx_rr_rsp_fbit_set_1()
/openbmc/linux/include/net/
H A Dllc_pdu.h137 #define LLC_2_PDU_RSP_RR 0x00 /* rx ready rsp */ macro