Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_wr.c1312 uint32_t s_hps = PAGE_SHIFT - 10; in csio_wr_fixup_host_params() local
1319 csio_wr_reg32(hw, HOSTPAGESIZEPF0_V(s_hps) | HOSTPAGESIZEPF1_V(s_hps) | in csio_wr_fixup_host_params()
1320 HOSTPAGESIZEPF2_V(s_hps) | HOSTPAGESIZEPF3_V(s_hps) | in csio_wr_fixup_host_params()
1321 HOSTPAGESIZEPF4_V(s_hps) | HOSTPAGESIZEPF5_V(s_hps) | in csio_wr_fixup_host_params()
1322 HOSTPAGESIZEPF6_V(s_hps) | HOSTPAGESIZEPF7_V(s_hps), in csio_wr_fixup_host_params()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c907 unsigned int pf, s_hps, s_qpp; in t4vf_get_sge_params() local
931 s_hps = (HOSTPAGESIZEPF0_S + in t4vf_get_sge_params()
934 ((sge_params->sge_host_page_size >> s_hps) in t4vf_get_sge_params()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c9179 unsigned int s_hps, s_qpp; in t4_init_sge_params() local
9184 s_hps = (HOSTPAGESIZEPF0_S + in t4_init_sge_params()
9186 sge_params->hps = ((hps >> s_hps) & HOSTPAGESIZEPF0_M); in t4_init_sge_params()