Searched refs:RxStatus (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/davicom/ |
D | dm9000.c | 1081 u8 RxStatus; member 1125 rxhdr.RxStatus, RxLen); in dm9000_rx() 1139 if (rxhdr.RxStatus & (RSR_FOE | RSR_CE | RSR_AE | in dm9000_rx() 1143 if (rxhdr.RxStatus & RSR_FOE) { in dm9000_rx() 1148 if (rxhdr.RxStatus & RSR_CE) { in dm9000_rx() 1153 if (rxhdr.RxStatus & RSR_RF) { in dm9000_rx()
|
/Linux-v5.10/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 | 211 RxStatus = 0x18, Timer = 0x1A, TxStatus = 0x1B, enumerator 1260 inw(ioaddr + EL3_STATUS), inw(ioaddr + RxStatus)); in corkscrew_rx() 1261 while ((rx_status = inw(ioaddr + RxStatus)) > 0) { in corkscrew_rx() 1325 inw(ioaddr + EL3_STATUS), inw(ioaddr + RxStatus)); in boomerang_rx()
|
D | 3c59x.c | 477 RxStatus = 0x18, Timer=0x1A, TxStatus = 0x1B, enumerator 2529 ioread16(ioaddr+EL3_STATUS), ioread16(ioaddr+RxStatus)); in vortex_rx() 2530 while ((rx_status = ioread16(ioaddr + RxStatus)) > 0) { in vortex_rx()
|
/Linux-v5.10/drivers/net/ethernet/packetengines/ |
D | hamachi.c | 432 RxDMACtrl=0x20, RxCmd=0x24, RxStatus=0x26, RxPtr=0x28, RxCurPtr=0x30, enumerator 981 dev->name, readw(ioaddr + RxStatus), readw(ioaddr + TxStatus)); in hamachi_open() 1614 if (readw(hmp->base + RxStatus) & 0x0002) in hamachi_rx() 1668 readw(ioaddr + RxStatus), readl(ioaddr + IntrStatus)); in hamachi_close()
|
D | yellowfin.c | 251 RxCtrl=0x40, RxStatus=0x44, RxPtr=0x4C, enumerator 693 ioread32(ioaddr + RxStatus)); in yellowfin_tx_timeout() 1209 ioread16(ioaddr + RxStatus), in yellowfin_close()
|
/Linux-v5.10/drivers/net/ethernet/dlink/ |
D | sundance.c | 288 RxStatus = 0x0c, enumerator 898 dev->name, ioread32(ioaddr + RxStatus), ioread8(ioaddr + TxStatus), in netdev_open() 952 ioread8(ioaddr + TxStatus), ioread32(ioaddr + RxStatus)); in netdev_timer() 1836 ioread32(ioaddr + RxStatus), ioread16(ioaddr + IntrStatus)); in netdev_close()
|