Searched refs:LinkChange (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dhamachi.c465 LinkChange=0x10000, NegotiationChange=0x20000, StatsMax=0x40000, }; enumerator in enum:intr_status_bits
1452 LinkChange | NegotiationChange | StatsMax))
1701 if (intr_status & (LinkChange|NegotiationChange)) {
1719 if ((intr_status & ~(LinkChange|StatsMax|NegotiationChange|IntrRxDone|IntrTxDone)) &&
H A Dsundance.c318 StatsMax=0x0080, LinkChange=0x0100, enumerator in enum:intr_status_bits
404 LinkChange)
1271 if (intr_status & (IntrPCIErr | LinkChange | StatsMax))
1415 if (intr_status & LinkChange) {
H A Dsis190.c126 LinkChange = 0x00010000, enumerator in enum:sis190_register_content
358 RxQEmpty | RxQInt | TxQ1Int | TxQ0Int | RxHalt | TxHalt | LinkChange;
757 if (status & LinkChange) {
H A Dnatsemi.c372 LinkChange = 0x4000, enumerator in enum:IntrStatus_bits
2387 if (intr_status & LinkChange) {
3107 writel(WOLPkt | LinkChange, ioaddr + IntrMask);

Completed in 81 milliseconds