Home
last modified time | relevance | path

Searched refs:lrxqthresh (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_lan_hmc.h42 u16 lrxqthresh; /* bigger than needed, see above for reason */ member
H A Di40e_lan_hmc.c724 { I40E_HMC_STORE(i40e_hmc_obj_rxq, lrxqthresh), 3, 198 },
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_pf.c394 rx_ctx.lrxqthresh = 2; in i40e_pf_host_hmc_config_rxq()
H A Di40e_fdir.c124 rx_ctx.lrxqthresh = 2; in i40e_fdir_rx_queue_init()
H A Di40e_rxtx.c2861 rx_ctx.lrxqthresh = 2; in i40e_rx_queue_init()
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx.c290 rx_ctx.lrxqthresh = 2; in ice_program_hw_rx_queue()
714 rx_ctx.lrxqthresh = 2; in ice_fdir_program_hw_rx_queue()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_lan_tx_rx.h918 u16 lrxqthresh; /* bigger than needed, see above for reason */ member
H A Dice_common.c1075 ICE_CTX_STORE(ice_rlan_ctx, lrxqthresh, 3, 198),