RxStatus
ioread16(ioaddr+EL3_STATUS), ioread16(ioaddr+RxStatus));
while ((rx_status = ioread16(ioaddr + RxStatus)) > 0) {
u8 RxStatus;
rxhdr.RxStatus, RxLen);
if (rxhdr.RxStatus & (RSR_FOE | RSR_CE | RSR_AE |
if (rxhdr.RxStatus & RSR_FOE) {
if (rxhdr.RxStatus & RSR_CE) {
if (rxhdr.RxStatus & RSR_RF) {
ioread32(ioaddr + RxStatus), ioread16(ioaddr + IntrStatus));
dev->name, ioread32(ioaddr + RxStatus), ioread8(ioaddr + TxStatus),
ioread8(ioaddr + TxStatus), ioread32(ioaddr + RxStatus));