Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_stats.c136 static inline long bnx2x_hilo(u32 *hiref) in bnx2x_hilo() argument
138 u32 lo = *(hiref + 1); in bnx2x_hilo()
140 u32 hi = *hiref; in bnx2x_hilo()