Symbol: i40e_hmc_obj_txq
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1302
struct i40e_hmc_obj_txq *s)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1341
struct i40e_hmc_obj_txq *s)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
709
{I40E_HMC_STORE(i40e_hmc_obj_txq, head), 13, 0 },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
710
{I40E_HMC_STORE(i40e_hmc_obj_txq, new_context), 1, 30 },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
711
{I40E_HMC_STORE(i40e_hmc_obj_txq, base), 57, 32 },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
712
{I40E_HMC_STORE(i40e_hmc_obj_txq, fc_ena), 1, 89 },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
713
{I40E_HMC_STORE(i40e_hmc_obj_txq, timesync_ena), 1, 90 },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
714
{I40E_HMC_STORE(i40e_hmc_obj_txq, fd_ena), 1, 91 },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
715
{I40E_HMC_STORE(i40e_hmc_obj_txq, alt_vlan_ena), 1, 92 },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
716
{I40E_HMC_STORE(i40e_hmc_obj_txq, cpuid), 8, 96 },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
718
{I40E_HMC_STORE(i40e_hmc_obj_txq, thead_wb), 13, 0 + 128 },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
719
{I40E_HMC_STORE(i40e_hmc_obj_txq, head_wb_ena), 1, 32 + 128 },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
720
{I40E_HMC_STORE(i40e_hmc_obj_txq, qlen), 13, 33 + 128 },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
721
{I40E_HMC_STORE(i40e_hmc_obj_txq, tphrdesc_ena), 1, 46 + 128 },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
722
{I40E_HMC_STORE(i40e_hmc_obj_txq, tphrpacket_ena), 1, 47 + 128 },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
723
{I40E_HMC_STORE(i40e_hmc_obj_txq, tphwdesc_ena), 1, 48 + 128 },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
724
{I40E_HMC_STORE(i40e_hmc_obj_txq, head_wb_addr), 64, 64 + 128 },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
726
{I40E_HMC_STORE(i40e_hmc_obj_txq, crc), 32, 0 + (7 * 128) },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
727
{I40E_HMC_STORE(i40e_hmc_obj_txq, rdylist), 10, 84 + (7 * 128) },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
728
{I40E_HMC_STORE(i40e_hmc_obj_txq, rdylist_act), 1, 94 + (7 * 128) },
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
182
struct i40e_hmc_obj_txq *s);
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
187
struct i40e_hmc_obj_txq *s);
usr/src/uts/common/io/i40e/i40e_main.c
2913
struct i40e_hmc_obj_txq tctx;
usr/src/uts/common/io/i40e/i40e_main.c
2917
bzero(&tctx, sizeof (struct i40e_hmc_obj_txq));