Searched refs:rtw_hal_pci_check_enough_txdesc (Results 1 – 4 of 4) sorted by relevance
129 if (rtw_hal_pci_check_enough_txdesc(GET_PHL_COM(dvobj), pattrib->qsel) == _FALSE) in pci_data_xmit()252 if (rtw_hal_pci_check_enough_txdesc(GET_PHL_COM(dvobj),276 if (rtw_hal_pci_check_enough_txdesc(GET_PHL_COM(dvobj), in pci_xmitframe_enqueue()
130 if (rtw_hal_pci_check_enough_txdesc(GET_PHL_COM(dvobj), pattrib->qsel) == _FALSE) in pci_data_xmit()253 if (rtw_hal_pci_check_enough_txdesc(GET_PHL_COM(dvobj),277 if (rtw_hal_pci_check_enough_txdesc(GET_PHL_COM(dvobj), in pci_xmitframe_enqueue()
30 static inline u8 rtw_hal_pci_check_enough_txdesc(void *h, u8 queue_id) in rtw_hal_pci_check_enough_txdesc() function