1c6b5a1358
* split eq into send and receive eqs so that we can control the number of outstanding events in send eq and ensure we never lose an ack * Shouldn't ever truncate on short unexpected receive bocks, so don't set the truncate bit * Track active vs. waiting for free short unexpected receive blocks so to ensure an active short unexpected receive block is posted coming out of flow control. Also allow creation of "temporary" blocks which should be released once FREE event is received. * Slight reorganization of some code in preparation for more flow control work. This commit was SVN r26174.