| /linux/drivers/net/ethernet/dec/tulip/ |
| A D | winbond-840.c | 1103 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/drivers/net/ethernet/intel/iavf/ |
| A D | iavf.h | 63 u16 work_limit; member
|
| A D | iavf_ethtool.c | 682 ec->tx_max_coalesced_frames = vsi->work_limit; in __iavf_get_coalesce() 683 ec->rx_max_coalesced_frames = vsi->work_limit; in __iavf_get_coalesce() 816 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in __iavf_set_coalesce()
|
| A D | iavf_txrx.c | 197 unsigned int budget = vsi->work_limit; in iavf_clean_tx_irq()
|
| A D | iavf_main.c | 3724 adapter->vsi.work_limit = IAVF_DEFAULT_IRQ_WORK; in iavf_process_config()
|
| /linux/drivers/net/ethernet/intel/fm10k/ |
| A D | fm10k.h | 149 u16 work_limit; /* total work allowed per interrupt */ member
|
| A D | fm10k_main.c | 1178 unsigned int budget = q_vector->tx.work_limit; in fm10k_clean_tx_irq() 1611 q_vector->tx.work_limit = FM10K_DEFAULT_TX_WORK; in fm10k_alloc_q_vector()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| A D | igc.h | 74 u16 work_limit; /* total work allowed per interrupt */ member
|
| A D | igc_ethtool.c | 932 q_vector->tx.work_limit = adapter->tx_work_limit; in igc_ethtool_set_coalesce()
|
| A D | igc_main.c | 2661 unsigned int budget = q_vector->tx.work_limit; in igc_clean_tx_irq() 4350 q_vector->tx.work_limit = adapter->tx_work_limit; in igc_alloc_q_vector()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_xsk.c | 500 return ixgbe_xmit_zc(tx_ring, q_vector->tx.work_limit); in ixgbe_clean_xdp_tx_irq()
|
| A D | ixgbe.h | 434 u16 work_limit; /* total work allowed per interrupt */ member
|
| A D | ixgbe_lib.c | 886 q_vector->tx.work_limit = adapter->tx_work_limit; in ixgbe_alloc_q_vector()
|
| A D | ixgbe_main.c | 1120 unsigned int budget = q_vector->tx.work_limit; in ixgbe_clean_tx_irq()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| A D | igb.h | 310 u16 work_limit; /* total work allowed per interrupt */ member
|
| A D | igb_ethtool.c | 2229 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_set_coalesce()
|
| A D | igb_main.c | 1222 q_vector->tx.work_limit = adapter->tx_work_limit; in igb_alloc_q_vector() 8046 unsigned int budget = q_vector->tx.work_limit; in igb_clean_tx_irq()
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| A D | enetc.c | 1171 struct napi_struct *napi, int work_limit) in enetc_clean_rx_ring() argument 1180 while (likely(rx_frm_cnt < work_limit)) { in enetc_clean_rx_ring() 1504 struct napi_struct *napi, int work_limit, in enetc_clean_rx_ring_xdp() argument 1519 while (likely(rx_frm_cnt < work_limit)) { in enetc_clean_rx_ring_xdp()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| A D | i40e.h | 866 u16 work_limit; member
|
| A D | i40e_ethtool.c | 2776 ec->tx_max_coalesced_frames_irq = vsi->work_limit; in __i40e_get_coalesce() 2777 ec->rx_max_coalesced_frames_irq = vsi->work_limit; in __i40e_get_coalesce() 2912 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in __i40e_set_coalesce()
|
| A D | i40e_debugfs.c | 372 vsi->work_limit); in i40e_dbg_dump_vsi_seid()
|
| A D | i40e_txrx.c | 939 unsigned int budget = vsi->work_limit; in i40e_clean_tx_irq()
|
| A D | i40e_main.c | 4263 i40e_clean_fdir_tx_irq(q_vector->tx.ring, vsi->work_limit); in i40e_fdir_clean_ring() 11216 vsi->work_limit = I40E_DEFAULT_IRQ_WORK; in i40e_vsi_mem_alloc()
|
| /linux/drivers/net/ethernet/marvell/ |
| A D | sky2.c | 3022 static int sky2_poll(struct napi_struct *napi, int work_limit) in sky2_poll() argument 3042 work_done += sky2_status_intr(hw, work_limit - work_done, idx); in sky2_poll() 3044 if (work_done >= work_limit) in sky2_poll()
|