Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sched.c711 MPASS(t->netids > 0); in t4_init_etid_table()
714 t->etid_tab = malloc(sizeof(*t->etid_tab) * t->netids, M_CXGBE, in t4_init_etid_table()
718 for (i = 1; i < t->netids; i++) in t4_init_etid_table()
720 t->etid_tab[t->netids - 1].next = NULL; in t4_init_etid_table()
732 MPASS(t->netids > 0); in t4_free_etid_table()
960 q->max_flows = sc->tids.netids; in cxgbe_ratelimit_query()
H A Doffload.h132 u_int netids; member
H A Dt4_main.c2272 COMPARE_PARAM(tids.netids, netids); in compare_caps_and_params()
5647 sc->tids.netids = val[1] - val[0] + 1; in get_params__post_init()
10745 if (t->netids) { in sysctl_tids()
10747 t->etid_base + t->netids - 1, t->etids_in_use); in sysctl_tids()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h491 return (sc->tids.netids > 0 && tid >= sc->tids.etid_base && in is_etid()