Home
last modified time | relevance | path

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

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