RESPONSE_RING_SIZE  504 drivers/net/ethernet/3com/typhoon.c 			if(unlikely(cleared + len > RESPONSE_RING_SIZE)) {
RESPONSE_RING_SIZE  505 drivers/net/ethernet/3com/typhoon.c 				wrap_len = cleared + len - RESPONSE_RING_SIZE;
RESPONSE_RING_SIZE  506 drivers/net/ethernet/3com/typhoon.c 				len = RESPONSE_RING_SIZE - cleared;
RESPONSE_RING_SIZE 1222 drivers/net/ethernet/3com/typhoon.c 	iface->respSize = cpu_to_le32(RESPONSE_RING_SIZE);