Home
last modified time | relevance | path

Searched refs:RECONflag (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/arcnet/
Darcdevice.h137 #define RECONflag 0x04 /* network reconfigured */ macro
Dcom90io.c159 if ((status & 0x9D) != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90io_probe()
Darcnet.c552 lp->intmask = NORXflag | RECONflag; in arcnet_open()
977 if (status & lp->intmask & RECONflag) { in arcnet_interrupt()
Dcom90xx.c315 != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90xx_probe()