Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h189 #define HOSTPAGESIZEPF1_S 4 macro
191 #define HOSTPAGESIZEPF1_V(x) ((x) << HOSTPAGESIZEPF1_S)
192 #define HOSTPAGESIZEPF1_G(x) (((x) >> HOSTPAGESIZEPF1_S) & HOSTPAGESIZEPF1_M)
Dt4_hw.c7644 (HOSTPAGESIZEPF1_S - HOSTPAGESIZEPF0_S) * adapter->pf); in t4_init_sge_params()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c754 (HOSTPAGESIZEPF1_S - HOSTPAGESIZEPF0_S) * pf); in t4vf_get_sge_params()