Searched refs:rtw_tx_report_enqueue (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | tx.h | 97 void rtw_tx_report_enqueue(struct rtw_dev *rtwdev, struct sk_buff *skb, u8 sn);
|
H A D | tx.c | 190 void rtw_tx_report_enqueue(struct rtw_dev *rtwdev, struct sk_buff *skb, u8 sn) in rtw_tx_report_enqueue() function 206 EXPORT_SYMBOL(rtw_tx_report_enqueue);
|
H A D | usb.c | 280 rtw_tx_report_enqueue(rtwdev, skb, tx_data->sn); in rtw_usb_write_port_tx_complete()
|
H A D | sdio.c | 1198 rtw_tx_report_enqueue(rtwdev, skb, tx_data->sn); in rtw_sdio_indicate_tx_status()
|
H A D | pci.c | 996 rtw_tx_report_enqueue(rtwdev, skb, tx_data->sn); in rtw_pci_tx_isr()
|