Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ofld.h57 unsigned int ftid_base, hash_base; member
H A Dcxgbe_main.c421 if (t->hash_base && tid >= t->hash_base) { in cxgbe_remove_tid()
446 if (t->hash_base && tid >= t->hash_base) { in cxgbe_insert_tid()
2202 u32 hash_base, hash_reg; in cxgbe_probe() local
2205 hash_base = t4_read_reg(adapter, hash_reg); in cxgbe_probe()
2206 adapter->tids.hash_base = hash_base / 4; in cxgbe_probe()
H A Dcxgbe_flow.c1426 for (i = adap->tids.hash_base; i <= adap->tids.ntids; i++) { in cxgbe_flow_flush()