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

/linux-4.1.27/drivers/net/ethernet/micrel/
H A Dksz884x.c1249 * @tx_int_cnt: Transmit interrupt count. Used for TX optimization.
1290 int tx_int_cnt; member in struct:ksz_hw
3992 ++hw->tx_int_cnt; hw_alloc_pkt()
3997 hw->tx_int_cnt = hw->tx_int_mask + 1; hw_alloc_pkt()
4018 if (hw->tx_int_cnt > hw->tx_int_mask) { hw_send_pkt()
4020 hw->tx_int_cnt = 0; hw_send_pkt()
4506 hw->tx_int_cnt = 0; ksz_alloc_mem()
4511 hw->tx_int_cnt++; ksz_alloc_mem()
4514 if (hw->tx_int_cnt) { ksz_alloc_mem()
4515 hw->tx_int_mask = (1 << (hw->tx_int_cnt - 1)) - 1; ksz_alloc_mem()
4516 hw->tx_int_cnt = 0; ksz_alloc_mem()
4685 ++hw->tx_int_cnt; send_packet()

Completed in 100 milliseconds