Searched refs:fl_large_pg (Results 1 – 1 of 1) sorted by relevance
2913 u32 fl_small_pg, fl_large_pg, fl_small_mtu, fl_large_mtu; in t4_sge_init_soft() local2940 fl_large_pg = READ_FL_BUF(RX_LARGE_PG_BUF); in t4_sge_init_soft()2947 if (fl_large_pg <= fl_small_pg) in t4_sge_init_soft()2948 fl_large_pg = 0; in t4_sge_init_soft()2956 (fl_large_pg & (fl_large_pg-1)) != 0) { in t4_sge_init_soft()2958 fl_small_pg, fl_large_pg); in t4_sge_init_soft()2961 if (fl_large_pg) in t4_sge_init_soft()2962 s->fl_pg_order = ilog2(fl_large_pg) - PAGE_SHIFT; in t4_sge_init_soft()