Searched refs:AIX_REVERSE (Results 1 – 4 of 4) sorted by relevance
322 d2->r.rxd_rbctrl = AIX_REVERSE(BMU_CHECK) ;325 d2->r.rxd_nrdadr = AIX_REVERSE(phys) ;328 d1->r.rxd_rbctrl = AIX_REVERSE(BMU_CHECK) ;331 d1->r.rxd_nrdadr = AIX_REVERSE(phys) ;356 phys = AIX_REVERSE(ds->txd_ntdadr) ;370 phys = AIX_REVERSE(ds->txd_ntdadr) ;393 phys = AIX_REVERSE(ds->rxd_nrdadr) ;596 phys = AIX_REVERSE(t->txd_ntdadr) ;601 tbctrl = AIX_REVERSE(t->txd_tbctrl) ;611 t->txd_tbctrl &= AIX_REVERSE(~BMU_OWN) ;[all …]
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)303 #define HWM_GET_RX_FRAG_LEN(rxd) ((int)AIX_REVERSE((rxd)->rxd_rbctrl)& \320 #define HWM_GET_RX_PHYS(rxd) (u_long)AIX_REVERSE((rxd)->rxd_rbadr)
301 #define AIX_REVERSE(x) ((((x)<<24L)&0xff000000L) + \ macro306 #ifndef AIX_REVERSE307 #define AIX_REVERSE(x) (x) macro
122 #define AIX_REVERSE(x) ((u32)le32_to_cpu((u32)(x))) macro