Home
last modified time | relevance | path

Searched refs:work_limit (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ixgbe/
Dixgbe.h153 u16 work_limit; /* max work per interrupt */ member
Dixgbe_ethtool.c944 ec->tx_max_coalesced_frames_irq = adapter->tx_ring[0].work_limit; in ixgbe_get_coalesce()
972 adapter->tx_ring[0].work_limit = ec->tx_max_coalesced_frames_irq; in ixgbe_set_coalesce()
Dixgbe_main.c294 if ((total_packets >= tx_ring->work_limit) || in ixgbe_clean_tx_irq()
2880 tx_ring->work_limit = tx_ring->count; in ixgbe_setup_tx_resources()
/drivers/net/tulip/
Dwinbond-840.c1120 int work_limit = max_interrupt_work; in intr_handler() local
1157 if (--work_limit < 0) { in intr_handler()
1184 int work_limit = np->dirty_rx + RX_RING_SIZE - np->cur_rx; in netdev_rx() local
1192 while (--work_limit >= 0) { in netdev_rx()
/drivers/net/
Dsky2.c2667 static int sky2_poll(struct napi_struct *napi, int work_limit) in sky2_poll() argument
2684 work_done += sky2_status_intr(hw, work_limit - work_done, idx); in sky2_poll()
2686 if (work_done >= work_limit) in sky2_poll()