Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h100 unsigned int hash_base; member
156 if (t->hash_base && (tid >= t->hash_base)) in cxgb4_insert_tid()
Dcxgb4_main.c1673 if (t->hash_base && (tid >= t->hash_base)) in cxgb4_remove_tid()
4887 u32 hash_base, hash_reg; in init_one() local
4891 hash_base = t4_read_reg(adapter, hash_reg); in init_one()
4892 adapter->tids.hash_base = hash_base / 4; in init_one()
4895 hash_base = t4_read_reg(adapter, hash_reg); in init_one()
4896 adapter->tids.hash_base = hash_base; in init_one()
Dcxgb4_debugfs.c2578 adap->tids.hash_base, in tid_info_show()
2587 adap->tids.hash_base, in tid_info_show()
2594 adap->tids.hash_base, in tid_info_show()