Searched refs:set_tx_desc_first_seg (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| D | trx.c | 448 set_tx_desc_first_seg(txdesc, 1); in _rtl_fill_usb_tx_desc() 610 set_tx_desc_first_seg(pdesc, 1); /* bFirstSeg; */ in rtl92cu_fill_fake_txdesc() 646 set_tx_desc_first_seg(pdesc, 1); in rtl92cu_tx_fill_cmddesc() 652 set_tx_desc_first_seg(pdesc, 1); in rtl92cu_tx_fill_cmddesc()
|
| D | trx.h | 183 static inline void set_tx_desc_first_seg(__le32 *__txdesc, u32 __value) in set_tx_desc_first_seg() function
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| D | trx.c | 488 set_tx_desc_first_seg(pdesc, (firstseg ? 1 : 0)); in rtl8723e_tx_fill_desc() 557 set_tx_desc_first_seg(pdesc, 1); in rtl8723e_tx_fill_cmddesc() 571 set_tx_desc_first_seg(pdesc, 1); in rtl8723e_tx_fill_cmddesc()
|
| D | trx.h | 42 static inline void set_tx_desc_first_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_first_seg() function
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| D | trx.c | 564 set_tx_desc_first_seg(pdesc, (firstseg ? 1 : 0)); in rtl8723be_tx_fill_desc() 619 set_tx_desc_first_seg(pdesc, 1); in rtl8723be_tx_fill_cmddesc() 633 set_tx_desc_first_seg(pdesc, 1); in rtl8723be_tx_fill_cmddesc()
|
| D | trx.h | 42 static inline void set_tx_desc_first_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_first_seg() function
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| D | trx.c | 529 set_tx_desc_first_seg(pdesc, (firstseg ? 1 : 0)); in rtl92ce_tx_fill_desc() 596 set_tx_desc_first_seg(pdesc, 1); in rtl92ce_tx_fill_cmddesc() 610 set_tx_desc_first_seg(pdesc, 1); in rtl92ce_tx_fill_cmddesc()
|
| D | trx.h | 44 static inline void set_tx_desc_first_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_first_seg() function
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| D | trx.c | 642 set_tx_desc_first_seg(pdesc, (firstseg ? 1 : 0)); in rtl88ee_tx_fill_desc() 702 set_tx_desc_first_seg(pdesc, 1); in rtl88ee_tx_fill_cmddesc() 716 set_tx_desc_first_seg(pdesc, 1); in rtl88ee_tx_fill_cmddesc()
|
| D | trx.h | 42 static inline void set_tx_desc_first_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_first_seg() function
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| D | trx.c | 819 set_tx_desc_first_seg(pdesc, (firstseg ? 1 : 0)); in rtl92ee_tx_fill_desc() 869 set_tx_desc_first_seg(pdesc, 1); in rtl92ee_tx_fill_cmddesc() 883 set_tx_desc_first_seg(pdesc, 1); in rtl92ee_tx_fill_cmddesc()
|
| D | trx.h | 42 static inline void set_tx_desc_first_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_first_seg() function
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| D | trx.c | 802 set_tx_desc_first_seg(pdesc, (firstseg ? 1 : 0)); in rtl8821ae_tx_fill_desc() 848 set_tx_desc_first_seg(pdesc, 1); in rtl8821ae_tx_fill_cmddesc()
|
| D | trx.h | 42 static inline void set_tx_desc_first_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_first_seg() function
|