| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A 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() 486 struct txentry_desc *txdesc) in rt2x00queue_write_tx_data() 527 struct txentry_desc *txdesc) in rt2x00queue_write_tx_descriptor() 541 struct txentry_desc *txdesc) in rt2x00queue_kick_tx_queue() 604 struct txentry_desc txdesc; in rt2x00queue_write_tx_frame() local 748 struct txentry_desc txdesc; in rt2x00queue_update_beacon() local
|
| H A 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()
|
| H A 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()
|
| H A 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
|
| H A 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
|
| H A 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
|
| H A 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
|
| H A D | rt2500usb.c | 1057 struct txentry_desc *txdesc) in rt2500usb_write_tx_desc() 1119 struct txentry_desc *txdesc) in rt2500usb_write_beacon()
|
| H A D | rt2800usb.c | 402 struct txentry_desc *txdesc) in rt2800usb_write_tx_desc()
|
| H A D | rt73usb.c | 1445 struct txentry_desc *txdesc) in rt73usb_write_tx_desc() 1522 struct txentry_desc *txdesc) in rt73usb_write_beacon()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/ |
| H A D | trx.c | 48 static void _rtl92du_tx_desc_checksum(__le32 *txdesc) in _rtl92du_tx_desc_checksum() 80 __le32 *txdesc; in rtl92du_tx_fill_desc() local
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| H A D | trx.c | 451 static void _rtl_fill_usb_tx_desc(__le32 *txdesc) in _rtl_fill_usb_tx_desc() 461 static void _rtl_tx_desc_checksum(__le32 *txdesc) in _rtl_tx_desc_checksum() 495 __le32 *txdesc; in rtl92cu_tx_fill_desc() local
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | tx.h | 119 void fill_txdesc_checksum_common(u8 *txdesc, size_t words) in fill_txdesc_checksum_common() 136 u8 *txdesc) in rtw_tx_fill_txdesc_checksum()
|
| H A D | rtw8812a.c | 889 u8 *txdesc) in rtw8812a_fill_txdesc_checksum()
|
| H A D | rtw8723x.c | 684 u8 *txdesc) in __rtw8723x_fill_txdesc_checksum()
|
| H A D | rtw8821c.c | 1233 u8 *txdesc) in rtw8821c_fill_txdesc_checksum()
|
| /linux/drivers/net/ethernet/ |
| H A D | jme.c | 1415 struct txdesc *txdesc = txring->desc; in jme_tx_clean_tasklet() local 1952 struct txdesc *txdesc, in jme_fill_tx_map() 2004 struct txdesc *txdesc = txring->desc, *ctxdesc; in jme_map_tx_skb() local 2111 struct txdesc *txdesc; in jme_fill_tx_desc() local
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-at91-master.c | 197 struct dma_async_tx_descriptor *txdesc; in at91_twi_write_data_dma() local
|
| H A D | i2c-sh_mobile.c | 513 struct dma_async_tx_descriptor *txdesc; in sh_mobile_i2c_xfer_dma() local
|
| /linux/drivers/net/vmxnet3/ |
| H A D | vmxnet3_drv.c | 344 # define VMXNET3_TXDESC_GET_GEN(txdesc) get_bitfield32(((const __le32 *) \ argument 347 # define VMXNET3_TXDESC_GET_EOP(txdesc) get_bitfield32(((const __le32 *) \ argument 366 # define VMXNET3_TXDESC_GET_GEN(txdesc) ((txdesc)->gen) argument 367 # define VMXNET3_TXDESC_GET_EOP(txdesc) ((txdesc)->eop) argument
|
| /linux/drivers/spi/ |
| H A D | spi-dw-dma.c | 344 struct dma_async_tx_descriptor *txdesc; in dw_spi_dma_submit_tx() local
|
| H A D | spi-spacemit-k1.c | 281 struct dma_async_tx_descriptor *txdesc, *rxdesc; in k1_spi_dma_one() local
|
| H A D | spi-uniphier.c | 390 struct dma_async_tx_descriptor *rxdesc = NULL, *txdesc = NULL; in uniphier_spi_transfer_one_dma() local
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | sh_eth.c | 1234 struct sh_eth_txdesc *txdesc; in sh_eth_tx_free() local 1324 struct sh_eth_txdesc *txdesc = NULL; in sh_eth_ring_format() local 2496 struct sh_eth_txdesc *txdesc; in sh_eth_start_xmit() local
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | core.c | 1639 void *txdesc) in rtw89_core_fill_txdesc() 1663 void *txdesc) in rtw89_core_fill_txdesc_v1() 1843 void *txdesc) in rtw89_core_fill_txdesc_v2() 1872 void *txdesc) in rtw89_core_fill_txdesc_v3() 1911 void *txdesc) in rtw89_core_fill_txdesc_fwcmd_v1() 1931 void *txdesc) in rtw89_core_fill_txdesc_fwcmd_v2()
|