Home
last modified time | relevance | path

Searched refs:nsftids (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h113 unsigned int nsftids; member
142 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()
Dcxgb4_main.c569 (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 …]
Dcxgb4_debugfs.c2615 if (t->nsftids) in tid_info_show()
2617 t->sftid_base, t->sftid_base + t->nsftids - 2, in tid_info_show()
Dsge.c1680 if (adap->tids.nsftids) in ofld_send()