Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.c671 {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 Di40e_lan_hmc.h54 struct i40e_hmc_obj_txq { struct
153 struct i40e_hmc_obj_txq *s);
H A Di40e_virtchnl_pf.c638 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()