| /Linux-v5.4/drivers/net/wireless/realtek/rtw88/ | 
| D | tx.h | 12 #define SET_TX_DESC_TXPKTSIZE(txdesc, value)                                   \  argument14 #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 …]
 
 | 
| D | tx.c | 38 	__le32 *txdesc = (__le32 *)skb->data;  in rtw_tx_fill_tx_desc()  local
 | 
| /Linux-v5.4/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
 
 | 
| D | rt61pci.c | 1776 				  struct txentry_desc *txdesc)  in rt61pci_write_tx_desc()1873 				 struct txentry_desc *txdesc)  in rt61pci_write_beacon()
 2065 	struct txdone_entry_desc txdesc;  in rt61pci_txdone()  local
 
 | 
| D | rt2500usb.c | 1057 				    struct txentry_desc *txdesc)  in rt2500usb_write_tx_desc()1119 				   struct txentry_desc *txdesc)  in rt2500usb_write_beacon()
 
 | 
| D | rt2800usb.c | 402 				    struct txentry_desc *txdesc)  in rt2800usb_write_tx_desc()
 | 
| D | rt2800mmio.c | 68 			      struct txentry_desc *txdesc)  in rt2800mmio_write_tx_desc()
 | 
| D | rt73usb.c | 1445 				  struct txentry_desc *txdesc)  in rt73usb_write_tx_desc()1522 				 struct txentry_desc *txdesc)  in rt73usb_write_beacon()
 
 | 
| /Linux-v5.4/drivers/staging/rtl8712/ | 
| D | rtl8712_xmit.h | 93 union txdesc {  union94 	struct tx_desc txdesc;  member
 
 | 
| D | hal_init.c | 155 	struct tx_desc *txdesc;  in rtl8712_dl_fw()  local
 | 
| /Linux-v5.4/drivers/spi/ | 
| D | spi-dw-mid.c | 145 	struct dma_async_tx_descriptor *txdesc;  in dw_spi_dma_prepare_tx()  local242 	struct dma_async_tx_descriptor *txdesc, *rxdesc;  in mid_spi_dma_transfer()  local
 
 | 
| /Linux-v5.4/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
 
 | 
| /Linux-v5.4/drivers/i2c/busses/ | 
| D | i2c-stm32.c | 100 	struct dma_async_tx_descriptor *txdesc;  in stm32_i2c_prep_dma_xfer()  local
 | 
| D | i2c-at91-master.c | 158 	struct dma_async_tx_descriptor *txdesc;  in at91_twi_write_data_dma()  local
 | 
| /Linux-v5.4/drivers/net/wireless/intersil/hostap/ | 
| D | hostap_hw.c | 1803 	struct hfa384x_tx_frame txdesc;  in prism2_tx_80211()  local2164 			       struct hfa384x_tx_frame *txdesc, int ok,  in hostap_tx_callback()
 2214 				struct hfa384x_tx_frame *txdesc,  in hostap_tx_compl_read()
 2266 	struct hfa384x_tx_frame txdesc;  in prism2_tx_ev()  local
 2297 		struct hfa384x_tx_frame *txdesc =  in hostap_sta_tx_exc_tasklet()  local
 2321 	struct hfa384x_tx_frame txdesc;  in prism2_txexc()  local
 
 | 
| /Linux-v5.4/drivers/net/wan/ | 
| D | farsync.c | 130 struct txdesc {			/* Transmit descriptor */  struct131 	volatile u16 ladr;	/* Low order address of packet. This is a
 134 	volatile u8 hadr;	/* High order address. Low 4 bits only, high 4
 137 	volatile u8 bits;	/* Status and config */
 138 	volatile u16 bcnt;	/* 2s complement of packet size in low 15 bits.
 142 	u16 unused;		/* Not used in Tx */
 
 | 
| /Linux-v5.4/drivers/net/ethernet/ | 
| D | jme.c | 1424 	struct txdesc *txdesc = txring->desc;  in jme_tx_clean_tasklet()  local1967 		struct txdesc *txdesc,  in jme_fill_tx_map()
 2027 	struct txdesc *txdesc = txring->desc, *ctxdesc;  in jme_map_tx_skb()  local
 2139 	struct txdesc *txdesc;  in jme_fill_tx_desc()  local
 
 | 
| /Linux-v5.4/drivers/net/vmxnet3/ | 
| D | vmxnet3_drv.c | 279 #   define VMXNET3_TXDESC_GET_GEN(txdesc) get_bitfield32(((const __le32 *) \  argument282 #   define VMXNET3_TXDESC_GET_EOP(txdesc) get_bitfield32(((const __le32 *) \  argument
 301 #   define VMXNET3_TXDESC_GET_GEN(txdesc) ((txdesc)->gen)  argument
 302 #   define VMXNET3_TXDESC_GET_EOP(txdesc) ((txdesc)->eop)  argument
 
 | 
| /Linux-v5.4/drivers/staging/rtl8188eu/include/ | 
| D | rtl8188e_xmit.h | 102 #define txdesc_set_ccx_sw_88e(txdesc, value) \  argument
 | 
| /Linux-v5.4/drivers/net/ethernet/renesas/ | 
| D | sh_eth.c | 1269 	struct sh_eth_txdesc *txdesc;  in sh_eth_tx_free()  local1359 	struct sh_eth_txdesc *txdesc = NULL;  in sh_eth_ring_format()  local
 2519 	struct sh_eth_txdesc *txdesc;  in sh_eth_start_xmit()  local
 
 |