Searched refs:SGE_CONTROL (Results 1 – 7 of 7) sorted by relevance
/drivers/scsi/csiostor/ |
D | csio_wr.c | 1322 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()
|
D | csio_hw.c | 2307 csio_set_reg_field(hw, SGE_CONTROL, GLOBALENABLE, 0); in csio_hw_fatal_err()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 2768 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()
|
D | t4_regs.h | 97 #define SGE_CONTROL 0x1008 macro
|
D | t4_hw.c | 3133 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()
|
D | cxgb4_main.c | 4946 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/ |
D | t4vf_hw.c | 447 FW_PARAMS_PARAM_XYZ(SGE_CONTROL)); in t4vf_get_sge_params()
|