Home
last modified time | relevance | path

Searched refs:sftid_base (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h134 unsigned int sftid_base; member
185 if (t->nsftids && (stid >= t->sftid_base)) { in lookup_stid()
186 stid -= t->sftid_base; in lookup_stid()
H A Dcudbg_entity.h168 u32 sftid_base; member
H A Dcxgb4_main.c1684 stid += t->sftid_base; in cxgb4_alloc_sftid()
1697 if (t->nsftids && (stid >= t->sftid_base)) { in cxgb4_free_stid()
1698 stid -= t->sftid_base; in cxgb4_free_stid()
2930 stid -= adap->tids.sftid_base; in cxgb4_create_server_filter()
2996 stid -= adap->tids.sftid_base; in cxgb4_remove_server_filter()
5203 adap->tids.sftid_base = adap->tids.ftid_base + in adap_init0()
5207 adap->tids.nftids = adap->tids.sftid_base - in adap_init0()
H A Dcudbg_lib.c2201 tid->sftid_base = padap->tids.sftid_base; in cudbg_collect_tid()
H A Dcxgb4_debugfs.c3379 t->sftid_base, t->sftid_base + t->nsftids - 2, in tid_info_show()