Searched refs:LLC_I_GET_NR (Results 1 – 3 of 3) sorted by relevance
55 nr = LLC_I_GET_NR(pdu); in llc_conn_ac_clear_remote_busy()418 u8 nr = LLC_I_GET_NR(pdu); in llc_conn_ac_resend_i_xxx_x_set_0()446 nr = LLC_I_GET_NR(pdu); in llc_conn_ac_resend_i_xxx_x_set_0_or_send_rr()456 u8 nr = LLC_I_GET_NR(pdu); in llc_conn_ac_resend_i_rsp_f_set_1()
508 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()
121 #define LLC_I_GET_NR(pdu) (u8)((pdu->ctrl_2 & 0xFE) >> 1) macro