Searched refs:RxStatus (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/davicom/ |
D | dm9000.c | 1090 u8 RxStatus; member 1134 rxhdr.RxStatus, RxLen); in dm9000_rx() 1148 if (rxhdr.RxStatus & (RSR_FOE | RSR_CE | RSR_AE | in dm9000_rx() 1152 if (rxhdr.RxStatus & RSR_FOE) { in dm9000_rx() 1157 if (rxhdr.RxStatus & RSR_CE) { in dm9000_rx() 1162 if (rxhdr.RxStatus & RSR_RF) { in dm9000_rx()
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | 3c574_cs.c | 171 RxStatus = 0x18, Timer=0x1A, TxStatus = 0x1B, enumerator 479 inw(ioaddr+RxStatus), inb(ioaddr+TxStatus), in dump_status() 994 dev->name, inw(ioaddr+EL3_STATUS), inw(ioaddr+RxStatus)); in el3_rx() 995 while (!((rx_status = inw(ioaddr + RxStatus)) & 0x8000) && in el3_rx()
|
D | 3c515.c | 217 RxStatus = 0x18, Timer = 0x1A, TxStatus = 0x1B, enumerator 1274 inw(ioaddr + EL3_STATUS), inw(ioaddr + RxStatus)); in corkscrew_rx() 1275 while ((rx_status = inw(ioaddr + RxStatus)) > 0) { in corkscrew_rx() 1339 inw(ioaddr + EL3_STATUS), inw(ioaddr + RxStatus)); in boomerang_rx()
|
D | 3c59x.c | 477 RxStatus = 0x18, Timer=0x1A, TxStatus = 0x1B, enumerator 2533 ioread16(ioaddr+EL3_STATUS), ioread16(ioaddr+RxStatus)); in vortex_rx() 2534 while ((rx_status = ioread16(ioaddr + RxStatus)) > 0) { in vortex_rx()
|
/linux-4.4.14/drivers/net/ethernet/packetengines/ |
D | hamachi.c | 432 RxDMACtrl=0x20, RxCmd=0x24, RxStatus=0x26, RxPtr=0x28, RxCurPtr=0x30, enumerator 980 dev->name, readw(ioaddr + RxStatus), readw(ioaddr + TxStatus)); in hamachi_open() 1606 if (readw(hmp->base + RxStatus) & 0x0002) in hamachi_rx() 1660 readw(ioaddr + RxStatus), readl(ioaddr + IntrStatus)); in hamachi_close()
|
D | yellowfin.c | 251 RxCtrl=0x40, RxStatus=0x44, RxPtr=0x4C, enumerator 691 ioread32(ioaddr + RxStatus)); in yellowfin_tx_timeout() 1199 ioread16(ioaddr + RxStatus), in yellowfin_close()
|
/linux-4.4.14/drivers/net/ethernet/dlink/ |
D | sundance.c | 296 RxStatus = 0x0c, enumerator 909 dev->name, ioread32(ioaddr + RxStatus), ioread8(ioaddr + TxStatus), in netdev_open() 965 ioread8(ioaddr + TxStatus), ioread32(ioaddr + RxStatus)); in netdev_timer() 1850 ioread32(ioaddr + RxStatus), ioread16(ioaddr + IntrStatus)); in netdev_close()
|