Searched refs:i40e_hmc_obj_txq (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_lan_hmc.c | 671 {I40E_HMC_STORE(i40e_hmc_obj_txq, head), 13, 0 }, 672 {I40E_HMC_STORE(i40e_hmc_obj_txq, new_context), 1, 30 }, 673 {I40E_HMC_STORE(i40e_hmc_obj_txq, base), 57, 32 }, 674 {I40E_HMC_STORE(i40e_hmc_obj_txq, fc_ena), 1, 89 }, 675 {I40E_HMC_STORE(i40e_hmc_obj_txq, timesync_ena), 1, 90 }, 676 {I40E_HMC_STORE(i40e_hmc_obj_txq, fd_ena), 1, 91 }, 677 {I40E_HMC_STORE(i40e_hmc_obj_txq, alt_vlan_ena), 1, 92 }, 678 {I40E_HMC_STORE(i40e_hmc_obj_txq, cpuid), 8, 96 }, 680 {I40E_HMC_STORE(i40e_hmc_obj_txq, thead_wb), 13, 0 + 128 }, 681 {I40E_HMC_STORE(i40e_hmc_obj_txq, head_wb_ena), 1, 32 + 128 }, [all …]
|
H A D | i40e_lan_hmc.h | 54 struct i40e_hmc_obj_txq { struct 153 struct i40e_hmc_obj_txq *s);
|
H A D | i40e_virtchnl_pf.c | 638 struct i40e_hmc_obj_txq tx_ctx; in i40e_config_vsi_tx_queue() 656 memset(&tx_ctx, 0, sizeof(struct i40e_hmc_obj_txq)); in i40e_config_vsi_tx_queue()
|
H A D | i40e_main.c | 3479 struct i40e_hmc_obj_txq tx_ctx; in i40e_configure_tx_ring()
|