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

  /src/sys/dev/pci/cxgb/
cxgb_offload.h 162 unsigned int natids; member in struct:tid_info
245 if (tid < t->atid_base || tid >= t->atid_base + t->natids)
cxgb_offload.c 1289 unsigned int natids, unsigned int nstids,
1293 natids * sizeof(*t->atid_tab) + nstids * sizeof(*t->stid_tab);
1305 t->natids = natids;
1321 if (natids) {
1322 while (--natids)
1323 t->atid_tab[natids - 1].next = &t->atid_tab[natids];
1360 int natids, err; local in function:cxgb_offload_activate
1384 natids = uimin(tid_range.num / 2, MAX_ATIDS)
    [all...]

Completed in 41 milliseconds