Home
last modified time | relevance | path

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

/drivers/net/cxgb3/
Dcxgb3_defs.h61 return &t->stid_tab[stid - t->stid_base]; in stid2entry()
84 if (tid < t->stid_base || tid >= t->stid_base + t->nstids) in lookup_stid()
Dcxgb3_offload.h152 unsigned int stid_base; member
Dcxgb3_offload.c647 stid = (p - t->stid_tab) + t->stid_base; in cxgb3_alloc_stid()
1158 unsigned int atid_base, unsigned int stid_base) in init_tid_tabs() argument
1171 t->stid_base = stid_base; in init_tid_tabs()