HomeSort by: relevance | last modified time | path
    Searched refs:tx_chan (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/arm/ti/
ti_sdhc.c 261 const int tx_chan = sc->sc_edma_chan[EDMA_CHAN_TX]; local in function:ti_sdhc_init
264 if (tx_chan != -1 && rx_chan != -1) {
267 tx_chan, rx_chan);
269 if (ti_sdhc_edma_init(sc, tx_chan, rx_chan) != 0) {
465 ti_sdhc_edma_init(struct ti_sdhc_softc *sc, u_int tx_chan, u_int rx_chan)
470 sc->sc_edma_tx = edma_channel_alloc(EDMA_TYPE_DMA, tx_chan,
  /src/sys/dev/pci/cxgb/
cxgb_main.c 464 pi->tx_chan = i >= ai->nports0;
465 pi->txpkt_intf = pi->tx_chan ? 2 * (i - ai->nports0) + 1 : 2 * i;
1013 nq[pi->tx_chan] += pi->nqsets;
1079 -1, pi->tx_chan);
cxgb_adapter.h 118 uint8_t tx_chan; member in struct:port_info
cxgb_sge.c 1179 /* port_id=1 qsid=1 txpkt_intf=2 tx_chan=0 */
1190 DPRINTF("mlen=%d txpkt_intf=%d tx_chan=%d\n", mlen, p->txpkt_intf, p->tx_chan);

Completed in 16 milliseconds