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

  /src/sys/dev/pci/cxgb/
cxgb_offload.h 159 unsigned int stid_base; member in struct:tid_info
216 return &t->stid_tab[stid - t->stid_base];
234 if (tid < t->stid_base || tid >= t->stid_base + t->nstids)
cxgb_offload.c 632 stid = (p - t->stid_tab) + t->stid_base;
1290 unsigned int atid_base, unsigned int stid_base)
1303 t->stid_base = stid_base;
1573 t->ntids - 1, atomic_read(&t->tids_in_use), t->stid_base,
1574 t->stid_base + t->nstids - 1, t->stids_in_use,

Completed in 19 milliseconds