Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.c709 {I40E_HMC_STORE(i40e_hmc_obj_txq, head), 13, 0 },
710 {I40E_HMC_STORE(i40e_hmc_obj_txq, new_context), 1, 30 },
711 {I40E_HMC_STORE(i40e_hmc_obj_txq, base), 57, 32 },
712 {I40E_HMC_STORE(i40e_hmc_obj_txq, fc_ena), 1, 89 },
713 {I40E_HMC_STORE(i40e_hmc_obj_txq, timesync_ena), 1, 90 },
714 {I40E_HMC_STORE(i40e_hmc_obj_txq, fd_ena), 1, 91 },
715 {I40E_HMC_STORE(i40e_hmc_obj_txq, alt_vlan_ena), 1, 92 },
716 {I40E_HMC_STORE(i40e_hmc_obj_txq, cpuid), 8, 96 },
718 {I40E_HMC_STORE(i40e_hmc_obj_txq, thead_wb), 13, 0 + 128 },
1302 struct i40e_hmc_obj_txq *s) in i40e_get_lan_tx_queue_context()
[all …]
H A Di40e_lan_hmc.h83 struct i40e_hmc_obj_txq { struct
182 struct i40e_hmc_obj_txq *s);
187 struct i40e_hmc_obj_txq *s);
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c2913 struct i40e_hmc_obj_txq tctx; in i40e_setup_tx_hmc()
2917 bzero(&tctx, sizeof (struct i40e_hmc_obj_txq)); in i40e_setup_tx_hmc()