Home
last modified time | relevance | path

Searched refs:rtw_tx_report_enqueue (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/contrib/dev/rtw88/
H A Dtx.h97 void rtw_tx_report_enqueue(struct rtw_dev *rtwdev, struct sk_buff *skb, u8 sn);
H A Dtx.c210 void rtw_tx_report_enqueue(struct rtw_dev *rtwdev, struct sk_buff *skb, u8 sn) in rtw_tx_report_enqueue() function
226 EXPORT_SYMBOL(rtw_tx_report_enqueue);
H A Dusb.c238 rtw_tx_report_enqueue(rtwdev, skb, tx_data->sn); in rtw_usb_write_port_tx_complete()
H A Dsdio.c1175 rtw_tx_report_enqueue(rtwdev, skb, tx_data->sn); in rtw_sdio_indicate_tx_status()
H A Dpci.c1053 rtw_tx_report_enqueue(rtwdev, skb, tx_data->sn); in rtw_pci_tx_isr()