Home
last modified time | relevance | path

Searched refs:napi_budget (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/net/ethernet/cavium/liquidio/
H A Drequest_manager.c364 struct octeon_instr_queue *iq, u32 napi_budget) in lio_process_iq_request_list() argument
423 if ((napi_budget) && (inst_count >= napi_budget)) in lio_process_iq_request_list()
442 u32 napi_budget) in octeon_flush_iq() argument
460 if (napi_budget) in octeon_flush_iq()
463 napi_budget - in octeon_flush_iq()
476 } while (tot_inst_processed < napi_budget); in octeon_flush_iq()
478 if (napi_budget && (tot_inst_processed >= napi_budget)) in octeon_flush_iq()
H A Docteon_iq.h375 struct octeon_instr_queue *iq, u32 napi_budget);
395 u32 napi_budget);
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c748 struct mlx5_cqe64 *cqe, int napi_budget) in mlx5e_consume_skb() argument
764 napi_consume_skb(skb, napi_budget); in mlx5e_consume_skb()
768 struct mlx5_cqe64 *cqe, int napi_budget) in mlx5e_tx_wi_consume_fifo_skbs() argument
775 mlx5e_consume_skb(sq, skb, cqe, napi_budget); in mlx5e_tx_wi_consume_fifo_skbs()
790 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_poll_tx_cq() argument
844 mlx5e_consume_skb(sq, wi->skb, cqe, napi_budget); in mlx5e_poll_tx_cq()
857 mlx5e_tx_wi_consume_fifo_skbs(sq, wi, cqe, napi_budget); in mlx5e_poll_tx_cq()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_txrx_common.h45 struct ixgbe_ring *tx_ring, int napi_budget);
H A Dixgbe_main.c1167 struct ixgbe_ring *tx_ring, int napi_budget) in ixgbe_clean_tx_irq() argument
1211 napi_consume_skb(tx_buffer->skb, napi_budget); in ixgbe_clean_tx_irq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.c223 static bool mlx5e_ptp_poll_ts_cq(struct mlx5e_cq *cq, int napi_budget) in mlx5e_ptp_poll_ts_cq() argument
226 int budget = min(napi_budget, MLX5E_TX_CQ_POLL_BUDGET); in mlx5e_ptp_poll_ts_cq()
246 metadata_buff, &metadata_buff_sz, napi_budget); in mlx5e_ptp_poll_ts_cq()
H A Dtxrx.h115 bool mlx5e_poll_tx_cq(struct mlx5e_cq *cq, int napi_budget);
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_singleq_txrx.c428 static bool idpf_tx_singleq_clean(struct idpf_tx_queue *tx_q, int napi_budget, in idpf_tx_singleq_clean() argument
438 .napi = napi_budget, in idpf_tx_singleq_clean()
H A Didpf_txrx.c1768 int napi_budget, in idpf_tx_splitq_clean() argument
1778 .napi = napi_budget, in idpf_tx_splitq_clean()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c430 struct mlx4_en_cq *cq, int napi_budget) in mlx4_en_process_tx_cq() argument
497 timestamp, napi_budget); in mlx4_en_process_tx_cq()
H A Dmlx4_en.h743 struct mlx4_en_cq *cq, int napi_budget);
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c1179 struct fm10k_ring *tx_ring, int napi_budget) in fm10k_clean_tx_irq() argument
1217 napi_consume_skb(tx_buffer->skb, napi_budget); in fm10k_clean_tx_irq()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c214 struct iavf_ring *tx_ring, int napi_budget) in iavf_clean_tx_irq() argument
250 napi_consume_skb(tx_buf->skb, napi_budget); in iavf_clean_tx_irq()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c217 static bool ice_clean_tx_irq(struct ice_tx_ring *tx_ring, int napi_budget) in ice_clean_tx_irq() argument
261 napi_consume_skb(tx_buf->skb, napi_budget); in ice_clean_tx_irq()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c704 struct wx_ring *tx_ring, int napi_budget) in wx_clean_tx_irq() argument
741 napi_consume_skb(tx_buffer->skb, napi_budget); in wx_clean_tx_irq()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c927 struct i40e_ring *tx_ring, int napi_budget, in i40e_clean_tx_irq() argument
969 napi_consume_skb(tx_buf->skb, napi_budget); in i40e_clean_tx_irq()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c1136 static bool enetc_clean_tx_ring(struct enetc_bdr *tx_ring, int napi_budget) in enetc_clean_tx_ring() argument
1191 napi_consume_skb(skb, napi_budget); in enetc_clean_tx_ring()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c3040 static bool igc_clean_tx_irq(struct igc_q_vector *q_vector, int napi_budget) in igc_clean_tx_irq() argument
3095 napi_consume_skb(tx_buffer->skb, napi_budget); in igc_clean_tx_irq()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c8281 static bool igb_clean_tx_irq(struct igb_q_vector *q_vector, int napi_budget) in igb_clean_tx_irq() argument
8326 napi_consume_skb(tx_buffer->skb, napi_budget); in igb_clean_tx_irq()