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

/drivers/net/ethernet/micrel/
H A Dksz884x.c1250 * @tx_int_mask: Transmit interrupt mask. Used for TX optimization.
1291 int tx_int_mask; member in struct:ksz_hw
4003 hw->tx_int_cnt = hw->tx_int_mask + 1;
4024 if (hw->tx_int_cnt > hw->tx_int_mask) {
4518 hw->tx_int_mask = NUM_OF_TX_DESC / 4;
4519 if (hw->tx_int_mask > 8)
4520 hw->tx_int_mask = 8;
4521 while (hw->tx_int_mask) {
4523 hw->tx_int_mask >>= 1;
4526 hw->tx_int_mask
[all...]

Completed in 42 milliseconds