Searched refs:hiref (Results 1 – 1 of 1) sorted by relevance
32 static inline long bnx2x_hilo(u32 *hiref) in bnx2x_hilo() argument34 u32 lo = *(hiref + 1); in bnx2x_hilo()36 u32 hi = *hiref; in bnx2x_hilo()