nop_status        709 drivers/net/ethernet/i825xx/ether1.c 	nop.nop_status = 0;
nop_status        778 drivers/net/ethernet/i825xx/ether1.c 		if (nop.nop_status & STAT_COMPLETE)
nop_status        791 drivers/net/ethernet/i825xx/ether1.c 	while (nop.nop_status & STAT_COMPLETE) {
nop_status        792 drivers/net/ethernet/i825xx/ether1.c 		if (nop.nop_status & STAT_OK) {
nop_status        794 drivers/net/ethernet/i825xx/ether1.c 			dev->stats.collisions += (nop.nop_status & STAT_COLLISIONS);
nop_status        798 drivers/net/ethernet/i825xx/ether1.c 			if (nop.nop_status & STAT_COLLAFTERTX)
nop_status        800 drivers/net/ethernet/i825xx/ether1.c 			if (nop.nop_status & STAT_NOCARRIER)
nop_status        802 drivers/net/ethernet/i825xx/ether1.c 			if (nop.nop_status & STAT_TXLOSTCTS)
nop_status        804 drivers/net/ethernet/i825xx/ether1.c 			if (nop.nop_status & STAT_TXSLOWDMA)
nop_status        806 drivers/net/ethernet/i825xx/ether1.c 			if (nop.nop_status & STAT_COLLEXCESSIVE)
nop_status        112 drivers/net/ethernet/i825xx/ether1.h 	unsigned short nop_status;