Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.h184 unsigned int stids_in_use; member
Dcxgb3_offload.c529 t->stids_in_use--; in cxgb3_free_stid()
688 t->stids_in_use++; in cxgb3_alloc_stid()
1198 t->stids_in_use = t->atids_in_use = 0; in init_tid_tabs()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h120 unsigned int stids_in_use; member
Dcxgb4_main.c1526 t->stids_in_use++; in cxgb4_alloc_stid()
1528 t->stids_in_use += 4; in cxgb4_alloc_stid()
1583 t->stids_in_use--; in cxgb4_free_stid()
1585 t->stids_in_use -= 4; in cxgb4_free_stid()
1718 t->stids_in_use = 0; in tid_init()
Dcxgb4_debugfs.c2610 t->stid_base + t->nstids - 1, t->stids_in_use); in tid_info_show()