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

/linux-master/drivers/scsi/csiostor/
H A Dcsio_wr.c1314 uint32_t s_hps = PAGE_SHIFT - 10; local
1320 csio_wr_reg32(hw, HOSTPAGESIZEPF0_V(s_hps) | HOSTPAGESIZEPF1_V(s_hps) |
1321 HOSTPAGESIZEPF2_V(s_hps) | HOSTPAGESIZEPF3_V(s_hps) |
1322 HOSTPAGESIZEPF4_V(s_hps) | HOSTPAGESIZEPF5_V(s_hps) |
1323 HOSTPAGESIZEPF6_V(s_hps) | HOSTPAGESIZEPF7_V(s_hps),
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c916 unsigned int pf, s_hps, s_qpp; local
940 s_hps = (HOSTPAGESIZEPF0_S +
943 ((sge_params->sge_host_page_size >> s_hps)
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c9381 unsigned int s_hps, s_qpp; local
9386 s_hps = (HOSTPAGESIZEPF0_S +
9388 sge_params->hps = ((hps >> s_hps) & HOSTPAGESIZEPF0_M);

Completed in 149 milliseconds