Searched refs:stid_base (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_defs.h | 56 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 D | cxgb3_offload.h | 164 unsigned int stid_base; member
|
H A D | cxgb3_offload.c | 684 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() 1172 t->stid_base = stid_base; in init_tid_tabs() 1157 init_tid_tabs(struct tid_info *t, unsigned int ntids, unsigned int natids, unsigned int nstids, unsigned int atid_base, unsigned int stid_base) init_tid_tabs() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_defs.h | 56 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 D | cxgb3_offload.h | 164 unsigned int stid_base; member
|
H A D | cxgb3_offload.c | 684 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() 1172 t->stid_base = stid_base; in init_tid_tabs() 1157 init_tid_tabs(struct tid_info *t, unsigned int ntids, unsigned int natids, unsigned int nstids, unsigned int atid_base, unsigned int stid_base) init_tid_tabs() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 113 unsigned int stid_base; member 189 stid -= t->stid_base; in lookup_stid()
|
H A D | cudbg_entity.h | 159 u32 stid_base; member
|
H A D | cxgb4_debugfs.c | 3365 (!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 D | cxgb4_filter.c | 1045 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 D | cxgb4_main.c | 1648 stid += t->stid_base; in cxgb4_alloc_stid() 1702 stid -= t->stid_base; in cxgb4_free_stid() 1897 if (!t->stid_base && in tid_init() 5197 adap->tids.stid_base = val[1]; in adap_init0()
|
H A D | cxgb4_ethtool.c | 2246 (adap->tids.stid_base - adap->tids.tid_base); in cxgb4_init_ethtool_filters()
|
H A D | cudbg_lib.c | 2192 tid->stid_base = padap->tids.stid_base; in cudbg_collect_tid()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 113 unsigned int stid_base; member 189 stid -= t->stid_base; in lookup_stid()
|
H A D | cudbg_entity.h | 159 u32 stid_base; member
|
H A D | cxgb4_debugfs.c | 3365 (!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 D | cxgb4_filter.c | 1045 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 D | cxgb4_main.c | 1647 stid += t->stid_base; in cxgb4_alloc_stid() 1701 stid -= t->stid_base; in cxgb4_free_stid() 1896 if (!t->stid_base && in tid_init() 5188 adap->tids.stid_base = val[1]; in adap_init0()
|
H A D | cxgb4_ethtool.c | 2263 (adap->tids.stid_base - adap->tids.tid_base); in cxgb4_init_ethtool_filters()
|
H A D | cudbg_lib.c | 2192 tid->stid_base = padap->tids.stid_base; in cudbg_collect_tid()
|
Completed in 55 milliseconds