Searched refs:WME_AC_TO_TID (Results 1 – 2 of 2) sorted by relevance
58 #define WME_AC_TO_TID(_ac) (((_ac) == WME_AC_VO) ? 6 : ((_ac) == WME_AC_VI) ? 5 : … macro
2356 pkt_data[qos_ctrl_off] = WME_AC_TO_TID(control->priority); in encapsulate_tx_data_packet()2445 …(uint8_t)(((WME_AC_TO_TID(control->priority) & 0xf) << 4) | (WME_AC_TO_QNUM(control->priority) & 0… in sl_si91x_driver_send_transceiver_data()