Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.h440 #define RX_ALIGN 8 macro
/openbmc/qemu/hw/net/
H A Drtl8139.c1137 #define RX_ALIGN(x) (((x) + 3) & ~0x3) in rtl8139_do_receive() macro
1139 if (avail != 0 && RX_ALIGN(size + 8) >= avail) in rtl8139_do_receive()
1167 s->RxBufAddr = MOD2(RX_ALIGN(s->RxBufAddr), s->RxBufferSize); in rtl8139_do_receive()