Searched refs:nop_status (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dether1.c721 nop.nop_status = 0;
790 if (nop.nop_status & STAT_COMPLETE)
803 while (nop.nop_status & STAT_COMPLETE) {
804 if (nop.nop_status & STAT_OK) {
806 priv(dev)->stats.collisions += (nop.nop_status & STAT_COLLISIONS);
810 if (nop.nop_status & STAT_COLLAFTERTX)
812 if (nop.nop_status & STAT_NOCARRIER)
814 if (nop.nop_status & STAT_TXLOSTCTS)
816 if (nop.nop_status & STAT_TXSLOWDMA)
818 if (nop.nop_status
[all...]
H A Dether1.h116 unsigned short nop_status; member in struct:__anon12460

Completed in 169 milliseconds