Lines Matching refs:nsftids
569 (adap->tids.nftids + adap->tids.nsftids)) { in filter_rpl()
1544 t->nstids + t->nsftids, t->nstids); in cxgb4_alloc_sftid()
1545 if (stid < (t->nstids + t->nsftids)) in cxgb4_alloc_sftid()
1568 if (t->nsftids && (stid >= t->sftid_base)) { in cxgb4_free_stid()
1698 stid_bmap_size = BITS_TO_LONGS(t->nstids + t->nsftids); in tid_init()
1702 t->nsftids * sizeof(*t->stid_tab) + in tid_init()
1705 t->nsftids * sizeof(*t->ftid_tab); in tid_init()
1713 t->stid_bmap = (unsigned long *)&t->stid_tab[t->nstids + t->nsftids]; in tid_init()
1731 bitmap_zero(t->stid_bmap, t->nstids + t->nsftids); in tid_init()
2801 if (fidx >= adapter->tids.nftids + adapter->tids.nsftids) in delete_filter()
4024 adap->tids.nsftids = adap->tids.nftids - in adap_init0()
5013 adapter->tids.nsftids); i++, f++) in remove_one()