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

/freebsd-13-stable/sys/dev/cxgbe/
H A Doffload.h142 u_int netids; member in struct:tid_info
H A Dt4_sched.c683 MPASS(t->netids > 0);
686 t->etid_tab = malloc(sizeof(*t->etid_tab) * t->netids, M_CXGBE,
690 for (i = 1; i < t->netids; i++)
692 t->etid_tab[t->netids - 1].next = NULL;
704 MPASS(t->netids > 0);
919 q->max_flows = sc->tids.netids;
H A Dt4_main.c4652 sc->tids.netids = val[1] - val[0] + 1;
9459 if (t->netids) {
9461 t->etid_base + t->netids - 1, t->etids_in_use);
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dcommon.h483 return (sc->tids.netids > 0 && tid >= sc->tids.etid_base &&

Completed in 74 milliseconds