Home
last modified time | relevance | path

Searched refs:nftids (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32.c368 max_tids = adapter->tids.nhpftids + adapter->tids.nftids; in cxgb4_delete_knode()
398 adapter->tids.nftids, i + 1); in cxgb4_delete_knode()
399 if (i >= adapter->tids.nftids) in cxgb4_delete_knode()
497 unsigned int max_tids = adap->tids.nftids + adap->tids.nhpftids; in cxgb4_init_tc_u32()
Dcxgb4_filter.c374 if ((fidx != (adapter->tids.nftids + adapter->tids.nsftids + in get_filter_count()
376 fidx >= (adapter->tids.nftids + adapter->tids.nhpftids)) in get_filter_count()
475 next_ftid = find_first_bit(t->ftid_bmap, t->nftids); in cxgb4_filter_prio_in_range()
476 if (next_ftid >= t->nftids) in cxgb4_filter_prio_in_range()
521 next_ftid = find_next_bit(t->ftid_bmap, t->nftids, idx); in cxgb4_filter_prio_in_range()
522 if (next_ftid >= t->nftids) in cxgb4_filter_prio_in_range()
601 max_ftid = t->nftids + t->nhpftids; in cxgb4_get_free_ftid()
635 ftid = find_first_bit(t->ftid_bmap, t->nftids); in cxgb4_get_free_ftid()
636 if (ftid < t->nftids) { in cxgb4_get_free_ftid()
958 if (fidx >= adapter->tids.nftids + adapter->tids.nsftids + in delete_filter()
[all …]
Dcudbg_entity.h163 u32 nftids; member
Dcxgb4_uld.h129 unsigned int nftids; member
Dcxgb4_main.c1836 unsigned int max_ftids = t->nftids + t->nsftids; in tid_init()
1845 ftid_bmap_size = BITS_TO_LONGS(t->nftids); in tid_init()
1907 bitmap_zero(t->ftid_bmap, t->nftids); in tid_init()
2929 stid += adap->tids.nftids; in cxgb4_create_server_filter()
2995 stid += adap->tids.nftids; in cxgb4_remove_server_filter()
4989 adap->tids.nftids = val[4] - val[3] + 1; in adap_init0()
5202 DIV_ROUND_UP(adap->tids.nftids, 3); in adap_init0()
5203 adap->tids.nsftids = adap->tids.nftids - in adap_init0()
5204 DIV_ROUND_UP(adap->tids.nftids, 3); in adap_init0()
5205 adap->tids.nftids = adap->tids.sftid_base - in adap_init0()
Dcxgb4_uld.c294 ciq_size = 64 + adap->vres.cq.size + adap->tids.nftids; in cfg_queues_uld()
Dcxgb4_ethtool.c1639 if (ftid >= t->ftid_base && ftid < t->ftid_base + t->nftids) in cxgb4_get_filter_entry()
2260 nentries = tids->nhpftids + tids->nftids; in cxgb4_init_ethtool_filters()
Dcudbg_lib.c2196 tid->nftids = padap->tids.nftids; in cudbg_collect_tid()
Dcxgb4_debugfs.c3376 t->ftid_base + t->nftids - 1); in tid_info_show()