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

  /src/sys/dev/pci/cxgb/
cxgb_offload.h 154 unsigned int ntids; member in struct:tid_info
225 return tid < t->ntids ? &(t->tid_tab[tid]) : NULL;
cxgb_offload.c 583 BUG_ON(tid >= t->ntids);
1249 for (tid=0; tid < ti->ntids; tid++) {
1288 init_tid_tabs(struct tid_info *t, unsigned int ntids,
1292 unsigned long size = ntids * sizeof(*t->tid_tab) +
1299 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids];
1301 t->ntids = ntids;
1573 t->ntids - 1, atomic_read(&t->tids_in_use), t->stid_base,

Completed in 21 milliseconds