HomeSort by: relevance | last modified time | path
    Searched refs:stid_tab (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_offload.h 157 union listen_entry *stid_tab; member in struct:tid_info
216 return &t->stid_tab[stid - t->stid_base];
cxgb_offload.c 632 stid = (p - t->stid_tab) + t->stid_base;
1293 natids * sizeof(*t->atid_tab) + nstids * sizeof(*t->stid_tab);
1299 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids];
1300 t->atid_tab = (union active_open_entry *)&t->stid_tab[nstids];
1314 * Setup the free lists for stid_tab and atid_tab.
1318 t->stid_tab[nstids - 1].next = &t->stid_tab[nstids];
1319 t->sfree = t->stid_tab;

Completed in 15 milliseconds