Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/
H A Dksz884x.c1241 * @tx_int_cnt: Transmit interrupt count. Used for TX optimization.
1283 int tx_int_cnt; member
3983 ++hw->tx_int_cnt; in hw_alloc_pkt()
3988 hw->tx_int_cnt = hw->tx_int_mask + 1; in hw_alloc_pkt()
4009 if (hw->tx_int_cnt > hw->tx_int_mask) { in hw_send_pkt()
4011 hw->tx_int_cnt = 0; in hw_send_pkt()
4499 hw->tx_int_cnt = 0; in ksz_alloc_mem()
4504 hw->tx_int_cnt++; in ksz_alloc_mem()
4507 if (hw->tx_int_cnt) { in ksz_alloc_mem()
4508 hw->tx_int_mask = (1 << (hw->tx_int_cnt in ksz_alloc_mem()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H A Dksz884x.c1173 * @tx_int_cnt: Transmit interrupt count. Used for TX optimization.
1215 int tx_int_cnt; member
3610 ++hw->tx_int_cnt; in hw_alloc_pkt()
3615 hw->tx_int_cnt = hw->tx_int_mask + 1; in hw_alloc_pkt()
3636 if (hw->tx_int_cnt > hw->tx_int_mask) { in hw_send_pkt()
3638 hw->tx_int_cnt = 0; in hw_send_pkt()
4126 hw->tx_int_cnt = 0; in ksz_alloc_mem()
4131 hw->tx_int_cnt++; in ksz_alloc_mem()
4134 if (hw->tx_int_cnt) { in ksz_alloc_mem()
4135 hw->tx_int_mask = (1 << (hw->tx_int_cnt in ksz_alloc_mem()
[all...]

Completed in 17 milliseconds