Searched refs:rtw_tx_fill_tx_desc (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | tx.h | 96 void rtw_tx_fill_tx_desc(struct rtw_tx_pkt_info *pkt_info, struct sk_buff *skb);
|
H A D | usb.c | 453 rtw_tx_fill_tx_desc(pkt_info, skb); in rtw_usb_write_data() 520 rtw_tx_fill_tx_desc(pkt_info, skb); in rtw_usb_tx_write()
|
H A D | tx.c | 35 void rtw_tx_fill_tx_desc(struct rtw_tx_pkt_info *pkt_info, struct sk_buff *skb) in rtw_tx_fill_tx_desc() function 89 EXPORT_SYMBOL(rtw_tx_fill_tx_desc); variable
|
H A D | sdio.c | 867 rtw_tx_fill_tx_desc(pkt_info, skb); in rtw_sdio_tx_skb_prepare()
|
H A D | pci.c | 826 rtw_tx_fill_tx_desc(pkt_info, skb); in rtw_pci_tx_write_data()
|
H A D | fw.c | 1204 rtw_tx_fill_tx_desc(&pkt_info, skb); in rtw_fill_rsvd_page_desc()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | tx.h | 102 void rtw_tx_fill_tx_desc(struct rtw_tx_pkt_info *pkt_info, struct sk_buff *skb);
|
H A D | tx.c | 35 void rtw_tx_fill_tx_desc(struct rtw_tx_pkt_info *pkt_info, struct sk_buff *skb) in rtw_tx_fill_tx_desc() function 67 EXPORT_SYMBOL(rtw_tx_fill_tx_desc); variable
|
H A D | fw.c | 944 rtw_tx_fill_tx_desc(&pkt_info, skb); in rtw_fill_rsvd_page_desc()
|
H A D | pci.c | 757 rtw_tx_fill_tx_desc(pkt_info, skb); in rtw_pci_tx_write_data()
|
Completed in 16 milliseconds