Searched refs:i40e_hmc_obj_txq (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/intel/i40e/ |
D | i40e_lan_hmc.c | 674 {I40E_HMC_STORE(i40e_hmc_obj_txq, head), 13, 0 }, 675 {I40E_HMC_STORE(i40e_hmc_obj_txq, new_context), 1, 30 }, 676 {I40E_HMC_STORE(i40e_hmc_obj_txq, base), 57, 32 }, 677 {I40E_HMC_STORE(i40e_hmc_obj_txq, fc_ena), 1, 89 }, 678 {I40E_HMC_STORE(i40e_hmc_obj_txq, timesync_ena), 1, 90 }, 679 {I40E_HMC_STORE(i40e_hmc_obj_txq, fd_ena), 1, 91 }, 680 {I40E_HMC_STORE(i40e_hmc_obj_txq, alt_vlan_ena), 1, 92 }, 681 {I40E_HMC_STORE(i40e_hmc_obj_txq, cpuid), 8, 96 }, 683 {I40E_HMC_STORE(i40e_hmc_obj_txq, thead_wb), 13, 0 + 128 }, 684 {I40E_HMC_STORE(i40e_hmc_obj_txq, head_wb_ena), 1, 32 + 128 }, [all …]
|
D | i40e_lan_hmc.h | 52 struct i40e_hmc_obj_txq { struct 151 struct i40e_hmc_obj_txq *s);
|
D | i40e_virtchnl_pf.c | 608 struct i40e_hmc_obj_txq tx_ctx; in i40e_config_vsi_tx_queue() 626 memset(&tx_ctx, 0, sizeof(struct i40e_hmc_obj_txq)); in i40e_config_vsi_tx_queue()
|
D | i40e_main.c | 3431 struct i40e_hmc_obj_txq tx_ctx; in i40e_configure_tx_ring()
|