Home
last modified time | relevance | path

Searched refs:SGE_CONTROL (Results 1 – 7 of 7) sorted by relevance

/drivers/scsi/csiostor/
Dcsio_wr.c1322 csio_set_reg_field(hw, SGE_CONTROL, INGPADBOUNDARY_MASK | in csio_wr_fixup_host_params()
1348 csio_set_reg_field(hw, SGE_CONTROL, PKTSHIFT_MASK, in csio_wr_fixup_host_params()
1387 sge->sge_control = csio_rd_reg32(hw, SGE_CONTROL); in csio_wr_get_sge()
1457 csio_set_reg_field(hw, SGE_CONTROL, RXPKTCPLMODE(1), RXPKTCPLMODE(1)); in csio_wr_set_sge()
1459 sge->sge_control = csio_rd_reg32(hw, SGE_CONTROL); in csio_wr_set_sge()
Dcsio_hw.c2307 csio_set_reg_field(hw, SGE_CONTROL, GLOBALENABLE, 0); in csio_hw_fatal_err()
/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c2768 if ((t4_read_reg(adap, SGE_CONTROL) & RXPKTCPLMODE_MASK) != in t4_sge_init_soft()
2854 t4_set_reg_field(adap, SGE_CONTROL, RXPKTCPLMODE_MASK, in t4_sge_init_hard()
2925 sge_control = t4_read_reg(adap, SGE_CONTROL); in t4_sge_init()
Dt4_regs.h97 #define SGE_CONTROL 0x1008 macro
Dt4_hw.c3133 t4_set_reg_field(adap, SGE_CONTROL, in t4_fixup_host_params()
3167 t4_set_reg_field(adap, SGE_CONTROL, in t4_fixup_host_params()
Dcxgb4_main.c4946 t4_set_reg_field(adap, SGE_CONTROL, GLOBALENABLE, 0); in t4_fatal_err()
5176 t4_set_reg_field(adapter, SGE_CONTROL, in adap_init0_tweaks()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c447 FW_PARAMS_PARAM_XYZ(SGE_CONTROL)); in t4vf_get_sge_params()