Home
last modified time | relevance | path

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

1234

/drivers/net/ethernet/sfc/
Def100_tx.c151 struct efx_tx_buffer *buffer, efx_oword_t *txd) in ef100_set_tx_csum_partial()
172 static void ef100_set_tx_hw_vlan(const struct sk_buff *skb, efx_oword_t *txd) in ef100_set_tx_hw_vlan()
185 struct efx_tx_buffer *buffer, efx_oword_t *txd, in ef100_make_send_desc()
203 struct efx_tx_buffer *buffer, efx_oword_t *txd, in ef100_make_tso_desc()
248 efx_oword_t *txd; in ef100_tx_make_descriptors() local
/drivers/dma/
Ds3c24xx-dma.c373 struct s3c24xx_txd *txd = s3cchan->at; in s3c24xx_dma_getbytes_chan() local
417 struct s3c24xx_txd *txd = kzalloc(sizeof(*txd), GFP_NOWAIT); in s3c24xx_dma_get_txd() local
427 static void s3c24xx_dma_free_txd(struct s3c24xx_txd *txd) in s3c24xx_dma_free_txd()
440 struct s3c24xx_txd *txd) in s3c24xx_dma_start_next_sg()
507 struct s3c24xx_txd *txd = to_s3c24xx_txd(&vd->tx); in s3c24xx_dma_start_next_txd() local
628 struct s3c24xx_txd *txd = to_s3c24xx_txd(&vd->tx); in s3c24xx_dma_desc_free() local
641 struct s3c24xx_txd *txd; in s3c24xx_dma_irq() local
761 struct s3c24xx_txd *txd; in s3c24xx_dma_tx_status() local
821 struct s3c24xx_txd *txd; in s3c24xx_dma_prep_memcpy() local
885 struct s3c24xx_txd *txd; in s3c24xx_dma_prep_dma_cyclic() local
[all …]
Dowl-dma.c205 struct owl_dma_txd *txd; member
363 static struct owl_dma_lli *owl_dma_add_lli(struct owl_dma_txd *txd, in owl_dma_add_lli()
539 struct owl_dma_txd *txd = to_owl_txd(&vd->tx); in owl_dma_start_next_txd() local
640 struct owl_dma_txd *txd; in owl_dma_interrupt() local
675 static void owl_dma_free_txd(struct owl_dma *od, struct owl_dma_txd *txd) in owl_dma_free_txd()
691 struct owl_dma_txd *txd = to_owl_txd(&vd->tx); in owl_dma_desc_free() local
773 struct owl_dma_txd *txd; in owl_dma_getbytes_chan() local
810 struct owl_dma_txd *txd; in owl_dma_tx_status() local
872 struct owl_dma_txd *txd; in owl_dma_prep_memcpy() local
924 struct owl_dma_txd *txd; in owl_dma_prep_slave_sg() local
[all …]
Dsa11x0-dma.c148 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
Damba-pl08x.c532 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
1580 struct pl08x_txd *txd = to_pl08x_txd(&vd->tx); in pl08x_dma_tx_status() local
1754 struct pl08x_txd *txd = kzalloc(sizeof(*txd), GFP_NOWAIT); in pl08x_get_txd() local
1895 struct pl08x_txd *txd; in pl08x_prep_dma_memcpy() local
1943 struct pl08x_txd *txd; in pl08x_init_txd() local
[all …]
Dsun6i-dma.c343 struct sun6i_desc *txd = pchan->desc; in sun6i_get_chan_size() local
368 struct sun6i_desc *txd) in sun6i_dma_lli_add()
403 struct sun6i_desc *txd = to_sun6i_desc(&vd->tx); in sun6i_dma_free_desc() local
636 struct sun6i_desc *txd; in sun6i_dma_prep_dma_memcpy() local
691 struct sun6i_desc *txd; in sun6i_dma_prep_slave_sg() local
773 struct sun6i_desc *txd; in sun6i_dma_prep_dma_cyclic() local
935 struct sun6i_desc *txd; in sun6i_dma_tx_status() local
Dtimb_dma.c64 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()
Dpch_dma.c85 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()
Dplx_dma.c98 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()
/drivers/media/pci/mantis/
Dmantis_i2c.c75 u32 txd = 0, stat, trials; in mantis_i2c_write() local
119 u32 stat, data, txd; in mantis_i2c_xfer() local
/drivers/rapidio/devices/
Dtsi721_dma.c58 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
/drivers/net/ethernet/aurora/
Dnb8800.c390 struct nb8800_tx_desc *txd; in nb8800_xmit() local
496 struct nb8800_tx_desc *txd = &priv->tx_descs[done]; in nb8800_tx_done() local
785 struct nb8800_tx_desc *txd; in nb8800_dma_reset() local
875 struct nb8800_tx_desc *txd = &priv->tx_descs[0]; in nb8800_dma_stop() local
/drivers/net/ethernet/sun/
Dsungem.c639 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
/drivers/net/ethernet/netronome/nfp/
Dnfp_net_debugfs.c77 struct nfp_net_tx_desc *txd; in nfp_tx_q_show() local
Dnfp_net_common.c728 struct nfp_net_tx_desc *txd, struct sk_buff *skb, in nfp_net_tx_tso()
777 struct nfp_net_tx_desc *txd, struct sk_buff *skb) in nfp_net_tx_csum()
985 struct nfp_net_tx_desc *txd; in nfp_net_tx() local
1746 struct nfp_net_tx_desc *txd; in nfp_net_tx_xdp_buf() local
2079 struct nfp_net_tx_desc *txd; in nfp_ctrl_tx_one() local
/drivers/net/wireless/mediatek/mt76/mt7603/
Ddma.c41 __le32 *txd = (__le32 *)skb->data; in mt7603_rx_loopback_skb() local
/drivers/spi/
Dspi-ep93xx.c277 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
Dspi-altera.c122 unsigned int txd = 0; in altera_spi_tx_word() local
Dspi-ppc4xx.c94 u8 txd; member
/drivers/net/ethernet/intel/fm10k/
Dfm10k_debugfs.c60 struct fm10k_tx_desc *txd = FM10K_TX_DESC(ring, i); in fm10k_dbg_tx_desc_seq_show() local
/drivers/net/fddi/skfp/h/
Dhwmtm.h209 #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
/drivers/dma/qcom/
Dhidma.c317 static dma_cookie_t hidma_tx_submit(struct dma_async_tx_descriptor *txd) in hidma_tx_submit()
495 struct dma_async_tx_descriptor *txd = &mdesc->desc; in hidma_terminate_channel() local
/drivers/net/fddi/skfp/
Dskfddi.c1106 struct s_smt_fp_txd *txd; // Current TxD. in send_queued_packets() local
1487 void mac_drv_tx_complete(struct s_smc *smc, volatile struct s_smt_fp_txd *txd) in mac_drv_tx_complete()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c509 static void mlx5e_tx_mpwqe_add_dseg(struct mlx5e_txqsq *sq, struct mlx5e_xmit_data *txd) in mlx5e_tx_mpwqe_add_dseg()
563 struct mlx5e_xmit_data txd; in mlx5e_sq_xmit_mpwqe() local
/drivers/net/ethernet/realtek/
D8139cp.c655 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

1234