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

  /src/sys/dev/pci/cxgb/
cxgb_offload.h 163 unsigned int atid_base; member in struct:tid_info
209 return &t->atid_tab[atid - t->atid_base];
245 if (tid < t->atid_base || tid >= t->atid_base + t->natids)
cxgb_offload.c 73 static const unsigned int ATID_BASE = 0x100000;
611 atid = (p - t->atid_tab) + t->atid_base;
1290 unsigned int atid_base, unsigned int stid_base)
1306 t->atid_base = atid_base;
1386 stid_range.num, ATID_BASE, stid_range.base);
1575 t->atid_base, t->atid_base + t->natids - 1,

Completed in 12 milliseconds