Home
last modified time | relevance | path

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

/linux-5.19.10/net/llc/
Dllc_c_ac.c55 nr = LLC_I_GET_NR(pdu); in llc_conn_ac_clear_remote_busy()
421 u8 nr = LLC_I_GET_NR(pdu); in llc_conn_ac_resend_i_xxx_x_set_0()
449 nr = LLC_I_GET_NR(pdu); in llc_conn_ac_resend_i_xxx_x_set_0_or_send_rr()
459 u8 nr = LLC_I_GET_NR(pdu); in llc_conn_ac_resend_i_rsp_f_set_1()
Dllc_c_ev.c508 const u8 nr = LLC_I_GET_NR(pdu); in llc_conn_ev_rx_zzz_cmd_pbit_set_x_inval_nr()
526 const u8 nr = LLC_I_GET_NR(pdu); in llc_conn_ev_rx_zzz_rsp_fbit_set_x_inval_nr()
/linux-5.19.10/include/net/
Dllc_pdu.h123 #define LLC_I_GET_NR(pdu) (u8)((pdu->ctrl_2 & 0xFE) >> 1) macro