Searched refs:work_limit (Results 1 – 19 of 19) sorted by relevance
423 ec->tx_max_coalesced_frames = vsi->work_limit; in __i40evf_get_coalesce()424 ec->rx_max_coalesced_frames = vsi->work_limit; in __i40evf_get_coalesce()536 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in __i40evf_set_coalesce()
60 u16 work_limit; member
198 unsigned int budget = vsi->work_limit; in i40e_clean_tx_irq()
3357 adapter->vsi.work_limit = I40E_DEFAULT_IRQ_WORK; in i40evf_process_config()
1115 int work_limit = max_interrupt_work; in intr_handler() local1151 if (--work_limit < 0) { in intr_handler()1179 int work_limit = np->dirty_rx + RX_RING_SIZE - np->cur_rx; in netdev_rx() local1187 while (--work_limit >= 0) { in netdev_rx()
149 u16 work_limit; /* total work allowed per interrupt */ member
1196 unsigned int budget = q_vector->tx.work_limit; in fm10k_clean_tx_irq()1631 q_vector->tx.work_limit = FM10K_DEFAULT_TX_WORK; in fm10k_alloc_q_vector()
243 u16 work_limit; /* total work allowed per interrupt */ member
2233 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_set_coalesce()
1224 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_alloc_q_vector()7777 unsigned int budget = q_vector->tx.work_limit; in igb_clean_tx_irq()
424 u16 work_limit; /* total work allowed per interrupt */ member
884 q_vector->tx.work_limit = adapter->tx_work_limit; in ixgbe_alloc_q_vector()
1114 unsigned int budget = q_vector->tx.work_limit; in ixgbe_clean_tx_irq()
720 u16 work_limit; member
2395 ec->tx_max_coalesced_frames_irq = vsi->work_limit; in __i40e_get_coalesce()2396 ec->rx_max_coalesced_frames_irq = vsi->work_limit; in __i40e_get_coalesce()2527 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in __i40e_set_coalesce()
327 vsi->work_limit); in i40e_dbg_dump_vsi_seid()
788 unsigned int budget = vsi->work_limit; in i40e_clean_tx_irq()
4037 i40e_clean_fdir_tx_irq(q_vector->tx.ring, vsi->work_limit); in i40e_fdir_clean_ring()10027 vsi->work_limit = I40E_DEFAULT_IRQ_WORK; in i40e_vsi_mem_alloc()
3037 static int sky2_poll(struct napi_struct *napi, int work_limit) in sky2_poll() argument3057 work_done += sky2_status_intr(hw, work_limit - work_done, idx); in sky2_poll()3059 if (work_done >= work_limit) in sky2_poll()