Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/iavf/
Diavf_ethtool.c658 ec->tx_max_coalesced_frames = vsi->work_limit; in __iavf_get_coalesce()
659 ec->rx_max_coalesced_frames = vsi->work_limit; in __iavf_get_coalesce()
768 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in __iavf_set_coalesce()
Diavf.h60 u16 work_limit; member
Diavf_txrx.c197 unsigned int budget = vsi->work_limit; in iavf_clean_tx_irq()
Diavf_main.c3561 adapter->vsi.work_limit = IAVF_DEFAULT_IRQ_WORK; in iavf_process_config()
/Linux-v5.10/drivers/net/ethernet/dec/tulip/
Dwinbond-840.c1103 int work_limit = max_interrupt_work; in intr_handler() local
1139 if (--work_limit < 0) { in intr_handler()
1167 int work_limit = np->dirty_rx + RX_RING_SIZE - np->cur_rx; in netdev_rx() local
1175 while (--work_limit >= 0) { in netdev_rx()
/Linux-v5.10/drivers/net/ethernet/intel/igc/
Digc.h67 u16 work_limit; /* total work allowed per interrupt */ member
Digc_ethtool.c923 q_vector->tx.work_limit = adapter->tx_work_limit; in igc_ethtool_set_coalesce()
Digc_main.c2000 unsigned int budget = q_vector->tx.work_limit; in igc_clean_tx_irq()
3362 q_vector->tx.work_limit = adapter->tx_work_limit; in igc_alloc_q_vector()
/Linux-v5.10/drivers/net/ethernet/intel/fm10k/
Dfm10k.h149 u16 work_limit; /* total work allowed per interrupt */ member
Dfm10k_main.c1183 unsigned int budget = q_vector->tx.work_limit; in fm10k_clean_tx_irq()
1616 q_vector->tx.work_limit = FM10K_DEFAULT_TX_WORK; in fm10k_alloc_q_vector()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c493 return ixgbe_xmit_zc(tx_ring, q_vector->tx.work_limit); in ixgbe_clean_xdp_tx_irq()
Dixgbe.h430 u16 work_limit; /* total work allowed per interrupt */ member
Dixgbe_lib.c882 q_vector->tx.work_limit = adapter->tx_work_limit; in ixgbe_alloc_q_vector()
Dixgbe_main.c1117 unsigned int budget = q_vector->tx.work_limit; in ixgbe_clean_tx_irq()
/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb.h310 u16 work_limit; /* total work allowed per interrupt */ member
Digb_ethtool.c2227 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_set_coalesce()
Digb_main.c1217 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_alloc_q_vector()
8041 unsigned int budget = q_vector->tx.work_limit; in igb_clean_tx_irq()
/Linux-v5.10/drivers/net/ethernet/freescale/enetc/
Denetc.c286 struct napi_struct *napi, int work_limit);
688 struct napi_struct *napi, int work_limit) in enetc_clean_rx_ring() argument
697 while (likely(rx_frm_cnt < work_limit)) { in enetc_clean_rx_ring()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e.h768 u16 work_limit; member
Di40e_ethtool.c2741 ec->tx_max_coalesced_frames_irq = vsi->work_limit; in __i40e_get_coalesce()
2742 ec->rx_max_coalesced_frames_irq = vsi->work_limit; in __i40e_get_coalesce()
2873 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in __i40e_set_coalesce()
Di40e_debugfs.c372 vsi->work_limit); in i40e_dbg_dump_vsi_seid()
Di40e_txrx.c783 unsigned int budget = vsi->work_limit; in i40e_clean_tx_irq()
Di40e_main.c4189 i40e_clean_fdir_tx_irq(q_vector->tx.ring, vsi->work_limit); in i40e_fdir_clean_ring()
10645 vsi->work_limit = I40E_DEFAULT_IRQ_WORK; in i40e_vsi_mem_alloc()
/Linux-v5.10/drivers/net/ethernet/marvell/
Dsky2.c3020 static int sky2_poll(struct napi_struct *napi, int work_limit) in sky2_poll() argument
3040 work_done += sky2_status_intr(hw, work_limit - work_done, idx); in sky2_poll()
3042 if (work_done >= work_limit) in sky2_poll()