| /linux/drivers/dma/ |
| H A 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 607 struct sa11x0_dma_desc *txd; in sa11x0_dma_prep_dma_cyclic() local 1045 struct sa11x0_dma_desc *txd = NULL; in sa11x0_dma_resume() local
|
| H A 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 …]
|
| 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_obj(*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 | sun6i-dma.c | 352 struct sun6i_desc *txd = pchan->desc; in sun6i_get_chan_size() local 377 struct sun6i_desc *txd) in sun6i_dma_lli_add() 411 struct sun6i_desc *txd = to_sun6i_desc(&vd->tx); in sun6i_dma_free_desc() local 670 struct sun6i_desc *txd; in sun6i_dma_prep_dma_memcpy() local 724 struct sun6i_desc *txd; in sun6i_dma_prep_slave_sg() local 810 struct sun6i_desc *txd; in sun6i_dma_prep_dma_cyclic() local 982 struct sun6i_desc *txd; in sun6i_dma_tx_status() local
|
| H A 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()
|
| 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()
|
| H A D | txx9dmac.c | 139 txd_to_txx9dmac_desc(struct dma_async_tx_descriptor *txd) in txd_to_txx9dmac_desc() 403 struct dma_async_tx_descriptor *txd = &desc->txd; in txx9dmac_descriptor_complete() local
|
| /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/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() 834 struct dma_async_tx_descriptor *txd = NULL; in tsi721_prep_rio_sg() local
|
| /linux/include/linux/ |
| H A D | dmaengine.h | 678 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() 681 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock() 684 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain() 688 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent() 691 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next() 694 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next() 698 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent() 704 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() 708 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock() 712 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain() [all …]
|
| /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 | 203 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 | 631 struct gem_txd *txd; in gem_tx() local 1001 struct gem_txd *txd = &gp->init_block->txd[entry]; in gem_start_xmit() local 1018 struct gem_txd *txd; in gem_start_xmit() local 1574 struct gem_txd *txd; in gem_clean_rings() local 1636 struct gem_txd *txd = &gb->txd[i]; in gem_init_rings() local
|
| /linux/drivers/net/ethernet/netronome/nfp/nfdk/ |
| H A D | rings.c | 142 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/net/ethernet/mediatek/ |
| H A D | mtk_eth_soc.c | 1354 struct mtk_tx_dma_v2 *txd; in mtk_init_fq_dma() local 1390 void *txd, u32 txd_size) in mtk_desc_to_tx_buf() 1463 struct mtk_tx_dma *txd, dma_addr_t mapped_addr, in setup_tx_buf() 1485 static void mtk_tx_set_dma_desc_v1(struct net_device *dev, void *txd, in mtk_tx_set_dma_desc_v1() 1515 static void mtk_tx_set_dma_desc_v2(struct net_device *dev, void *txd, in mtk_tx_set_dma_desc_v2() 1571 static void mtk_tx_set_dma_desc(struct net_device *dev, void *txd, in mtk_tx_set_dma_desc() 1600 struct mtk_tx_dma *itxd, *txd; in mtk_tx_map() local 1958 struct mtk_tx_dma *txd, struct mtk_tx_buf *tx_buf, in mtk_xdp_frame_map() 2008 struct mtk_tx_dma *htxd, *txd; in mtk_xdp_submit_frame() local 2664 struct mtk_tx_dma_v2 *txd; in mtk_tx_alloc() local
|
| /linux/drivers/spi/ |
| H A D | spi-altera-core.c | 91 unsigned int txd = 0; in altera_spi_tx_word() local
|
| /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/dma/qcom/ |
| H A D | hidma.c | 308 static dma_cookie_t hidma_tx_submit(struct dma_async_tx_descriptor *txd) in hidma_tx_submit() 497 struct dma_async_tx_descriptor *txd = &mdesc->desc; in hidma_terminate_channel() local
|
| /linux/drivers/dma/mediatek/ |
| H A D | mtk-hsdma.c | 165 struct mtk_hsdma_pdesc *txd; member 416 struct mtk_hsdma_pdesc *txd, *rxd; in mtk_hsdma_issue_pending_vdesc() 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/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()
|