Home
last modified time | relevance | path

Searched refs:hpftid_base (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcudbg_entity.h180 u32 hpftid_base; member
A Dcxgb4_ethtool.c1636 if (ftid >= t->hpftid_base && ftid < t->hpftid_base + t->nhpftids) in cxgb4_get_filter_entry()
1637 return &t->hpftid_tab[ftid - t->hpftid_base]; in cxgb4_get_filter_entry()
1850 filter_id -= adapter->tids.hpftid_base; in cxgb4_ntuple_del_filter()
1914 tid += adapter->tids.hpftid_base; in cxgb4_ntuple_set_filter()
A Dcxgb4_uld.h125 unsigned int hpftid_base; member
A Dcxgb4_filter.c1647 fidx = filter_id + adapter->tids.hpftid_base; in __cxgb4_set_filter()
1836 f->tid - adapter->tids.hpftid_base, in __cxgb4_del_filter()
2084 idx = tid - adap->tids.hpftid_base; in filter_rpl()
A Dcxgb4_debugfs.c3382 seq_printf(seq, "HPFTID range: %u..%u\n", t->hpftid_base, in tid_info_show()
3383 t->hpftid_base + t->nhpftids - 1); in tid_info_show()
A Dcudbg_lib.c2183 tid->hpftid_base = val[0]; in cudbg_collect_tid()
A Dcxgb4_main.c5000 adap->tids.hpftid_base = val[0]; in adap_init0()

Completed in 59 milliseconds