Searched refs:i40e_hmc_obj_txq (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_lan_hmc.c | 704 {I40E_HMC_STORE(i40e_hmc_obj_txq, head), 13, 0 }, 705 {I40E_HMC_STORE(i40e_hmc_obj_txq, new_context), 1, 30 }, 706 {I40E_HMC_STORE(i40e_hmc_obj_txq, base), 57, 32 }, 707 {I40E_HMC_STORE(i40e_hmc_obj_txq, fc_ena), 1, 89 }, 708 {I40E_HMC_STORE(i40e_hmc_obj_txq, timesync_ena), 1, 90 }, 709 {I40E_HMC_STORE(i40e_hmc_obj_txq, fd_ena), 1, 91 }, 710 {I40E_HMC_STORE(i40e_hmc_obj_txq, alt_vlan_ena), 1, 92 }, 711 {I40E_HMC_STORE(i40e_hmc_obj_txq, cpuid), 8, 96 }, 713 {I40E_HMC_STORE(i40e_hmc_obj_txq, thead_wb), 13, 0 + 128 }, 714 {I40E_HMC_STORE(i40e_hmc_obj_txq, head_wb_ena), 1, 32 + 128 }, [all …]
|
H A D | i40e_lan_hmc.h | 83 struct i40e_hmc_obj_txq { struct 182 struct i40e_hmc_obj_txq *s); 187 struct i40e_hmc_obj_txq *s);
|
/titanic_50/usr/src/uts/common/io/i40e/ |
H A D | i40e_main.c | 2855 struct i40e_hmc_obj_txq tctx; in i40e_setup_tx_hmc() 2859 bzero(&tctx, sizeof (struct i40e_hmc_obj_txq)); in i40e_setup_tx_hmc()
|