Lines Matching refs:tx_channel
3757 if (tx_vec & (1 << rp->tx_channel)) in niu_poll_core()
3759 nw64(LD_IM0(LDN_TXDMA(rp->tx_channel)), 0); in niu_poll_core()
3859 netdev_err(np->dev, "TX channel %u errors ( ", rp->tx_channel); in niu_log_txchan_errors()
3885 cs = nr64(TX_CS(rp->tx_channel)); in niu_tx_error()
3886 logh = nr64(TX_RNG_ERR_LOGH(rp->tx_channel)); in niu_tx_error()
3887 logl = nr64(TX_RNG_ERR_LOGL(rp->tx_channel)); in niu_tx_error()
3890 rp->tx_channel, in niu_tx_error()
4112 if (tx_vec & (1 << rp->tx_channel)) { in niu_slowpath_interrupt()
4160 rp->tx_cs = nr64(TX_CS(rp->tx_channel)); in niu_txchan_intr()
4189 int ldn = LDN_TXDMA(rp->tx_channel); in __niu_fastpath_interrupt()
4195 if (tx_vec & (1 << rp->tx_channel)) in __niu_fastpath_interrupt()
4545 rp->tx_channel = first_tx_channel + i; in niu_alloc_channels()
4668 val |= (1 << np->tx_rings[i].tx_channel); in niu_txc_port_dma_enable()
4675 int err, channel = rp->tx_channel; in niu_init_one_tx_channel()
5841 (void) niu_tx_channel_stop(np, rp->tx_channel); in niu_stop_one_tx_channel()
5857 (void) niu_tx_channel_reset(np, rp->tx_channel); in niu_reset_one_tx_channel()
6735 nw64(TX_RING_KICK(rp->tx_channel), rp->wrap_bit | (prod << 3)); in niu_start_xmit()
7829 data[0] = rp->tx_channel; in niu_get_ethtool_stats()