lastRead          540 drivers/net/ethernet/3com/typhoon.c typhoon_num_free(int lastWrite, int lastRead, int ringSize)
lastRead          546 drivers/net/ethernet/3com/typhoon.c 	lastRead /= sizeof(struct cmd_desc);
lastRead          547 drivers/net/ethernet/3com/typhoon.c 	return (ringSize + lastRead - lastWrite - 1) % ringSize;
lastRead          572 drivers/net/ethernet/3com/typhoon.c 	return typhoon_num_free(ring->lastWrite, ring->lastRead, TXLO_ENTRIES);
lastRead         1265 drivers/net/ethernet/3com/typhoon.c 	tp->txLoRing.lastRead = 0;
lastRead         1266 drivers/net/ethernet/3com/typhoon.c 	tp->txHiRing.lastRead = 0;
lastRead         1510 drivers/net/ethernet/3com/typhoon.c 	u32 lastRead = txRing->lastRead;
lastRead         1516 drivers/net/ethernet/3com/typhoon.c 	while(lastRead != le32_to_cpu(*index)) {
lastRead         1517 drivers/net/ethernet/3com/typhoon.c 		tx = (struct tx_desc *) (txRing->ringBase + lastRead);
lastRead         1536 drivers/net/ethernet/3com/typhoon.c 		typhoon_inc_tx_index(&lastRead, 1);
lastRead         1539 drivers/net/ethernet/3com/typhoon.c 	return lastRead;
lastRead         1546 drivers/net/ethernet/3com/typhoon.c 	u32 lastRead;
lastRead         1550 drivers/net/ethernet/3com/typhoon.c 	lastRead = typhoon_clean_tx(tp, txRing, index);
lastRead         1552 drivers/net/ethernet/3com/typhoon.c 				lastRead, TXLO_ENTRIES) > (numDesc + 2))
lastRead         1555 drivers/net/ethernet/3com/typhoon.c 	txRing->lastRead = lastRead;
lastRead         1734 drivers/net/ethernet/3com/typhoon.c 	if(le32_to_cpu(indexes->txLoCleared) != tp->txLoRing.lastRead)
lastRead           43 drivers/net/ethernet/3com/typhoon.h 	u32 lastRead;