Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_defs.h59 return &t->stid_tab[stid - t->stid_base]; in stid2entry()
82 if (tid < t->stid_base || tid >= t->stid_base + t->nstids) in lookup_stid()
Dcxgb3_offload.h164 unsigned int stid_base; member
Dcxgb3_offload.c684 stid = (p - t->stid_tab) + t->stid_base; in cxgb3_alloc_stid()
1183 unsigned int atid_base, unsigned int stid_base) in init_tid_tabs() argument
1196 t->stid_base = stid_base; in init_tid_tabs()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h97 unsigned int stid_base; member
134 stid -= t->stid_base; in lookup_stid()
Dcxgb4_main.c3045 stid += t->stid_base; in cxgb4_alloc_stid()
3072 stid += t->stid_base; in cxgb4_alloc_sftid()
3084 stid -= t->stid_base; in cxgb4_free_stid()
5051 adap->tids.stid_base = val[1]; in adap_init0()