Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c940 s_hps = (HOSTPAGESIZEPF0_S + in t4vf_get_sge_params()
941 (HOSTPAGESIZEPF1_S - HOSTPAGESIZEPF0_S) * pf); in t4vf_get_sge_params()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h217 #define HOSTPAGESIZEPF0_S 0 macro
219 #define HOSTPAGESIZEPF0_V(x) ((x) << HOSTPAGESIZEPF0_S)
220 #define HOSTPAGESIZEPF0_G(x) (((x) >> HOSTPAGESIZEPF0_S) & HOSTPAGESIZEPF0_M)
Dt4_hw.c9384 s_hps = (HOSTPAGESIZEPF0_S + in t4_init_sge_params()
9385 (HOSTPAGESIZEPF1_S - HOSTPAGESIZEPF0_S) * adapter->pf); in t4_init_sge_params()