Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c931 s_hps = (HOSTPAGESIZEPF0_S + in t4vf_get_sge_params()
932 (HOSTPAGESIZEPF1_S - HOSTPAGESIZEPF0_S) * pf); in t4vf_get_sge_params()
/Linux-v4.19/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.c9184 s_hps = (HOSTPAGESIZEPF0_S + in t4_init_sge_params()
9185 (HOSTPAGESIZEPF1_S - HOSTPAGESIZEPF0_S) * adapter->pf); in t4_init_sge_params()