119c119
< bool memInhibitAsserted = pkt->memInhibitAsserted();
---
> bool cacheResponding = pkt->cacheResponding();
121c121
< if (needsResponse && !memInhibitAsserted) {
---
> if (needsResponse && !cacheResponding) {
127,128c127
< // Attempt to send the packet (always succeeds for inhibited
< // packets)
---
> // Attempt to send the packet