| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
| D | tx.h | 12 #define SET_TX_DESC_TXPKTSIZE(txdesc, value) \ argument 14 #define SET_TX_DESC_OFFSET(txdesc, value) \ argument 16 #define SET_TX_DESC_PKT_OFFSET(txdesc, value) \ argument 18 #define SET_TX_DESC_QSEL(txdesc, value) \ argument 20 #define SET_TX_DESC_BMC(txdesc, value) \ argument 22 #define SET_TX_DESC_RATE_ID(txdesc, value) \ argument 24 #define SET_TX_DESC_DATARATE(txdesc, value) \ argument 26 #define SET_TX_DESC_DISDATAFB(txdesc, value) \ argument 28 #define SET_TX_DESC_USE_RATE(txdesc, value) \ argument 30 #define SET_TX_DESC_SEC_TYPE(txdesc, value) \ argument [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00queue.c | 178 struct txentry_desc *txdesc) in rt2x00queue_create_tx_descriptor_seq() 229 struct txentry_desc *txdesc, in rt2x00queue_create_tx_descriptor_plcp() 293 struct txentry_desc *txdesc, in rt2x00queue_create_tx_descriptor_ht() 386 struct txentry_desc *txdesc, in rt2x00queue_create_tx_descriptor() 488 struct txentry_desc *txdesc) in rt2x00queue_write_tx_data() 529 struct txentry_desc *txdesc) in rt2x00queue_write_tx_descriptor() 543 struct txentry_desc *txdesc) in rt2x00queue_kick_tx_queue() 606 struct txentry_desc txdesc; in rt2x00queue_write_tx_frame() local 750 struct txentry_desc txdesc; in rt2x00queue_update_beacon() local
|
| D | rt2x00crypto.c | 37 struct txentry_desc *txdesc) in rt2x00crypto_create_tx_descriptor() 91 void rt2x00crypto_tx_copy_iv(struct sk_buff *skb, struct txentry_desc *txdesc) in rt2x00crypto_tx_copy_iv() 102 void rt2x00crypto_tx_remove_iv(struct sk_buff *skb, struct txentry_desc *txdesc) in rt2x00crypto_tx_remove_iv()
|
| D | rt2x00lib.h | 337 struct txentry_desc *txdesc) in rt2x00crypto_create_tx_descriptor() 348 struct txentry_desc *txdesc) in rt2x00crypto_tx_copy_iv() 353 struct txentry_desc *txdesc) in rt2x00crypto_tx_remove_iv()
|
| D | rt2x00dev.c | 308 struct txdone_entry_desc *txdesc, in rt2x00lib_fill_tx_status() 411 struct txdone_entry_desc *txdesc) in rt2x00lib_txdone_nomatch() 461 struct txdone_entry_desc *txdesc) in rt2x00lib_txdone() 550 struct txdone_entry_desc txdesc; in rt2x00lib_txdone_noinfo() local
|
| D | rt2400pci.c | 1095 struct txentry_desc *txdesc) in rt2400pci_write_tx_desc() 1166 struct txentry_desc *txdesc) in rt2400pci_write_beacon() 1271 struct txdone_entry_desc txdesc; in rt2400pci_txdone() local
|
| D | rt2500pci.c | 1248 struct txentry_desc *txdesc) in rt2500pci_write_tx_desc() 1318 struct txentry_desc *txdesc) in rt2500pci_write_beacon() 1399 struct txdone_entry_desc txdesc; in rt2500pci_txdone() local
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00queue.c | 178 struct txentry_desc *txdesc) in rt2x00queue_create_tx_descriptor_seq() 229 struct txentry_desc *txdesc, in rt2x00queue_create_tx_descriptor_plcp() 293 struct txentry_desc *txdesc, in rt2x00queue_create_tx_descriptor_ht() 386 struct txentry_desc *txdesc, in rt2x00queue_create_tx_descriptor() 489 struct txentry_desc *txdesc) in rt2x00queue_write_tx_data() 530 struct txentry_desc *txdesc) in rt2x00queue_write_tx_descriptor() 544 struct txentry_desc *txdesc) in rt2x00queue_kick_tx_queue() 607 struct txentry_desc txdesc; in rt2x00queue_write_tx_frame() local 751 struct txentry_desc txdesc; in rt2x00queue_update_beacon() local
|
| D | rt2x00crypto.c | 37 struct txentry_desc *txdesc) in rt2x00crypto_create_tx_descriptor() 91 void rt2x00crypto_tx_copy_iv(struct sk_buff *skb, struct txentry_desc *txdesc) in rt2x00crypto_tx_copy_iv() 102 void rt2x00crypto_tx_remove_iv(struct sk_buff *skb, struct txentry_desc *txdesc) in rt2x00crypto_tx_remove_iv()
|
| D | rt2x00lib.h | 337 struct txentry_desc *txdesc) in rt2x00crypto_create_tx_descriptor() 348 struct txentry_desc *txdesc) in rt2x00crypto_tx_copy_iv() 353 struct txentry_desc *txdesc) in rt2x00crypto_tx_remove_iv()
|
| D | rt2x00dev.c | 308 struct txdone_entry_desc *txdesc, in rt2x00lib_fill_tx_status() 411 struct txdone_entry_desc *txdesc) in rt2x00lib_txdone_nomatch() 461 struct txdone_entry_desc *txdesc) in rt2x00lib_txdone() 550 struct txdone_entry_desc txdesc; in rt2x00lib_txdone_noinfo() local
|
| D | rt2500pci.c | 1248 struct txentry_desc *txdesc) in rt2500pci_write_tx_desc() 1318 struct txentry_desc *txdesc) in rt2500pci_write_beacon() 1399 struct txdone_entry_desc txdesc; in rt2500pci_txdone() local
|
| D | rt2400pci.c | 1095 struct txentry_desc *txdesc) in rt2400pci_write_tx_desc() 1166 struct txentry_desc *txdesc) in rt2400pci_write_beacon() 1271 struct txdone_entry_desc txdesc; in rt2400pci_txdone() local
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
| D | rtl8712_xmit.h | 93 union txdesc { union 94 struct tx_desc txdesc; member
|
| D | hal_init.c | 167 struct tx_desc *txdesc; in rtl8712_dl_fw() local
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
| D | rtl8712_xmit.h | 90 union txdesc { union 91 struct tx_desc txdesc; member
|
| D | hal_init.c | 166 struct tx_desc *txdesc; in rtl8712_dl_fw() local
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| D | trx.c | 444 static void _rtl_fill_usb_tx_desc(__le32 *txdesc) in _rtl_fill_usb_tx_desc() 454 static void _rtl_tx_desc_checksum(__le32 *txdesc) in _rtl_tx_desc_checksum() 488 __le32 *txdesc; in rtl92cu_tx_fill_desc() local
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| D | trx.c | 444 static void _rtl_fill_usb_tx_desc(__le32 *txdesc) in _rtl_fill_usb_tx_desc() 454 static void _rtl_tx_desc_checksum(__le32 *txdesc) in _rtl_tx_desc_checksum() 488 __le32 *txdesc; in rtl92cu_tx_fill_desc() local
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
| D | tx.h | 116 void fill_txdesc_checksum_common(u8 *txdesc, size_t words) in fill_txdesc_checksum_common() 133 u8 *txdesc) in rtw_tx_fill_txdesc_checksum()
|
| /kernel/linux/linux-5.10/drivers/i2c/busses/ |
| D | i2c-stm32.c | 104 struct dma_async_tx_descriptor *txdesc; in stm32_i2c_prep_dma_xfer() local
|
| /kernel/linux/linux-6.6/drivers/i2c/busses/ |
| D | i2c-stm32.c | 104 struct dma_async_tx_descriptor *txdesc; in stm32_i2c_prep_dma_xfer() local
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
| D | hostap_hw.c | 1794 struct hfa384x_tx_frame txdesc; in prism2_tx_80211() local 2155 struct hfa384x_tx_frame *txdesc, int ok, in hostap_tx_callback() 2205 struct hfa384x_tx_frame *txdesc, in hostap_tx_compl_read() 2257 struct hfa384x_tx_frame txdesc; in prism2_tx_ev() local 2288 struct hfa384x_tx_frame *txdesc = in hostap_sta_tx_exc_tasklet() local 2312 struct hfa384x_tx_frame txdesc; in prism2_txexc() local
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
| D | hostap_hw.c | 1791 struct hfa384x_tx_frame txdesc; in prism2_tx_80211() local 2151 struct hfa384x_tx_frame *txdesc, int ok, in hostap_tx_callback() 2201 struct hfa384x_tx_frame *txdesc, in hostap_tx_compl_read() 2253 struct hfa384x_tx_frame txdesc; in prism2_tx_ev() local 2284 struct hfa384x_tx_frame *txdesc = in hostap_sta_tx_exc_tasklet() local 2308 struct hfa384x_tx_frame txdesc; in prism2_txexc() local
|
| /kernel/linux/linux-6.6/drivers/net/wan/ |
| D | farsync.c | 132 struct txdesc { /* Transmit descriptor */ struct 133 volatile u16 ladr; /* Low order address of packet. This is a 136 volatile u8 hadr; /* High order address. Low 4 bits only, high 4 139 volatile u8 bits; /* Status and config */ 140 volatile u16 bcnt; /* 2s complement of packet size in low 15 bits. 144 u16 unused; /* Not used in Tx */
|