Searched refs:AIX_REVERSE (Results 1 – 3 of 3) sorted by relevance
210 #define HWM_GET_TX_PHYS(txd) (u_long)AIX_REVERSE((txd)->txd_tbadr)226 #define HWM_GET_TX_LEN(txd) ((int)AIX_REVERSE((txd)->txd_tbctrl)& RD_LENGTH)278 #define HWM_GET_RX_FRAG_LEN(rxd) ((int)AIX_REVERSE((rxd)->rxd_rbctrl)& \295 #define HWM_GET_RX_PHYS(rxd) (u_long)AIX_REVERSE((rxd)->rxd_rbadr)
253 #define AIX_REVERSE(x) ((((x)<<24L)&0xff000000L) + \ macro258 #ifndef AIX_REVERSE259 #define AIX_REVERSE(x) (x) macro
124 #define AIX_REVERSE(x) ((u32)le32_to_cpu((u32)(x))) macro