Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h135 unsigned int nsftids; member
185 if (t->nsftids && (stid >= t->sftid_base)) { in lookup_stid()
192 return stid < (t->nstids + t->nsftids) ? t->stid_tab[stid].data : NULL; in lookup_stid()
Dcudbg_entity.h169 u32 nsftids; member
Dcxgb4_filter.c374 if ((fidx != (adapter->tids.nftids + adapter->tids.nsftids + in get_filter_count()
958 if (fidx >= adapter->tids.nftids + adapter->tids.nsftids + in delete_filter()
1022 adapter->tids.nsftids + in clear_all_filters()
1548 if (filter_id != (max_fidx + adapter->tids.nsftids - 1) && in __cxgb4_set_filter()
1819 if (filter_id != (max_fidx + adapter->tids.nsftids - 1) && in __cxgb4_del_filter()
2081 max_fidx = adap->tids.nftids + adap->tids.nsftids; in filter_rpl()
Dcxgb4_main.c1674 t->nstids + t->nsftids, t->nstids); in cxgb4_alloc_sftid()
1675 if (stid < (t->nstids + t->nsftids)) in cxgb4_alloc_sftid()
1698 if (t->nsftids && (stid >= t->sftid_base)) { in cxgb4_free_stid()
1836 unsigned int max_ftids = t->nftids + t->nsftids; in tid_init()
1844 stid_bmap_size = BITS_TO_LONGS(t->nstids + t->nsftids); in tid_init()
1851 t->nsftids * sizeof(*t->stid_tab) + in tid_init()
1866 t->stid_bmap = (unsigned long *)&t->stid_tab[t->nstids + t->nsftids]; in tid_init()
1895 bitmap_zero(t->stid_bmap, t->nstids + t->nsftids); in tid_init()
5203 adap->tids.nsftids = adap->tids.nftids - in adap_init0()
Dcudbg_lib.c2202 tid->nsftids = padap->tids.nsftids; in cudbg_collect_tid()
Dcxgb4_debugfs.c3377 if (t->nsftids) in tid_info_show()
3379 t->sftid_base, t->sftid_base + t->nsftids - 2, in tid_info_show()
Dsge.c3139 if (adap->tids.nsftids) in uld_send()