Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h104 unsigned int hash_base; member
165 if (t->hash_base && (tid >= t->hash_base)) { in cxgb4_insert_tid()
Dcudbg_entity.h172 u32 hash_base; member
Dcxgb4_main.c1300 if (t->hash_base && (tid >= t->hash_base)) { in cxgb4_remove_tid()
5762 u32 hash_base, hash_reg; in init_one() local
5766 hash_base = t4_read_reg(adapter, hash_reg); in init_one()
5767 adapter->tids.hash_base = hash_base / 4; in init_one()
5770 hash_base = t4_read_reg(adapter, hash_reg); in init_one()
5771 adapter->tids.hash_base = hash_base; in init_one()
Dcxgb4_debugfs.c3180 sb - 1, adap->tids.hash_base, in tid_info_show()
3189 adap->tids.hash_base, in tid_info_show()
3196 adap->tids.hash_base, in tid_info_show()
Dcudbg_lib.c1763 tid->hash_base = padap->tids.hash_base; in cudbg_collect_tid()