Symbol: t4_set_reg_field
usr/src/uts/common/io/cxgbe/common/common.h
549
void t4_set_reg_field(struct adapter *adap, unsigned int addr, u32 mask, u32 val);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10179
t4_set_reg_field(adapter, A_SGE_CONTROL, F_GLOBALENABLE, 0);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
5489
t4_set_reg_field(adapter, A_PL_INT_MAP0, 0, 1 << pf);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
5508
t4_set_reg_field(adapter, A_PL_INT_MAP0, 1 << pf, 0);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7520
t4_set_reg_field(adap, A_CIM_BOOT_CFG, F_UPCRST, F_UPCRST);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7521
t4_set_reg_field(adap, A_PCIE_FW, F_PCIE_FW_HALT,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7561
t4_set_reg_field(adap, A_PCIE_FW, F_PCIE_FW_HALT, 0);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7571
t4_set_reg_field(adap, A_CIM_BOOT_CFG, F_UPCRST, 0);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7583
t4_set_reg_field(adap, A_CIM_BOOT_CFG, F_UPCRST, 0);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7768
t4_set_reg_field(adap, A_SGE_CONTROL,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7847
t4_set_reg_field(adap, A_SGE_CONTROL,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7852
t4_set_reg_field(adap, A_SGE_CONTROL2,
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1139
t4_set_reg_field(sc, A_SGE_CONTROL, F_GLOBALENABLE, 0);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1755
t4_set_reg_field(sc, A_SGE_CONTROL, V_PKTSHIFT(M_PKTSHIFT),
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
2951
t4_set_reg_field(sc, A_SGE_CONTROL, F_GLOBALENABLE, 0);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
831
t4_set_reg_field(sc, A_TP_RSS_CONFIG_VRT, F_DISABLEVLAN, F_DISABLEVLAN);