Searched defs:tx_chan (Results 1 - 8 of 8) sorted by relevance

/drivers/usb/renesas_usbhs/
H A Dfifo.h36 struct dma_chan *tx_chan; member in struct:usbhs_fifo
/drivers/atm/
H A Dzatm.h47 int tx_chan; /* TX channel, 0 if none */ member in struct:zatm_vcc
/drivers/mmc/host/
H A Dau1xmmc.c111 u32 tx_chan; member in struct:au1xmmc_host
150 (((h)->flags & HOST_F_XMIT) ? (h)->tx_chan : (h)->rx_chan)
892 host->tx_chan = au1xxx_dbdma_chan_alloc(memid, txid,
894 if (!host->tx_chan) {
903 au1xxx_dbdma_chan_free(host->tx_chan);
907 au1xxx_dbdma_set_devwidth(host->tx_chan, 8);
910 au1xxx_dbdma_ring_alloc(host->tx_chan, AU1XMMC_DESCRIPTOR_COUNT);
923 au1xxx_dbdma_chan_free(host->tx_chan);
/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.h223 int tx_chan; member in struct:bcm_enet_priv
/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h664 u32 tx_chan; member in struct:c4iw_ep
/drivers/scsi/cxgbi/
H A Dlibcxgbi.h184 unsigned int tx_chan; member in struct:cxgbi_sock
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h290 u8 tx_chan; member in struct:port_info
/drivers/net/ethernet/
H A Ds6gmac.c351 u8 tx_chan; member in struct:s6gmac
411 s6dmac_pending_count(pd->tx_dma, pd->tx_chan)) {
414 if (!s6dmac_fifo_full(pd->tx_dma, pd->tx_chan))
519 if (s6dmac_termcnt_irq(pd->tx_dma, pd->tx_chan))
785 if (!s6dmac_fifo_full(pd->tx_dma, pd->tx_chan))
846 s6dmac_disable_chan(pd->tx_dma, pd->tx_chan);
864 s6dmac_put_fifo_cache(pd->tx_dma, pd->tx_chan,
866 if (s6dmac_fifo_full(pd->tx_dma, pd->tx_chan))
901 s6dmac_enable_chan(pd->tx_dma, pd->tx_chan,
982 pd->tx_chan
[all...]

Completed in 1208 milliseconds