Home
last modified time | relevance | path

Searched refs:tid_start (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_entity.h189 u32 tid_start; member
Dcxgb4_debugfs.c3121 unsigned int tid_start = 0; in tid_info_show() local
3127 tid_start = t4_read_reg(adap, LE_DB_ACTIVE_TABLE_START_INDEX_A); in tid_info_show()
3140 seq_printf(seq, "TID range: %u..%u/%u..%u", tid_start, in tid_info_show()
3166 seq_printf(seq, "TID range: %u..%u", tid_start, in tid_info_show()
3167 tid_start + t->ntids - 1); in tid_info_show()
Dcudbg_lib.c1740 tid1->tid_start = in cudbg_collect_tid()