Searched refs:i40e_hmc_obj_rxq (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_lan_hmc.c | 705 { I40E_HMC_STORE(i40e_hmc_obj_rxq, head), 13, 0 }, 706 { I40E_HMC_STORE(i40e_hmc_obj_rxq, cpuid), 8, 13 }, 707 { I40E_HMC_STORE(i40e_hmc_obj_rxq, base), 57, 32 }, 708 { I40E_HMC_STORE(i40e_hmc_obj_rxq, qlen), 13, 89 }, 709 { I40E_HMC_STORE(i40e_hmc_obj_rxq, dbuff), 7, 102 }, 710 { I40E_HMC_STORE(i40e_hmc_obj_rxq, hbuff), 5, 109 }, 711 { I40E_HMC_STORE(i40e_hmc_obj_rxq, dtype), 2, 114 }, 712 { I40E_HMC_STORE(i40e_hmc_obj_rxq, dsize), 1, 116 }, 713 { I40E_HMC_STORE(i40e_hmc_obj_rxq, crcstrip), 1, 117 }, 1332 struct i40e_hmc_obj_rxq *s) in i40e_get_lan_rx_queue_context() [all …]
|
| H A D | i40e_lan_hmc.h | 20 struct i40e_hmc_obj_rxq { struct 160 struct i40e_hmc_obj_rxq *s); 165 struct i40e_hmc_obj_rxq *s);
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_pf.c | 369 struct i40e_hmc_obj_rxq rx_ctx; in i40e_pf_host_hmc_config_rxq() 373 memset(&rx_ctx, 0, sizeof(struct i40e_hmc_obj_rxq)); in i40e_pf_host_hmc_config_rxq()
|
| H A D | i40e_fdir.c | 105 struct i40e_hmc_obj_rxq rx_ctx; in i40e_fdir_rx_queue_init() 108 memset(&rx_ctx, 0, sizeof(struct i40e_hmc_obj_rxq)); in i40e_fdir_rx_queue_init()
|
| H A D | i40e_rxtx.c | 2833 struct i40e_hmc_obj_rxq rx_ctx; in i40e_rx_queue_init() 2842 memset(&rx_ctx, 0, sizeof(struct i40e_hmc_obj_rxq)); in i40e_rx_queue_init()
|