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

/freebsd-13-stable/sys/dev/cxgbe/
H A Doffload.h171 void **tid_tab; member in struct:tid_info
H A Dt4_main.c1738 free(sc->tids.tid_tab, M_CXGBE);
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c884 t->tid_tab[tid - t->tid_base] = ctx;
893 return (t->tid_tab[tid - t->tid_base]);
901 t->tid_tab[tid - t->tid_base] = ctx;
909 t->tid_tab[tid - t->tid_base] = NULL;
1332 MPASS(t->tid_tab == NULL);
1334 t->tid_tab = malloc(t->ntids * sizeof(*t->tid_tab), M_CXGBE,
1336 if (t->tid_tab == NULL)
1350 free(t->tid_tab, M_CXGBE);
1351 t->tid_tab
[all...]

Completed in 129 milliseconds