Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h175 #define HOSTPAGESIZEPF1_S 4 macro
177 #define HOSTPAGESIZEPF1_V(x) ((x) << HOSTPAGESIZEPF1_S)
178 #define HOSTPAGESIZEPF1_G(x) (((x) >> HOSTPAGESIZEPF1_S) & HOSTPAGESIZEPF1_M)
Dt4_hw.c5258 (HOSTPAGESIZEPF1_S - HOSTPAGESIZEPF0_S) * adapter->fn); in t4_init_sge_params()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c625 (HOSTPAGESIZEPF1_S - HOSTPAGESIZEPF0_S) * pf); in t4vf_get_sge_params()