Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcudbg_entity.h164 u32 ftid_base; member
A Dcxgb4_ethtool.c1639 if (ftid >= t->ftid_base && ftid < t->ftid_base + t->nftids) in cxgb4_get_filter_entry()
1640 return &t->ftid_tab[ftid - t->ftid_base]; in cxgb4_get_filter_entry()
1852 filter_id -= (adapter->tids.ftid_base - adapter->tids.nhpftids); in cxgb4_ntuple_del_filter()
1916 tid += (adapter->tids.ftid_base - adapter->tids.nhpftids); in cxgb4_ntuple_set_filter()
A Dcxgb4_uld.h130 unsigned int ftid_base; member
A Dcxgb4_filter.c1651 fidx = filter_id + adapter->tids.ftid_base; in __cxgb4_set_filter()
1840 f->tid - adapter->tids.ftid_base, in __cxgb4_del_filter()
2089 idx = tid - adap->tids.ftid_base; in filter_rpl()
A Dcxgb4_main.c2974 f->tid = stid + adap->tids.ftid_base; in cxgb4_create_server_filter()
4988 adap->tids.ftid_base = val[3]; in adap_init0()
5201 adap->tids.sftid_base = adap->tids.ftid_base + in adap_init0()
5206 adap->tids.ftid_base; in adap_init0()
A Dcudbg_lib.c2197 tid->ftid_base = padap->tids.ftid_base; in cudbg_collect_tid()
A 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()

Completed in 37 milliseconds