Searched refs:rxmax (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_lan_hmc.h | 37 u32 rxmax; /* bigger than needed, see above for reason */ member
|
| H A D | i40e_lan_hmc.c | 719 { I40E_HMC_STORE(i40e_hmc_obj_rxq, rxmax), 14, 174 },
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_pf.c | 415 rx_ctx.rxmax = rxq->max_pkt_size; in i40e_pf_host_hmc_config_rxq()
|
| H A D | i40e_fdir.c | 120 rx_ctx.rxmax = I40E_ETH_MAX_LEN; in i40e_fdir_rx_queue_init()
|
| H A D | i40e_rxtx.c | 2958 rx_ctx.rxmax = rxq->max_pkt_len; in i40e_rx_queue_init()
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_lan_tx_rx.h | 961 u32 rxmax; /* bigger than needed, see above for reason */ member
|
| H A D | ice_common.c | 1279 ICE_CTX_STORE(ice_rlan_ctx, rxmax, 14, 174),
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_rxtx.c | 322 rx_ctx.rxmax = rxq->max_pkt_len; in ice_program_hw_rx_queue() 747 rx_ctx.rxmax = ICE_ETH_MAX_LEN; in ice_fdir_program_hw_rx_queue()
|