teststatus        983 drivers/net/ethernet/amd/pcnet32.c 	__le16 teststatus;	/* test of ring status */
teststatus       1064 drivers/net/ethernet/amd/pcnet32.c 	teststatus = cpu_to_le16(0x8000);
teststatus       1071 drivers/net/ethernet/amd/pcnet32.c 		while ((lp->rx_ring[x].status & teststatus) && (ticks < 200)) {