Home
last modified time | relevance | path

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

/drivers/net/cxgb3/
Dcxgb3_defs.h55 return &t->atid_tab[atid - t->atid_base]; in atid2entry()
103 if (tid < t->atid_base || tid >= t->atid_base + t->natids) in lookup_atid()
Dcxgb3_offload.h156 unsigned int atid_base; member
Dcxgb3_offload.c625 atid = (p - t->atid_tab) + t->atid_base; in cxgb3_alloc_atid()
1158 unsigned int atid_base, unsigned int stid_base) in init_tid_tabs() argument
1174 t->atid_base = atid_base; in init_tid_tabs()