Searched refs:rtw_tx_report_enqueue (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/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); variable
|
H A D | usb.c | 278 rtw_tx_report_enqueue(rtwdev, skb, tx_data->sn); in rtw_usb_write_port_tx_complete()
|
H A D | sdio.c | 1196 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | tx.h | 103 void rtw_tx_report_enqueue(struct rtw_dev *rtwdev, struct sk_buff *skb, u8 sn);
|
H A D | tx.c | 168 void rtw_tx_report_enqueue(struct rtw_dev *rtwdev, struct sk_buff *skb, u8 sn) in rtw_tx_report_enqueue() function 184 EXPORT_SYMBOL(rtw_tx_report_enqueue); variable
|
H A D | pci.c | 921 rtw_tx_report_enqueue(rtwdev, skb, tx_data->sn); in rtw_pci_tx_isr()
|
Completed in 11 milliseconds