Home
last modified time | relevance | path

Searched refs:i40e_hmc_obj_rxq (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.c735 { I40E_HMC_STORE(i40e_hmc_obj_rxq, head), 13, 0 },
736 { I40E_HMC_STORE(i40e_hmc_obj_rxq, cpuid), 8, 13 },
737 { I40E_HMC_STORE(i40e_hmc_obj_rxq, base), 57, 32 },
738 { I40E_HMC_STORE(i40e_hmc_obj_rxq, qlen), 13, 89 },
739 { I40E_HMC_STORE(i40e_hmc_obj_rxq, dbuff), 7, 102 },
740 { I40E_HMC_STORE(i40e_hmc_obj_rxq, hbuff), 5, 109 },
741 { I40E_HMC_STORE(i40e_hmc_obj_rxq, dtype), 2, 114 },
742 { I40E_HMC_STORE(i40e_hmc_obj_rxq, dsize), 1, 116 },
743 { I40E_HMC_STORE(i40e_hmc_obj_rxq, crcstrip), 1, 117 },
1362 struct i40e_hmc_obj_rxq *s) in i40e_get_lan_rx_queue_context()
[all …]
H A Di40e_lan_hmc.h50 struct i40e_hmc_obj_rxq { struct
190 struct i40e_hmc_obj_rxq *s);
195 struct i40e_hmc_obj_rxq *s);
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c2795 struct i40e_hmc_obj_rxq rctx; in i40e_setup_rx_hmc()
2798 bzero(&rctx, sizeof (struct i40e_hmc_obj_rxq)); in i40e_setup_rx_hmc()