Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ofld.h57 unsigned int ftid_base, hash_base; member
H A Dcxgbe_main.c420 if (t->hash_base && tid >= t->hash_base) { in cxgbe_remove_tid()
447 if (t->hash_base && tid >= t->hash_base) { in cxgbe_insert_tid()
2249 u32 hash_base, hash_reg; in cxgbe_probe() local
2252 hash_base = t4_read_reg(adapter, hash_reg); in cxgbe_probe()
2253 adapter->tids.hash_base = hash_base / 4; in cxgbe_probe()
H A Dcxgbe_flow.c1421 for (i = adap->tids.hash_base; i <= adap->tids.ntids; i++) { in cxgbe_flow_flush()