Searched refs:nsftids (Results 1 – 4 of 4) sorted by relevance
113 unsigned int nsftids; member142 if (t->nsftids && (stid >= t->sftid_base)) { in lookup_stid()149 return stid < (t->nstids + t->nsftids) ? t->stid_tab[stid].data : NULL; in lookup_stid()
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()2805 if (fidx >= adapter->tids.nftids + adapter->tids.nsftids) in delete_filter()[all …]
2615 if (t->nsftids) in tid_info_show()2617 t->sftid_base, t->sftid_base + t->nsftids - 2, in tid_info_show()
1680 if (adap->tids.nsftids) in ofld_send()