Home
last modified time | relevance | path

Searched refs:A_SGE_CONTROL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c956 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);
H A Dt4_sge.c241 sge_control = t4_read_reg(sc, A_SGE_CONTROL); in t4_sge_init()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c7606 sge_control = t4_read_reg(adap, A_SGE_CONTROL); in t4_fl_pkt_align()
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()
10095 t4_set_reg_field(adapter, A_SGE_CONTROL, F_GLOBALENABLE, 0); in t4_shutdown_adapter()
H A Dt4_regs.h556 #define A_SGE_CONTROL 0x1008 macro