Home
last modified time | relevance | path

Searched defs:txdesc (Results 1 – 25 of 47) sorted by relevance

12

/linux/drivers/net/wireless/realtek/rtw88/
A Dtx.h12 #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
54 #define SET_TX_DESC_DATA_SHORT(txdesc, value) \ argument
66 #define SET_TX_DESC_NAVUSEHDR(txdesc, value) \ argument
[all …]
/linux/drivers/net/wireless/ralink/rt2x00/
A Drt2x00queue.c178 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
A Drt2x00crypto.c37 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()
A Drt2x00lib.h337 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()
A Drt2x00dev.c307 struct txdone_entry_desc *txdesc, in rt2x00lib_fill_tx_status()
410 struct txdone_entry_desc *txdesc) in rt2x00lib_txdone_nomatch()
460 struct txdone_entry_desc *txdesc) in rt2x00lib_txdone()
549 struct txdone_entry_desc txdesc; in rt2x00lib_txdone_noinfo() local
A Drt2400pci.c1095 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
A Drt2500pci.c1248 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
A Drt61pci.c1776 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
A Drt2500usb.c1057 struct txentry_desc *txdesc) in rt2500usb_write_tx_desc()
1119 struct txentry_desc *txdesc) in rt2500usb_write_beacon()
A Drt2800usb.c402 struct txentry_desc *txdesc) in rt2800usb_write_tx_desc()
A Drt2800mmio.c68 struct txentry_desc *txdesc) in rt2800mmio_write_tx_desc()
A Drt73usb.c1445 struct txentry_desc *txdesc) in rt73usb_write_tx_desc()
1522 struct txentry_desc *txdesc) in rt73usb_write_beacon()
/linux/drivers/staging/rtl8712/
A Drtl8712_xmit.h90 union txdesc { union
91 struct tx_desc txdesc; member
A Dhal_init.c166 struct tx_desc *txdesc; in rtl8712_dl_fw() local
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
A Dtrx.c444 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/drivers/i2c/busses/
A Di2c-stm32.c104 struct dma_async_tx_descriptor *txdesc; in stm32_i2c_prep_dma_xfer() local
A Di2c-at91-master.c197 struct dma_async_tx_descriptor *txdesc; in at91_twi_write_data_dma() local
/linux/drivers/net/wireless/intersil/hostap/
A Dhostap_hw.c1794 struct hfa384x_tx_frame txdesc; in prism2_tx_80211() local
2154 struct hfa384x_tx_frame *txdesc, int ok, in hostap_tx_callback()
2204 struct hfa384x_tx_frame *txdesc, in hostap_tx_compl_read()
2256 struct hfa384x_tx_frame txdesc; in prism2_tx_ev() local
2287 struct hfa384x_tx_frame *txdesc = in hostap_sta_tx_exc_tasklet() local
2311 struct hfa384x_tx_frame txdesc; in prism2_txexc() local
/linux/drivers/net/wan/
A Dfarsync.c132 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 */
/linux/drivers/net/ethernet/
A Djme.c1416 struct txdesc *txdesc = txring->desc; in jme_tx_clean_tasklet() local
1953 struct txdesc *txdesc, in jme_fill_tx_map()
2005 struct txdesc *txdesc = txring->desc, *ctxdesc; in jme_map_tx_skb() local
2112 struct txdesc *txdesc; in jme_fill_tx_desc() local
/linux/drivers/net/vmxnet3/
A Dvmxnet3_drv.c279 # define VMXNET3_TXDESC_GET_GEN(txdesc) get_bitfield32(((const __le32 *) \ argument
282 # 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/drivers/staging/r8188eu/include/
A Drtl8188e_xmit.h96 #define txdesc_set_ccx_sw_88e(txdesc, value) \ argument
A Drtw_xmit.h91 union txdesc { union
92 struct tx_desc txdesc; member
/linux/drivers/spi/
A Dspi-dw-dma.c287 struct dma_async_tx_descriptor *txdesc; in dw_spi_dma_submit_tx() local
/linux/drivers/net/ethernet/renesas/
A Dsh_eth.c1236 struct sh_eth_txdesc *txdesc; in sh_eth_tx_free() local
1326 struct sh_eth_txdesc *txdesc = NULL; in sh_eth_ring_format() local
2498 struct sh_eth_txdesc *txdesc; in sh_eth_start_xmit() local

Completed in 80 milliseconds

12