Searched refs:RxStatus (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/davicom/ |
D | dm9000.c | 1091 u8 RxStatus; member 1135 rxhdr.RxStatus, RxLen); in dm9000_rx() 1149 if (rxhdr.RxStatus & (RSR_FOE | RSR_CE | RSR_AE | in dm9000_rx() 1153 if (rxhdr.RxStatus & RSR_FOE) { in dm9000_rx() 1158 if (rxhdr.RxStatus & RSR_CE) { in dm9000_rx() 1163 if (rxhdr.RxStatus & RSR_RF) { in dm9000_rx()
|
/Linux-v4.19/drivers/net/ethernet/3com/ |
D | 3c574_cs.c | 171 RxStatus = 0x18, Timer=0x1A, TxStatus = 0x1B, enumerator 478 inw(ioaddr+RxStatus), inb(ioaddr+TxStatus), in dump_status() 991 dev->name, inw(ioaddr+EL3_STATUS), inw(ioaddr+RxStatus)); in el3_rx() 992 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 2531 ioread16(ioaddr+EL3_STATUS), ioread16(ioaddr+RxStatus)); in vortex_rx() 2532 while ((rx_status = ioread16(ioaddr + RxStatus)) > 0) { in vortex_rx()
|
/Linux-v4.19/drivers/net/ethernet/packetengines/ |
D | hamachi.c | 432 RxDMACtrl=0x20, RxCmd=0x24, RxStatus=0x26, RxPtr=0x28, RxCurPtr=0x30, enumerator 979 dev->name, readw(ioaddr + RxStatus), readw(ioaddr + TxStatus)); in hamachi_open() 1603 if (readw(hmp->base + RxStatus) & 0x0002) in hamachi_rx() 1657 readw(ioaddr + RxStatus), readl(ioaddr + IntrStatus)); in hamachi_close()
|
D | yellowfin.c | 251 RxCtrl=0x40, RxStatus=0x44, RxPtr=0x4C, enumerator 688 ioread32(ioaddr + RxStatus)); in yellowfin_tx_timeout() 1196 ioread16(ioaddr + RxStatus), in yellowfin_close()
|
/Linux-v4.19/drivers/net/ethernet/dlink/ |
D | sundance.c | 296 RxStatus = 0x0c, enumerator 911 dev->name, ioread32(ioaddr + RxStatus), ioread8(ioaddr + TxStatus), in netdev_open() 965 ioread8(ioaddr + TxStatus), ioread32(ioaddr + RxStatus)); in netdev_timer() 1852 ioread32(ioaddr + RxStatus), ioread16(ioaddr + IntrStatus)); in netdev_close()
|