Searched refs:RxStatus (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/3com/
H A D3c574_cs.c171 RxStatus = 0x18, Timer=0x1A, TxStatus = 0x1B, enumerator in enum:Window1
477 inw(ioaddr+RxStatus), inb(ioaddr+TxStatus),
990 dev->name, inw(ioaddr+EL3_STATUS), inw(ioaddr+RxStatus));
991 while (!((rx_status = inw(ioaddr + RxStatus)) & 0x8000) &&
H A D3c515.c213 RxStatus = 0x18, Timer = 0x1A, TxStatus = 0x1B, enumerator in enum:Window1
1264 inw(ioaddr + EL3_STATUS), inw(ioaddr + RxStatus));
1265 while ((rx_status = inw(ioaddr + RxStatus)) > 0) {
1329 inw(ioaddr + EL3_STATUS), inw(ioaddr + RxStatus));
H A D3c59x.c477 RxStatus = 0x18, Timer=0x1A, TxStatus = 0x1B, enumerator in enum:Window1
2531 ioread16(ioaddr+EL3_STATUS), ioread16(ioaddr+RxStatus));
2532 while ((rx_status = ioread16(ioaddr + RxStatus)) > 0) {
/linux-master/drivers/net/ethernet/davicom/
H A Ddm9000.c1079 u8 RxStatus; member in struct:dm9000_rxhdr
1123 rxhdr.RxStatus, RxLen);
1136 /* rxhdr.RxStatus is identical to RSR register. */
1137 if (rxhdr.RxStatus & (RSR_FOE | RSR_CE | RSR_AE |
1141 if (rxhdr.RxStatus & RSR_FOE) {
1146 if (rxhdr.RxStatus & RSR_CE) {
1151 if (rxhdr.RxStatus & RSR_RF) {
/linux-master/drivers/net/ethernet/packetengines/
H A Dhamachi.c432 RxDMACtrl=0x20, RxCmd=0x24, RxStatus=0x26, RxPtr=0x28, RxCurPtr=0x30, enumerator in enum:hamachi_offsets
985 dev->name, readw(ioaddr + RxStatus), readw(ioaddr + TxStatus));
1618 if (readw(hmp->base + RxStatus) & 0x0002)
1672 readw(ioaddr + RxStatus), readl(ioaddr + IntrStatus));
H A Dyellowfin.c251 RxCtrl=0x40, RxStatus=0x44, RxPtr=0x4C, enumerator in enum:yellowfin_offsets
695 ioread32(ioaddr + RxStatus));
1211 ioread16(ioaddr + RxStatus),
/linux-master/drivers/net/ethernet/dlink/
H A Dsundance.c288 RxStatus = 0x0c, enumerator in enum:alta_offsets
900 dev->name, ioread32(ioaddr + RxStatus), ioread8(ioaddr + TxStatus),
954 ioread8(ioaddr + TxStatus), ioread32(ioaddr + RxStatus));
1836 ioread32(ioaddr + RxStatus), ioread16(ioaddr + IntrStatus));

Completed in 180 milliseconds