Searched refs:RxStatus (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/davicom/ |
D | dm9000.c | 1079 u8 RxStatus; member 1123 rxhdr.RxStatus, RxLen); in dm9000_rx() 1137 if (rxhdr.RxStatus & (RSR_FOE | RSR_CE | RSR_AE | in dm9000_rx() 1141 if (rxhdr.RxStatus & RSR_FOE) { in dm9000_rx() 1146 if (rxhdr.RxStatus & RSR_CE) { in dm9000_rx() 1151 if (rxhdr.RxStatus & RSR_RF) { in dm9000_rx()
|
/linux-6.1.9/drivers/net/ethernet/3com/ |
D | 3c574_cs.c | 171 RxStatus = 0x18, Timer=0x1A, TxStatus = 0x1B, enumerator 477 inw(ioaddr+RxStatus), inb(ioaddr+TxStatus), in dump_status() 990 dev->name, inw(ioaddr+EL3_STATUS), inw(ioaddr+RxStatus)); in el3_rx() 991 while (!((rx_status = inw(ioaddr + RxStatus)) & 0x8000) && in el3_rx()
|
D | 3c515.c | 211 RxStatus = 0x18, Timer = 0x1A, TxStatus = 0x1B, enumerator 1262 inw(ioaddr + EL3_STATUS), inw(ioaddr + RxStatus)); in corkscrew_rx() 1263 while ((rx_status = inw(ioaddr + RxStatus)) > 0) { in corkscrew_rx() 1327 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-6.1.9/drivers/net/ethernet/packetengines/ |
D | hamachi.c | 432 RxDMACtrl=0x20, RxCmd=0x24, RxStatus=0x26, RxPtr=0x28, RxCurPtr=0x30, enumerator 985 dev->name, readw(ioaddr + RxStatus), readw(ioaddr + TxStatus)); in hamachi_open() 1618 if (readw(hmp->base + RxStatus) & 0x0002) in hamachi_rx() 1672 readw(ioaddr + RxStatus), readl(ioaddr + IntrStatus)); in hamachi_close()
|
D | yellowfin.c | 251 RxCtrl=0x40, RxStatus=0x44, RxPtr=0x4C, enumerator 695 ioread32(ioaddr + RxStatus)); in yellowfin_tx_timeout() 1211 ioread16(ioaddr + RxStatus), in yellowfin_close()
|
/linux-6.1.9/drivers/net/ethernet/dlink/ |
D | sundance.c | 288 RxStatus = 0x0c, enumerator 900 dev->name, ioread32(ioaddr + RxStatus), ioread8(ioaddr + TxStatus), in netdev_open() 954 ioread8(ioaddr + TxStatus), ioread32(ioaddr + RxStatus)); in netdev_timer() 1838 ioread32(ioaddr + RxStatus), ioread16(ioaddr + IntrStatus)); in netdev_close()
|