Searched refs:IS_QOS_PKT (Results 1 – 2 of 2) sorted by relevance
2318 …if ((IS_QOS_PKT(control->ctrl_flags) && !IS_BCAST_MCAST_MAC(control->addr1[0])) && (control->prior… in encapsulate_tx_data_packet()2345 seq_ctrl = (uint16_t)(get_seq_ctrl(IS_QOS_PKT(control->ctrl_flags)) << 4); in encapsulate_tx_data_packet()2354 if (IS_QOS_PKT(control->ctrl_flags) && !IS_BCAST_MCAST_MAC(control->addr1[0])) { in encapsulate_tx_data_packet()2375 if (IS_QOS_PKT(control->ctrl_flags) && !IS_BCAST_MCAST_MAC(control->addr1[0])) { in sl_si91x_driver_send_transceiver_data()2440 if (IS_QOS_PKT(control->ctrl_flags) && !IS_BCAST_MCAST_MAC(control->addr1[0])) { in sl_si91x_driver_send_transceiver_data()
65 #define IS_QOS_PKT(ctrl_flags) (ctrl_flags & TX_DATA_CTRL_FLAG_QOS_BIT) macro