Searched refs:hpftid_tab (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/
H A Doffload.h161 struct filter_entry *hpftid_tab; member in struct:tid_info
H A Dt4_filter.c636 f = &sc->tids.hpftid_tab[t->idx];
975 __predict_false(ti->hpftid_tab == NULL)) {
980 ti->hpftid_tab = malloc(sizeof(struct filter_entry) *
982 if (ti->hpftid_tab == NULL) {
1066 f = sc->tids.hpftid_tab;
1140 if (sc->tids.hpftid_tab != NULL)
1217 f = &sc->tids.hpftid_tab[idx];
1404 f = sc->tids.hpftid_tab;
H A Dt4_main.c1736 free(sc->tids.hpftid_tab, M_CXGBE);

Completed in 161 milliseconds