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