Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_defs.h56 return &t->stid_tab[stid - t->stid_base]; in stid2entry()
79 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()
1159 unsigned int atid_base, unsigned int stid_base) in init_tid_tabs() argument
1172 t->stid_base = stid_base; in init_tid_tabs()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h103 unsigned int stid_base; member
155 stid -= t->stid_base; in lookup_stid()
Dcudbg_entity.h171 u32 stid_base; member
Dcxgb4_debugfs.c3213 (!t->stid_base && in tid_info_show()
3215 t->stid_base + 1 : t->stid_base, in tid_info_show()
3216 t->stid_base + t->nstids - 1, in tid_info_show()
Dcxgb4_main.c1140 stid += t->stid_base; in cxgb4_alloc_stid()
1194 stid -= t->stid_base; in cxgb4_free_stid()
1376 if (!t->stid_base && in tid_init()
4478 adap->tids.stid_base = val[1]; in adap_init0()
Dcudbg_lib.c1762 tid->stid_base = padap->tids.stid_base; in cudbg_collect_tid()