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

  /src/sys/dev/pci/cxgb/
cxgb_offload.h 161 union active_open_entry *atid_tab; member in struct:tid_info
209 return &t->atid_tab[atid - t->atid_base];
cxgb_offload.c 611 atid = (p - t->atid_tab) + t->atid_base;
1293 natids * sizeof(*t->atid_tab) + nstids * sizeof(*t->stid_tab);
1300 t->atid_tab = (union active_open_entry *)&t->stid_tab[nstids];
1314 * Setup the free lists for stid_tab and atid_tab.
1323 t->atid_tab[natids - 1].next = &t->atid_tab[natids];
1324 t->afree = t->atid_tab;

Completed in 34 milliseconds