Searched refs:nsftids (Results 1 – 7 of 7) sorted by relevance
135 unsigned int nsftids; member185 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()
374 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()1549 if (filter_id != (max_fidx + adapter->tids.nsftids - 1) && in __cxgb4_set_filter()1820 if (filter_id != (max_fidx + adapter->tids.nsftids - 1) && in __cxgb4_del_filter()2082 max_fidx = adap->tids.nftids + adap->tids.nsftids; in filter_rpl()
169 u32 nsftids; member
1673 t->nstids + t->nsftids, t->nstids); in cxgb4_alloc_sftid()1674 if (stid < (t->nstids + t->nsftids)) in cxgb4_alloc_sftid()1697 if (t->nsftids && (stid >= t->sftid_base)) { in cxgb4_free_stid()1835 unsigned int max_ftids = t->nftids + t->nsftids; in tid_init()1843 stid_bmap_size = BITS_TO_LONGS(t->nstids + t->nsftids); in tid_init()1850 t->nsftids * sizeof(*t->stid_tab) + in tid_init()1865 t->stid_bmap = (unsigned long *)&t->stid_tab[t->nstids + t->nsftids]; in tid_init()1894 bitmap_zero(t->stid_bmap, t->nstids + t->nsftids); in tid_init()5202 adap->tids.nsftids = adap->tids.nftids - in adap_init0()
2202 tid->nsftids = padap->tids.nsftids; in cudbg_collect_tid()
3377 if (t->nsftids) in tid_info_show()3379 t->sftid_base, t->sftid_base + t->nsftids - 2, in tid_info_show()
3139 if (adap->tids.nsftids) in uld_send()