Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c2983 u32 fl_small_pg, fl_large_pg, fl_small_mtu, fl_large_mtu; in t4_sge_init_soft() local
3010 fl_large_pg = READ_FL_BUF(RX_LARGE_PG_BUF); in t4_sge_init_soft()
3017 if (fl_large_pg <= fl_small_pg) in t4_sge_init_soft()
3018 fl_large_pg = 0; in t4_sge_init_soft()
3026 (fl_large_pg & (fl_large_pg-1)) != 0) { in t4_sge_init_soft()
3028 fl_small_pg, fl_large_pg); in t4_sge_init_soft()
3031 if (fl_large_pg) in t4_sge_init_soft()
3032 s->fl_pg_order = ilog2(fl_large_pg) - PAGE_SHIFT; in t4_sge_init_soft()