Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_entity.h164 u32 ftid_base; member
Dcxgb4_ethtool.c1636 if (ftid >= t->ftid_base && ftid < t->ftid_base + t->nftids) in cxgb4_get_filter_entry()
1637 return &t->ftid_tab[ftid - t->ftid_base]; in cxgb4_get_filter_entry()
1849 filter_id -= (adapter->tids.ftid_base - adapter->tids.nhpftids); in cxgb4_ntuple_del_filter()
1913 tid += (adapter->tids.ftid_base - adapter->tids.nhpftids); in cxgb4_ntuple_set_filter()
Dcxgb4_uld.h130 unsigned int ftid_base; member
Dcxgb4_filter.c1652 fidx = filter_id + adapter->tids.ftid_base; in __cxgb4_set_filter()
1841 f->tid - adapter->tids.ftid_base, in __cxgb4_del_filter()
2090 idx = tid - adap->tids.ftid_base; in filter_rpl()
Dcxgb4_main.c2973 f->tid = stid + adap->tids.ftid_base; in cxgb4_create_server_filter()
4987 adap->tids.ftid_base = val[3]; in adap_init0()
5200 adap->tids.sftid_base = adap->tids.ftid_base + in adap_init0()
5205 adap->tids.ftid_base; in adap_init0()
Dcudbg_lib.c2197 tid->ftid_base = padap->tids.ftid_base; in cudbg_collect_tid()
Dcxgb4_debugfs.c3375 seq_printf(seq, "FTID range: %u..%u\n", t->ftid_base, in tid_info_show()
3376 t->ftid_base + t->nftids - 1); in tid_info_show()