Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A 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()
H A Dcxgb3_offload.h161 unsigned int stid_base; member
H A Dcxgb3_offload.c1120 unsigned int atid_base, unsigned int stid_base) in init_tid_tabs() argument
1133 t->stid_base = stid_base; in init_tid_tabs()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_entity.h159 u32 stid_base; member
H A Dcxgb4_debugfs.c3365 (!t->stid_base && in tid_info_show()
3367 t->stid_base + 1 : t->stid_base, in tid_info_show()
3368 t->stid_base + t->nstids - 1, in tid_info_show()
H A Dcxgb4_filter.c1045 sb = adapter->tids.stid_base; in clear_all_filters()
1163 (adap->tids.nhash + (adap->tids.stid_base - adap->tids.tid_base))) in is_filter_exact_match()
H A Dcxgb4_main.c1647 stid += t->stid_base; in cxgb4_alloc_stid()
1701 stid -= t->stid_base; in cxgb4_free_stid()
1899 if (!t->stid_base && in tid_init()
5179 adap->tids.stid_base = val[1]; in adap_init0()
H A Dcudbg_lib.c2192 tid->stid_base = padap->tids.stid_base; in cudbg_collect_tid()