Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h107 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 Dcxgb4_debugfs.c3331 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 Dcxgb4_filter.c370 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 Dcxgb4_main.c1747 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 Dcxgb4_ethtool.c2265 (adap->tids.stid_base - adap->tids.tid_base); in cxgb4_init_ethtool_filters()