Searched refs:tid_base (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 107 unsigned int tid_base; member 168 tid -= t->tid_base; in lookup_tid() 174 return ((tid - t->tid_base) >= t->ntids); in tid_out_of_range() 198 t->tid_tab[tid - t->tid_base] = data; in cxgb4_insert_tid()
|
H A D | cxgb4_debugfs.c | 3331 seq_printf(seq, "TID range: %u..%u/%u..%u", t->tid_base, in tid_info_show() 3333 t->tid_base + t->ntids - 1); in tid_info_show() 3342 t->tid_base + t->ntids - 1); in tid_info_show() 3349 t->tid_base + t->ntids - 1); in tid_info_show() 3357 seq_printf(seq, "TID range: %u..%u", t->tid_base, in tid_info_show() 3358 t->tid_base + t->ntids - 1); in tid_info_show()
|
H A D | cxgb4_filter.c | 370 f = adapter->tids.tid_tab[fidx - adapter->tids.tid_base]; in get_filter_count() 1163 (adap->tids.nhash + (adap->tids.stid_base - adap->tids.tid_base))) in is_filter_exact_match()
|
H A D | cxgb4_main.c | 1748 void **p = &t->tid_tab[tid - t->tid_base]; in cxgb4_queue_tid_release() 1805 if (t->tid_tab[tid - adap->tids.tid_base]) { in cxgb4_remove_tid() 1806 t->tid_tab[tid - adap->tids.tid_base] = NULL; in cxgb4_remove_tid() 5019 adap->tids.tid_base = in adap_init0()
|
H A D | cxgb4_ethtool.c | 2246 (adap->tids.stid_base - adap->tids.tid_base); in cxgb4_init_ethtool_filters()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 107 unsigned int tid_base; member 168 tid -= t->tid_base; in lookup_tid() 174 return ((tid - t->tid_base) >= t->ntids); in tid_out_of_range() 198 t->tid_tab[tid - t->tid_base] = data; in cxgb4_insert_tid()
|
H A D | cxgb4_debugfs.c | 3331 seq_printf(seq, "TID range: %u..%u/%u..%u", t->tid_base, in tid_info_show() 3333 t->tid_base + t->ntids - 1); in tid_info_show() 3342 t->tid_base + t->ntids - 1); in tid_info_show() 3349 t->tid_base + t->ntids - 1); in tid_info_show() 3357 seq_printf(seq, "TID range: %u..%u", t->tid_base, in tid_info_show() 3358 t->tid_base + t->ntids - 1); in tid_info_show()
|
H A D | cxgb4_filter.c | 370 f = adapter->tids.tid_tab[fidx - adapter->tids.tid_base]; in get_filter_count() 1163 (adap->tids.nhash + (adap->tids.stid_base - adap->tids.tid_base))) in is_filter_exact_match()
|
H A D | cxgb4_main.c | 1747 void **p = &t->tid_tab[tid - t->tid_base]; in cxgb4_queue_tid_release() 1804 if (t->tid_tab[tid - adap->tids.tid_base]) { in cxgb4_remove_tid() 1805 t->tid_tab[tid - adap->tids.tid_base] = NULL; in cxgb4_remove_tid() 5014 adap->tids.tid_base = in adap_init0()
|
H A D | cxgb4_ethtool.c | 2263 (adap->tids.stid_base - adap->tids.tid_base); in cxgb4_init_ethtool_filters()
|
Completed in 38 milliseconds