/linux/drivers/net/ethernet/sfc/ |
H A D | ef100_tx.c | 135 struct efx_tx_buffer *buffer, efx_oword_t *txd) in ef100_set_tx_csum_partial() 156 static void ef100_set_tx_hw_vlan(const struct sk_buff *skb, efx_oword_t *txd) in ef100_set_tx_hw_vlan() 169 struct efx_tx_buffer *buffer, efx_oword_t *txd, in ef100_make_send_desc() 187 struct efx_tx_buffer *buffer, efx_oword_t *txd, in ef100_make_tso_desc() 265 efx_oword_t *txd; in ef100_tx_make_descriptors() local
|
/linux/drivers/dma/ |
H A D | amba-pl08x.c | 532 struct pl08x_txd *txd = to_pl08x_txd(&vd->tx); in pl08x_start_next_txd() local 759 struct pl08x_txd *txd; in pl08x_getbytes_chan() local 1107 struct pl08x_txd *txd; member 1258 struct pl08x_txd *txd) in pl08x_fill_llis_for_desc() 1493 struct pl08x_txd *txd) in pl08x_free_txd() 1510 struct pl08x_txd *txd = to_pl08x_txd(&vd->tx); in pl08x_desc_free() local 1572 struct pl08x_txd *txd = to_pl08x_txd(&vd->tx); in pl08x_dma_tx_status() local 1746 struct pl08x_txd *txd = kzalloc(sizeof(*txd), GFP_NOWAIT); in pl08x_get_txd() local 1887 struct pl08x_txd *txd; in pl08x_prep_dma_memcpy() local 1935 struct pl08x_txd *txd; in pl08x_init_txd() local [all …]
|
H A D | plx_dma.c | 98 struct dma_async_tx_descriptor txd; member 124 static struct plx_dma_desc *to_plx_desc(struct dma_async_tx_descriptor *txd) in to_plx_desc()
|
/linux/drivers/media/pci/mantis/ |
H A D | mantis_i2c.c | 75 u32 txd = 0, stat, trials; in mantis_i2c_write() local 119 u32 stat, data, txd; in mantis_i2c_xfer() local
|
/linux/include/linux/ |
H A D | dmaengine.h | 670 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() 673 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock() 676 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain() 680 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent() 683 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next() 686 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next() 690 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent() 696 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() 700 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock() 704 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain() [all …]
|
/linux/drivers/rapidio/devices/ |
H A D | tsi721_dma.c | 58 struct tsi721_tx_desc *to_tsi721_desc(struct dma_async_tx_descriptor *txd) in to_tsi721_desc() 377 struct dma_async_tx_descriptor *txd = &desc->txd; in tsi721_dma_tx_err() local 693 static dma_cookie_t tsi721_tx_submit(struct dma_async_tx_descriptor *txd) in tsi721_tx_submit() 835 struct dma_async_tx_descriptor *txd = NULL; in tsi721_prep_rio_sg() local
|
/linux/drivers/net/ethernet/netronome/nfp/nfd3/ |
H A D | ipsec.c | 10 void nfp_nfd3_ipsec_tx(struct nfp_nfd3_tx_desc *txd, struct sk_buff *skb) in nfp_nfd3_ipsec_tx()
|
H A D | rings.c | 204 struct nfp_nfd3_tx_desc *txd; in nfp_nfd3_print_tx_descs() local
|
H A D | nfd3.h | 107 static inline void nfp_nfd3_ipsec_tx(struct nfp_nfd3_tx_desc *txd, struct sk_buff *skb) in nfp_nfd3_ipsec_tx()
|
/linux/drivers/net/ethernet/sun/ |
H A D | sungem.c | 639 struct gem_txd *txd; in gem_tx() local 1009 struct gem_txd *txd = &gp->init_block->txd[entry]; in gem_start_xmit() local 1026 struct gem_txd *txd; in gem_start_xmit() local 1582 struct gem_txd *txd; in gem_clean_rings() local 1644 struct gem_txd *txd = &gb->txd[i]; in gem_init_rings() local
|
H A D | sunhme.c | 167 static void sbus_hme_write_txd(struct happy_meal_txd *txd, u32 flags, u32 addr) in sbus_hme_write_txd() 196 static void pci_hme_write_txd(struct happy_meal_txd *txd, u32 flags, u32 addr) in pci_hme_write_txd() 1179 struct happy_meal_txd *txd; in happy_meal_clean_rings() local
|
/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 1175 struct mtk_tx_dma_v2 *txd; in mtk_init_fq_dma() local 1211 void *txd, u32 txd_size) in mtk_desc_to_tx_buf() 1284 struct mtk_tx_dma *txd, dma_addr_t mapped_addr, in setup_tx_buf() 1306 static void mtk_tx_set_dma_desc_v1(struct net_device *dev, void *txd, in mtk_tx_set_dma_desc_v1() 1336 static void mtk_tx_set_dma_desc_v2(struct net_device *dev, void *txd, in mtk_tx_set_dma_desc_v2() 1392 static void mtk_tx_set_dma_desc(struct net_device *dev, void *txd, in mtk_tx_set_dma_desc() 1421 struct mtk_tx_dma *itxd, *txd; in mtk_tx_map() local 1771 struct mtk_tx_dma *txd, struct mtk_tx_buf *tx_buf, in mtk_xdp_frame_map() 1821 struct mtk_tx_dma *htxd, *txd; in mtk_xdp_submit_frame() local 2470 struct mtk_tx_dma_v2 *txd; in mtk_tx_alloc() local
|
/linux/drivers/net/ethernet/netronome/nfp/nfdk/ |
H A D | rings.c | 143 struct nfp_nfdk_tx_desc *txd; in nfp_nfdk_print_tx_descs() local
|
/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | dma.c | 27 __le32 *txd = (__le32 *)skb->data; in mt7603_rx_loopback_skb() local
|
/linux/drivers/spi/ |
H A D | spi-ep93xx.c | 273 struct dma_async_tx_descriptor *txd; in ep93xx_spi_dma_prepare() local 403 struct dma_async_tx_descriptor *rxd, *txd; in ep93xx_spi_dma_transfer() local
|
H A D | spi-altera-core.c | 91 unsigned int txd = 0; in altera_spi_tx_word() local
|
H A D | spi-ppc4xx.c | 94 u8 txd; member
|
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_debugfs.c | 60 struct fm10k_tx_desc *txd = FM10K_TX_DESC(ring, i); in fm10k_dbg_tx_desc_seq_show() local
|
/linux/drivers/net/fddi/skfp/h/ |
H A D | hwmtm.h | 209 #define HWM_GET_TX_PHYS(txd) (u_long)AIX_REVERSE((txd)->txd_tbadr) argument 225 #define HWM_GET_TX_LEN(txd) ((int)AIX_REVERSE((txd)->txd_tbctrl)& RD_LENGTH) argument
|
/linux/drivers/net/fddi/skfp/ |
H A D | skfddi.c | 1113 struct s_smt_fp_txd *txd; // Current TxD. in send_queued_packets() local 1495 void mac_drv_tx_complete(struct s_smc *smc, volatile struct s_smt_fp_txd *txd) in mac_drv_tx_complete()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mcu.h | 10 __le32 txd[8]; member 58 __le32 txd[8]; member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tx.c | 552 static void mlx5e_tx_mpwqe_add_dseg(struct mlx5e_txqsq *sq, struct mlx5e_xmit_data *txd) in mlx5e_tx_mpwqe_add_dseg() 606 struct mlx5e_xmit_data txd; in mlx5e_sq_xmit_mpwqe() local
|
/linux/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 655 struct cp_desc *txd = cp->tx_ring + tx_tail; in cp_tx() local 719 struct cp_desc *txd; in unwind_tx_frag_mapping() local 779 struct cp_desc *txd = &cp->tx_ring[entry]; in cp_start_xmit() local 802 struct cp_desc *txd; in cp_start_xmit() local
|
/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800mmio.c | 72 __le32 *txd = entry_priv->desc; in rt2800mmio_write_tx_desc() local
|
/linux/drivers/dma/dw/ |
H A D | regs.h | 396 struct dma_async_tx_descriptor txd; member 405 txd_to_dw_desc(struct dma_async_tx_descriptor *txd) in txd_to_dw_desc()
|