Home
last modified time | relevance | path

Searched refs:atid_base (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_tom.h59 unsigned int atid_base; member
165 return &t->atid_tab[atid - t->atid_base]; in atid2entry()
216 if (tid < t->atid_base || tid >= t->atid_base + t->natids) in lookup_atid()
HDcxgb_tom.c98 u_int atid_base, u_int stid_base) in alloc_tid_tabs() argument
114 t->atid_base = atid_base; in alloc_tid_tabs()
HDcxgb_cpl_io.c203 atid = (p - t->atid_tab) + t->atid_base; in alloc_atid()