Home
last modified time | relevance | path

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

/openbmc/linux/net/llc/
H A Dllc_pdu.c300 pdu->ctrl_1 |= LLC_2_PDU_RSP_RNR; in llc_pdu_init_as_rnr_rsp()
H A Dllc_c_ev.c381 LLC_S_PDU_RSP(pdu) == LLC_2_PDU_RSP_RNR ? 0 : 1; in llc_conn_ev_rx_rnr_rsp_fbit_set_0()
390 LLC_S_PDU_RSP(pdu) == LLC_2_PDU_RSP_RNR ? 0 : 1; in llc_conn_ev_rx_rnr_rsp_fbit_set_1()
/openbmc/linux/include/net/
H A Dllc_pdu.h141 #define LLC_2_PDU_RSP_RNR 0x04 /* rx not ready rsp */ macro