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
10193
t4_set_reg_field(adapter, A_SGE_CONTROL, F_GLOBALENABLE, 0);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
5502
t4_set_reg_field(adapter, A_PL_INT_MAP0, 0, 1 << pf);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
5521
t4_set_reg_field(adapter, A_PL_INT_MAP0, 1 << pf, 0);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7533
t4_set_reg_field(adap, A_CIM_BOOT_CFG, F_UPCRST, F_UPCRST);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7534
t4_set_reg_field(adap, A_PCIE_FW, F_PCIE_FW_HALT,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7574
t4_set_reg_field(adap, A_PCIE_FW, F_PCIE_FW_HALT, 0);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7584
t4_set_reg_field(adap, A_CIM_BOOT_CFG, F_UPCRST, 0);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7596
t4_set_reg_field(adap, A_CIM_BOOT_CFG, F_UPCRST, 0);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7781
t4_set_reg_field(adap, A_SGE_CONTROL,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7860
t4_set_reg_field(adap, A_SGE_CONTROL,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
7865
t4_set_reg_field(adap, A_SGE_CONTROL2,
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1357
t4_set_reg_field(sc, A_SGE_CONTROL, V_PKTSHIFT(M_PKTSHIFT),
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
2509
t4_set_reg_field(sc, A_SGE_CONTROL, F_GLOBALENABLE, 0);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
367
t4_set_reg_field(sc, A_TP_RSS_CONFIG_VRT, F_DISABLEVLAN, F_DISABLEVLAN);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
744
t4_set_reg_field(sc, A_SGE_CONTROL, F_GLOBALENABLE, 0);