Searched refs:nftids (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_u32.c | 368 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()
|
H A D | cxgb4_filter.c | 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() 1021 unsigned int max_ftid = adapter->tids.nftids + in clear_all_filters() 1548 max_fidx = adapter->tids.nftids + adapter->tids.nhpftids; in __cxgb4_set_filter() 1751 __func__, filter_id, adapter->tids.nftids); in cxgb4_del_hash_filter() [all …]
|
H A D | cudbg_entity.h | 163 u32 nftids; member
|
H A D | cxgb4_uld.h | 129 unsigned int nftids; member
|
H A D | cxgb4_main.c | 1835 unsigned int max_ftids = t->nftids + t->nsftids; in tid_init() 1844 ftid_bmap_size = BITS_TO_LONGS(t->nftids); in tid_init() 1906 bitmap_zero(t->ftid_bmap, t->nftids); in tid_init() 2928 stid += adap->tids.nftids; in cxgb4_create_server_filter() 2994 stid += adap->tids.nftids; in cxgb4_remove_server_filter() 4988 adap->tids.nftids = val[4] - val[3] + 1; in adap_init0() 5201 DIV_ROUND_UP(adap->tids.nftids, 3); in adap_init0() 5202 adap->tids.nsftids = adap->tids.nftids - in adap_init0() 5203 DIV_ROUND_UP(adap->tids.nftids, 3); in adap_init0() 5204 adap->tids.nftids = adap->tids.sftid_base - in adap_init0()
|
H A D | cxgb4_uld.c | 294 ciq_size = 64 + adap->vres.cq.size + adap->tids.nftids; in cfg_queues_uld()
|
H A D | cxgb4_ethtool.c | 1639 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()
|
H A D | cudbg_lib.c | 2196 tid->nftids = padap->tids.nftids; in cudbg_collect_tid()
|
H A D | cxgb4_debugfs.c | 3376 t->ftid_base + t->nftids - 1); in tid_info_show()
|