Lines Matching refs:nsftids
557 (adap->tids.nftids + adap->tids.nsftids)) { in filter_rpl()
1518 t->nstids + t->nsftids, t->nstids); in cxgb4_alloc_sftid()
1519 if (stid < (t->nstids + t->nsftids)) in cxgb4_alloc_sftid()
1542 if (t->nsftids && (stid >= t->sftid_base)) { in cxgb4_free_stid()
1663 stid_bmap_size = BITS_TO_LONGS(t->nstids + t->nsftids); in tid_init()
1667 t->nsftids * sizeof(*t->stid_tab) + in tid_init()
1670 t->nsftids * sizeof(*t->ftid_tab); in tid_init()
1678 t->stid_bmap = (unsigned long *)&t->stid_tab[t->nstids + t->nsftids]; in tid_init()
1694 bitmap_zero(t->stid_bmap, t->nstids + t->nsftids); in tid_init()
2756 if (fidx >= adapter->tids.nftids + adapter->tids.nsftids) in delete_filter()
3850 adap->tids.nsftids = adap->tids.nftids - in adap_init0()
4755 adapter->tids.nsftids); i++, f++) in remove_one()