Searched refs:hash_lo (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/cxgb/common/
H A Dcxgb_xgmac.c412 u32 hash_lo, hash_hi; local
424 hash_lo = hash_hi = 0xffffffff;
429 hash_lo = hash_hi = 0;
437 hash_lo |= (1 << hash);
443 t3_write_reg(adap, A_XGM_RX_HASH_LOW + oft, hash_lo);
/freebsd-10-stable/sys/dev/cadence/
H A Dif_cgem.c303 uint32_t hash_hi, hash_lo; local
307 hash_lo = 0;
322 hash_lo = 0xffffffff;
334 hash_lo |= (1<<index);
339 if (hash_hi != 0 || hash_lo != 0)
344 WR4(sc, CGEM_HASH_BOT, hash_lo);

Completed in 179 milliseconds