Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H 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
H 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()
H 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()
H A Drt2x00dev.c308 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 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
H 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
H 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
H A Drt2500usb.c1057 struct txentry_desc *txdesc) in rt2500usb_write_tx_desc()
1119 struct txentry_desc *txdesc) in rt2500usb_write_beacon()
H A Drt2800usb.c402 struct txentry_desc *txdesc) in rt2800usb_write_tx_desc()
H A Drt2800mmio.c68 struct txentry_desc *txdesc) in rt2800mmio_write_tx_desc()
H A Drt73usb.c1445 struct txentry_desc *txdesc) in rt73usb_write_tx_desc()
1522 struct txentry_desc *txdesc) in rt73usb_write_beacon()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl8712_xmit.h90 union txdesc { union
91 struct tx_desc txdesc; member
H A Dhal_init.c166 struct tx_desc *txdesc; in rtl8712_dl_fw() local
H A Drtl871x_xmit.c207 struct tx_cmd txdesc; in r8712_update_attrib() local
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H 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
/openbmc/linux/drivers/i2c/busses/
H A Di2c-stm32.c104 struct dma_async_tx_descriptor *txdesc; in stm32_i2c_prep_dma_xfer() local
H A Di2c-at91-master.c196 struct dma_async_tx_descriptor *txdesc; in at91_twi_write_data_dma() local
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.h116 void fill_txdesc_checksum_common(u8 *txdesc, size_t words) in fill_txdesc_checksum_common()
133 u8 *txdesc) in rtw_tx_fill_txdesc_checksum()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_hw.c1794 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
/openbmc/linux/drivers/net/wan/
H 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 */
/openbmc/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_driver.c71 struct spl2sw_mac_desc *txdesc; in spl2sw_ethernet_start_xmit() local
/openbmc/linux/drivers/net/ethernet/
H A Djme.c1417 struct txdesc *txdesc = txring->desc; in jme_tx_clean_tasklet() local
1954 struct txdesc *txdesc, in jme_fill_tx_map()
2006 struct txdesc *txdesc = txring->desc, *ctxdesc; in jme_map_tx_skb() local
2113 struct txdesc *txdesc; in jme_fill_tx_desc() local
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c306 # define VMXNET3_TXDESC_GET_GEN(txdesc) get_bitfield32(((const __le32 *) \ argument
309 # define VMXNET3_TXDESC_GET_EOP(txdesc) get_bitfield32(((const __le32 *) \ argument
328 # define VMXNET3_TXDESC_GET_GEN(txdesc) ((txdesc)->gen) argument
329 # define VMXNET3_TXDESC_GET_EOP(txdesc) ((txdesc)->eop) argument
/openbmc/linux/drivers/spi/
H A Dspi-dw-dma.c342 struct dma_async_tx_descriptor *txdesc; in dw_spi_dma_submit_tx() local
/openbmc/linux/drivers/net/ethernet/renesas/
H A Dsh_eth.c1234 struct sh_eth_txdesc *txdesc; in sh_eth_tx_free() local
1324 struct sh_eth_txdesc *txdesc = NULL; in sh_eth_ring_format() local
2494 struct sh_eth_txdesc *txdesc; in sh_eth_start_xmit() local

123