Searched refs:s_hps (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_wr.c | 1314 uint32_t s_hps = PAGE_SHIFT - 10; in csio_wr_fixup_host_params() local 1320 csio_wr_reg32(hw, HOSTPAGESIZEPF0_V(s_hps) | HOSTPAGESIZEPF1_V(s_hps) | in csio_wr_fixup_host_params() 1321 HOSTPAGESIZEPF2_V(s_hps) | HOSTPAGESIZEPF3_V(s_hps) | in csio_wr_fixup_host_params() 1322 HOSTPAGESIZEPF4_V(s_hps) | HOSTPAGESIZEPF5_V(s_hps) | in csio_wr_fixup_host_params() 1323 HOSTPAGESIZEPF6_V(s_hps) | HOSTPAGESIZEPF7_V(s_hps), in csio_wr_fixup_host_params()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_wr.c | 1314 uint32_t s_hps = PAGE_SHIFT - 10; in csio_wr_fixup_host_params() local 1320 csio_wr_reg32(hw, HOSTPAGESIZEPF0_V(s_hps) | HOSTPAGESIZEPF1_V(s_hps) | in csio_wr_fixup_host_params() 1321 HOSTPAGESIZEPF2_V(s_hps) | HOSTPAGESIZEPF3_V(s_hps) | in csio_wr_fixup_host_params() 1322 HOSTPAGESIZEPF4_V(s_hps) | HOSTPAGESIZEPF5_V(s_hps) | in csio_wr_fixup_host_params() 1323 HOSTPAGESIZEPF6_V(s_hps) | HOSTPAGESIZEPF7_V(s_hps), in csio_wr_fixup_host_params()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 915 unsigned int pf, s_hps, s_qpp; in t4vf_get_sge_params() local 939 s_hps = (HOSTPAGESIZEPF0_S + in t4vf_get_sge_params() 942 ((sge_params->sge_host_page_size >> s_hps) in t4vf_get_sge_params()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 916 unsigned int pf, s_hps, s_qpp; in t4vf_get_sge_params() local 940 s_hps = (HOSTPAGESIZEPF0_S + in t4vf_get_sge_params() 943 ((sge_params->sge_host_page_size >> s_hps) in t4vf_get_sge_params()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 9412 unsigned int s_hps, s_qpp; in t4_init_sge_params() local 9417 s_hps = (HOSTPAGESIZEPF0_S + in t4_init_sge_params() 9419 sge_params->hps = ((hps >> s_hps) & HOSTPAGESIZEPF0_M); in t4_init_sge_params()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 9381 unsigned int s_hps, s_qpp; in t4_init_sge_params() local 9386 s_hps = (HOSTPAGESIZEPF0_S + in t4_init_sge_params() 9388 sge_params->hps = ((hps >> s_hps) & HOSTPAGESIZEPF0_M); in t4_init_sge_params()
|
Completed in 34 milliseconds