Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/rt2x00/
Drt2x00crypto.c50 struct txentry_desc *txdesc) in rt2x00crypto_create_tx_descriptor()
104 void rt2x00crypto_tx_copy_iv(struct sk_buff *skb, struct txentry_desc *txdesc) in rt2x00crypto_tx_copy_iv()
115 void rt2x00crypto_tx_remove_iv(struct sk_buff *skb, struct txentry_desc *txdesc) in rt2x00crypto_tx_remove_iv()
Drt2x00queue.c205 struct txentry_desc *txdesc) in rt2x00queue_create_tx_descriptor_seq()
243 struct txentry_desc *txdesc, in rt2x00queue_create_tx_descriptor_plcp()
307 struct txentry_desc *txdesc, in rt2x00queue_create_tx_descriptor_ht()
392 struct txentry_desc *txdesc) in rt2x00queue_create_tx_descriptor()
493 struct txentry_desc *txdesc) in rt2x00queue_write_tx_data()
533 struct txentry_desc *txdesc) in rt2x00queue_write_tx_descriptor()
547 struct txentry_desc *txdesc) in rt2x00queue_kick_tx_queue()
568 struct txentry_desc txdesc; in rt2x00queue_write_tx_frame() local
704 struct txentry_desc txdesc; in rt2x00queue_update_beacon_locked() local
Drt2x00lib.h360 struct txentry_desc *txdesc) in rt2x00crypto_create_tx_descriptor()
371 struct txentry_desc *txdesc) in rt2x00crypto_tx_copy_iv()
376 struct txentry_desc *txdesc) in rt2x00crypto_tx_remove_iv()
Drt2x00dev.c270 struct txdone_entry_desc *txdesc) in rt2x00lib_txdone()
442 struct txdone_entry_desc txdesc; in rt2x00lib_txdone_noinfo() local
Drt2400pci.c1104 struct txentry_desc *txdesc) in rt2400pci_write_tx_desc()
1175 struct txentry_desc *txdesc) in rt2400pci_write_beacon()
1274 struct txdone_entry_desc txdesc; in rt2400pci_txdone() local
Drt2500pci.c1258 struct txentry_desc *txdesc) in rt2500pci_write_tx_desc()
1328 struct txentry_desc *txdesc) in rt2500pci_write_beacon()
1406 struct txdone_entry_desc txdesc; in rt2500pci_txdone() local
Drt61pci.c1868 struct txentry_desc *txdesc) in rt61pci_write_tx_desc()
1966 struct txentry_desc *txdesc) in rt61pci_write_beacon()
2158 struct txdone_entry_desc txdesc; in rt61pci_txdone() local
Drt2800usb.c389 struct txentry_desc *txdesc) in rt2800usb_write_tx_desc()
Drt2500usb.c1082 struct txentry_desc *txdesc) in rt2500usb_write_tx_desc()
1144 struct txentry_desc *txdesc) in rt2500usb_write_beacon()
Drt73usb.c1456 struct txentry_desc *txdesc) in rt73usb_write_tx_desc()
1533 struct txentry_desc *txdesc) in rt73usb_write_beacon()
Drt2800lib.c458 struct txentry_desc *txdesc) in rt2800_write_tx_data()
608 struct txdone_entry_desc txdesc; in rt2800_txdone_entry() local
684 void rt2800_write_beacon(struct queue_entry *entry, struct txentry_desc *txdesc) in rt2800_write_beacon()
Drt2800pci.c592 struct txentry_desc *txdesc) in rt2800pci_write_tx_desc()
/linux-3.3/drivers/staging/rtl8712/
Drtl8712_xmit.h105 union txdesc { union
106 struct tx_desc txdesc; member
Drtl871x_xmit.c196 struct tx_cmd txdesc; in r8712_update_attrib() local
/linux-3.3/drivers/net/wireless/rtlwifi/rtl8192cu/
Dtrx.c475 static void _rtl_fill_usb_tx_desc(u8 *txdesc) in _rtl_fill_usb_tx_desc()
484 static void _rtl_tx_desc_checksum(u8 *txdesc) in _rtl_tx_desc_checksum()
516 u8 *txdesc; in rtl92cu_tx_fill_desc() local
/linux-3.3/drivers/spi/
Dspi-dw-mid.c111 struct dma_async_tx_descriptor *txdesc = NULL, *rxdesc = NULL; in mid_spi_dma_transfer() local
Dspi-pl022.c915 struct dma_async_tx_descriptor *txdesc; in configure_dma() local
/linux-3.3/drivers/net/wireless/hostap/
Dhostap_hw.c1813 struct hfa384x_tx_frame txdesc; in prism2_tx_80211() local
2174 struct hfa384x_tx_frame *txdesc, int ok, in hostap_tx_callback()
2224 struct hfa384x_tx_frame *txdesc, in hostap_tx_compl_read()
2276 struct hfa384x_tx_frame txdesc; in prism2_tx_ev() local
2307 struct hfa384x_tx_frame *txdesc = in hostap_sta_tx_exc_tasklet() local
2331 struct hfa384x_tx_frame txdesc; in prism2_txexc() local
/linux-3.3/drivers/net/ethernet/renesas/
Dsh_eth.c644 struct sh_eth_txdesc *txdesc = NULL; in sh_eth_ring_format() local
865 struct sh_eth_txdesc *txdesc; in sh_eth_txfree() local
1482 struct sh_eth_txdesc *txdesc; in sh_eth_start_xmit() local
/linux-3.3/drivers/net/wan/
Dfarsync.c133 struct txdesc { /* Transmit descriptor */ struct
134 volatile u16 ladr; /* Low order address of packet. This is a
137 volatile u8 hadr; /* High order address. Low 4 bits only, high 4
140 volatile u8 bits; /* Status and config */
141 volatile u16 bcnt; /* 2s complement of packet size in low 15 bits.
145 u16 unused; /* Not used in Tx */
/linux-3.3/drivers/net/vmxnet3/
Dvmxnet3_drv.c286 # define VMXNET3_TXDESC_GET_GEN(txdesc) get_bitfield32(((const __le32 *) \ argument
289 # define VMXNET3_TXDESC_GET_EOP(txdesc) get_bitfield32(((const __le32 *) \ argument
308 # define VMXNET3_TXDESC_GET_GEN(txdesc) ((txdesc)->gen) argument
309 # define VMXNET3_TXDESC_GET_EOP(txdesc) ((txdesc)->eop) argument
/linux-3.3/drivers/net/ethernet/
Djme.c1449 struct txdesc *txdesc = txring->desc; in jme_tx_clean_tasklet() local
1988 struct txdesc *txdesc, in jme_fill_tx_map()
2025 struct txdesc *txdesc = txring->desc, *ctxdesc; in jme_map_tx_skb() local
2139 struct txdesc *txdesc; in jme_fill_tx_desc() local
Djme.h182 struct txdesc { struct
183 union {
/linux-3.3/drivers/net/ethernet/dlink/
Dsundance.c1053 struct netdev_desc *txdesc = in tx_poll() local
1078 struct netdev_desc *txdesc; in start_tx() local
Ddl2k.c605 struct netdev_desc *txdesc; in start_xmit() local