Searched refs:nsftids (Results 1 – 3 of 3) sorted by relevance
111 unsigned int nsftids; member136 if (t->nsftids && (stid >= t->sftid_base)) { in lookup_stid()143 return stid < (t->nstids + t->nsftids) ? t->stid_tab[stid].data : NULL; in lookup_stid()
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()[all …]
1653 if (adap->tids.nsftids) in ofld_send()