/Linux-v6.6/drivers/net/ethernet/sfc/ |
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-v6.6/drivers/dma/ |
D | sa11x0-dma.c | 148 static void sa11x0_dma_start_desc(struct sa11x0_dma_phy *p, struct sa11x0_dma_desc *txd) in sa11x0_dma_start_desc() 161 struct sa11x0_dma_desc *txd = p->txd_load; in sa11x0_dma_start_sg() local 225 struct sa11x0_dma_desc *txd = p->txd_done; in sa11x0_dma_complete() local 301 struct sa11x0_dma_desc *txd = sa11x0_dma_next_desc(c); in sa11x0_dma_start_txd() local 447 struct sa11x0_dma_desc *txd; in sa11x0_dma_tx_status() local 527 struct sa11x0_dma_desc *txd; in sa11x0_dma_prep_slave_sg() local 609 struct sa11x0_dma_desc *txd; in sa11x0_dma_prep_dma_cyclic() local 1049 struct sa11x0_dma_desc *txd = NULL; in sa11x0_dma_resume() local
|
D | owl-dma.c | 206 struct owl_dma_txd *txd; member 364 static struct owl_dma_lli *owl_dma_add_lli(struct owl_dma_txd *txd, in owl_dma_add_lli() 540 struct owl_dma_txd *txd = to_owl_txd(&vd->tx); in owl_dma_start_next_txd() local 641 struct owl_dma_txd *txd; in owl_dma_interrupt() local 676 static void owl_dma_free_txd(struct owl_dma *od, struct owl_dma_txd *txd) in owl_dma_free_txd() 692 struct owl_dma_txd *txd = to_owl_txd(&vd->tx); in owl_dma_desc_free() local 774 struct owl_dma_txd *txd; in owl_dma_getbytes_chan() local 811 struct owl_dma_txd *txd; in owl_dma_tx_status() local 873 struct owl_dma_txd *txd; in owl_dma_prep_memcpy() local 925 struct owl_dma_txd *txd; in owl_dma_prep_slave_sg() local [all …]
|
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 …]
|
D | sun6i-dma.c | 351 struct sun6i_desc *txd = pchan->desc; in sun6i_get_chan_size() local 376 struct sun6i_desc *txd) in sun6i_dma_lli_add() 410 struct sun6i_desc *txd = to_sun6i_desc(&vd->tx); in sun6i_dma_free_desc() local 655 struct sun6i_desc *txd; in sun6i_dma_prep_dma_memcpy() local 709 struct sun6i_desc *txd; in sun6i_dma_prep_slave_sg() local 795 struct sun6i_desc *txd; in sun6i_dma_prep_dma_cyclic() local 960 struct sun6i_desc *txd; in sun6i_dma_tx_status() local
|
D | timb_dma.c | 64 struct dma_async_tx_descriptor txd; member 222 struct dma_async_tx_descriptor *txd; in __td_finish() local 294 static dma_cookie_t td_tx_submit(struct dma_async_tx_descriptor *txd) in td_tx_submit()
|
D | pch_dma.c | 85 struct dma_async_tx_descriptor txd; member 138 struct pch_dma_desc *to_pd_desc(struct dma_async_tx_descriptor *txd) in to_pd_desc() 351 struct dma_async_tx_descriptor *txd = &desc->txd; in pdc_chain_complete() local 408 static dma_cookie_t pd_tx_submit(struct dma_async_tx_descriptor *txd) in pd_tx_submit()
|
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-v6.6/drivers/media/pci/mantis/ |
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-v6.6/include/linux/ |
D | dmaengine.h | 658 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() 661 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock() 664 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain() 668 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent() 671 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next() 674 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next() 678 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent() 684 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() 688 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock() 692 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain() [all …]
|
/Linux-v6.6/drivers/rapidio/devices/ |
D | tsi721_dma.c | 58 struct tsi721_tx_desc *to_tsi721_desc(struct dma_async_tx_descriptor *txd) in to_tsi721_desc() 375 struct dma_async_tx_descriptor *txd = &desc->txd; in tsi721_dma_tx_err() local 691 static dma_cookie_t tsi721_tx_submit(struct dma_async_tx_descriptor *txd) in tsi721_tx_submit() 833 struct dma_async_tx_descriptor *txd = NULL; in tsi721_prep_rio_sg() local
|
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/nfd3/ |
D | dp.c | 75 struct nfp_nfd3_tx_desc *txd, struct sk_buff *skb, u32 md_bytes) in nfp_nfd3_tx_tso() 121 struct nfp_nfd3_tx_buf *txbuf, struct nfp_nfd3_tx_desc *txd, in nfp_nfd3_tx_csum() 259 struct nfp_nfd3_tx_desc *txd; in nfp_nfd3_tx() local 840 struct nfp_nfd3_tx_desc *txd; in nfp_nfd3_tx_xdp_buf() local 1210 struct nfp_nfd3_tx_desc *txd; in nfp_nfd3_ctrl_tx_one() local
|
D | ipsec.c | 10 void nfp_nfd3_ipsec_tx(struct nfp_nfd3_tx_desc *txd, struct sk_buff *skb) in nfp_nfd3_ipsec_tx()
|
D | xsk.c | 23 struct nfp_nfd3_tx_desc *txd; in nfp_nfd3_xsk_tx_xdp() local 338 struct nfp_nfd3_tx_desc *txd; in nfp_nfd3_xsk_tx() local
|
D | rings.c | 204 struct nfp_nfd3_tx_desc *txd; in nfp_nfd3_print_tx_descs() local
|
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-v6.6/drivers/net/ethernet/netronome/nfp/nfdk/ |
D | dp.c | 44 struct nfp_nfdk_tx_desc txd; in nfp_nfdk_tx_tso() local 121 struct nfp_nfdk_tx_desc *txd; in nfp_nfdk_tx_maybe_close_block() local 258 struct nfp_nfdk_tx_desc *txd; in nfp_nfdk_tx() local 904 struct nfp_nfdk_tx_desc *txd; in nfp_nfdk_tx_xdp_buf() local 1320 struct nfp_nfdk_tx_desc *txd; in nfp_nfdk_ctrl_tx_one() local
|
D | rings.c | 143 struct nfp_nfdk_tx_desc *txd; in nfp_nfdk_print_tx_descs() local
|
/Linux-v6.6/drivers/net/ethernet/mediatek/ |
D | mtk_eth_soc.c | 1161 struct mtk_tx_dma_v2 *txd; in mtk_init_fq_dma() local 1193 void *txd, u32 txd_size) in mtk_desc_to_tx_buf() 1266 struct mtk_tx_dma *txd, dma_addr_t mapped_addr, in setup_tx_buf() 1288 static void mtk_tx_set_dma_desc_v1(struct net_device *dev, void *txd, in mtk_tx_set_dma_desc_v1() 1318 static void mtk_tx_set_dma_desc_v2(struct net_device *dev, void *txd, in mtk_tx_set_dma_desc_v2() 1374 static void mtk_tx_set_dma_desc(struct net_device *dev, void *txd, in mtk_tx_set_dma_desc() 1403 struct mtk_tx_dma *itxd, *txd; in mtk_tx_map() local 1753 struct mtk_tx_dma *txd, struct mtk_tx_buf *tx_buf, in mtk_xdp_frame_map() 1803 struct mtk_tx_dma *htxd, *txd; in mtk_xdp_submit_frame() local 2450 struct mtk_tx_dma_v2 *txd; in mtk_tx_alloc() local
|
/Linux-v6.6/drivers/net/ethernet/sun/ |
D | sungem.c | 639 struct gem_txd *txd; in gem_tx() local 1020 struct gem_txd *txd = &gp->init_block->txd[entry]; in gem_start_xmit() local 1037 struct gem_txd *txd; in gem_start_xmit() local 1593 struct gem_txd *txd; in gem_clean_rings() local 1655 struct gem_txd *txd = &gb->txd[i]; in gem_init_rings() local
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | dma.c | 20 __le32 *txd = (__le32 *)skb->data; in mt7603_rx_loopback_skb() local
|
/Linux-v6.6/drivers/spi/ |
D | spi-altera-core.c | 91 unsigned int txd = 0; in altera_spi_tx_word() local
|
D | spi-ep93xx.c | 277 struct dma_async_tx_descriptor *txd; in ep93xx_spi_dma_prepare() local 407 struct dma_async_tx_descriptor *rxd, *txd; in ep93xx_spi_dma_transfer() local
|
/Linux-v6.6/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_debugfs.c | 60 struct fm10k_tx_desc *txd = FM10K_TX_DESC(ring, i); in fm10k_dbg_tx_desc_seq_show() local
|
/Linux-v6.6/drivers/dma/qcom/ |
D | hidma.c | 310 static dma_cookie_t hidma_tx_submit(struct dma_async_tx_descriptor *txd) in hidma_tx_submit() 499 struct dma_async_tx_descriptor *txd = &mdesc->desc; in hidma_terminate_channel() local
|