Searched refs:tx_vec (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/sun/
H A Dniu.c3748 u32 tx_vec = (v0 >> 32); niu_poll_core() local
3757 if (tx_vec & (1 << rp->tx_channel)) niu_poll_core()
4107 u32 tx_vec = (v1 >> 32) & 0x7fffffff; niu_slowpath_interrupt() local
4112 if (tx_vec & (1 << rp->tx_channel)) { niu_slowpath_interrupt()
4169 u32 rx_vec, tx_vec; __niu_fastpath_interrupt() local
4172 tx_vec = (v0 >> 32); __niu_fastpath_interrupt()
4195 if (tx_vec & (1 << rp->tx_channel)) __niu_fastpath_interrupt()

Completed in 85 milliseconds