Searched refs:nftids (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_u32.c | 170 if (filter_id > adapter->tids.nftids) { in cxgb4_config_knode() 173 filter_id, adapter->tids.nftids); in cxgb4_config_knode() 355 if (filter_id > adapter->tids.nftids) { in cxgb4_delete_knode() 358 filter_id, adapter->tids.nftids); in cxgb4_delete_knode() 392 max_tids = adapter->tids.nftids; in cxgb4_delete_knode() 440 unsigned int max_tids = adap->tids.nftids; in cxgb4_init_tc_u32()
|
D | cxgb4_filter.c | 372 if ((fidx != (adapter->tids.nftids + in get_filter_count() 374 fidx >= adapter->tids.nftids) in get_filter_count() 447 ftid = find_first_zero_bit(t->ftid_bmap, t->nftids); in cxgb4_get_free_ftid() 448 if (ftid >= t->nftids) in cxgb4_get_free_ftid() 453 t->nftids, 1); in cxgb4_get_free_ftid() 463 t->nftids, 2); in cxgb4_get_free_ftid() 699 if (fidx >= adapter->tids.nftids + adapter->tids.nsftids) in delete_filter() 750 unsigned int max_ftid = adapter->tids.nftids + in clear_all_filters() 1269 max_fidx = adapter->tids.nftids; in __cxgb4_set_filter() 1466 __func__, filter_id, adapter->tids.nftids); in cxgb4_del_hash_filter() [all …]
|
D | cudbg_entity.h | 163 u32 nftids; member
|
D | cxgb4_uld.h | 112 unsigned int nftids; member
|
D | cxgb4_main.c | 1457 unsigned int max_ftids = t->nftids + t->nsftids; in tid_init() 1464 ftid_bmap_size = BITS_TO_LONGS(t->nftids); in tid_init() 1510 bitmap_zero(t->ftid_bmap, t->nftids); in tid_init() 2490 stid += adap->tids.nftids; in cxgb4_create_server_filter() 2556 stid += adap->tids.nftids; in cxgb4_remove_server_filter() 4524 adap->tids.nftids = val[4] - val[3] + 1; in adap_init0() 4719 DIV_ROUND_UP(adap->tids.nftids, 3); in adap_init0() 4720 adap->tids.nsftids = adap->tids.nftids - in adap_init0() 4721 DIV_ROUND_UP(adap->tids.nftids, 3); in adap_init0() 4722 adap->tids.nftids = adap->tids.sftid_base - in adap_init0()
|
D | cxgb4_uld.c | 325 ciq_size = 64 + adap->vres.cq.size + adap->tids.nftids; in cfg_queues_uld()
|
D | cudbg_lib.c | 1766 tid->nftids = padap->tids.nftids; in cudbg_collect_tid()
|
D | cxgb4_debugfs.c | 3185 t->ftid_base + t->nftids - 1); in tid_info_show()
|