Lines Matching refs:tx_channel
3753 if (tx_vec & (1 << rp->tx_channel)) in niu_poll_core()
3755 nw64(LD_IM0(LDN_TXDMA(rp->tx_channel)), 0); in niu_poll_core()
3855 netdev_err(np->dev, "TX channel %u errors ( ", rp->tx_channel); in niu_log_txchan_errors()
3881 cs = nr64(TX_CS(rp->tx_channel)); in niu_tx_error()
3882 logh = nr64(TX_RNG_ERR_LOGH(rp->tx_channel)); in niu_tx_error()
3883 logl = nr64(TX_RNG_ERR_LOGL(rp->tx_channel)); in niu_tx_error()
3886 rp->tx_channel, in niu_tx_error()
4108 if (tx_vec & (1 << rp->tx_channel)) { in niu_slowpath_interrupt()
4156 rp->tx_cs = nr64(TX_CS(rp->tx_channel)); in niu_txchan_intr()
4185 int ldn = LDN_TXDMA(rp->tx_channel); in __niu_fastpath_interrupt()
4191 if (tx_vec & (1 << rp->tx_channel)) in __niu_fastpath_interrupt()
4541 rp->tx_channel = first_tx_channel + i; in niu_alloc_channels()
4664 val |= (1 << np->tx_rings[i].tx_channel); in niu_txc_port_dma_enable()
4671 int err, channel = rp->tx_channel; in niu_init_one_tx_channel()
5837 (void) niu_tx_channel_stop(np, rp->tx_channel); in niu_stop_one_tx_channel()
5853 (void) niu_tx_channel_reset(np, rp->tx_channel); in niu_reset_one_tx_channel()
6738 nw64(TX_RING_KICK(rp->tx_channel), rp->wrap_bit | (prod << 3)); in niu_start_xmit()
7834 data[0] = rp->tx_channel; in niu_get_ethtool_stats()