Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.h126 u8 rtl_tid_to_ac(u8 tid);
H A Dbase.c146 u8 rtl_tid_to_ac(u8 tid) in rtl_tid_to_ac() function
150 EXPORT_SYMBOL_GPL(rtl_tid_to_ac);
H A Dpci.c448 u8 hw_queue = ac_to_hwq[rtl_tid_to_ac(tid)]; in _rtl_pci_tx_chk_waitq()