Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c5404 t4_set_reg_field(adapter, A_PL_INT_MAP0, 0, 1 << pf); in t4_intr_enable()
5423 t4_set_reg_field(adapter, A_PL_INT_MAP0, 1 << pf, 0); in t4_intr_disable()
7435 t4_set_reg_field(adap, A_CIM_BOOT_CFG, F_UPCRST, F_UPCRST); in t4_fw_halt()
7436 t4_set_reg_field(adap, A_PCIE_FW, F_PCIE_FW_HALT, in t4_fw_halt()
7476 t4_set_reg_field(adap, A_PCIE_FW, F_PCIE_FW_HALT, 0); in t4_fw_restart()
7486 t4_set_reg_field(adap, A_CIM_BOOT_CFG, F_UPCRST, 0); in t4_fw_restart()
7498 t4_set_reg_field(adap, A_CIM_BOOT_CFG, F_UPCRST, 0); in t4_fw_restart()
7683 t4_set_reg_field(adap, A_SGE_CONTROL, in t4_fixup_host_params_compat()
7762 t4_set_reg_field(adap, A_SGE_CONTROL, in t4_fixup_host_params_compat()
7767 t4_set_reg_field(adap, A_SGE_CONTROL2, in t4_fixup_host_params_compat()
[all …]
H A Dcommon.h549 void t4_set_reg_field(struct adapter *adap, unsigned int addr, u32 mask, u32 val);
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c514 t4_set_reg_field(sc, A_TP_RSS_CONFIG_VRT, F_DISABLEVLAN, F_DISABLEVLAN); in t4_devo_attach()
956 t4_set_reg_field(sc, A_SGE_CONTROL, F_GLOBALENABLE, 0); in t4_devo_quiesce()
1570 t4_set_reg_field(sc, A_SGE_CONTROL, in adap__pre_init_tweaks()
2957 t4_set_reg_field(sc, A_SGE_CONTROL, F_GLOBALENABLE, 0);