|
@@ -742,7 +742,8 @@ qdio_get_outbound_buffer_frontier(struct qdio_q *q)
|
|
first_not_to_check=f+qdio_min(atomic_read(&q->number_of_buffers_used),
|
|
first_not_to_check=f+qdio_min(atomic_read(&q->number_of_buffers_used),
|
|
(QDIO_MAX_BUFFERS_PER_Q-1));
|
|
(QDIO_MAX_BUFFERS_PER_Q-1));
|
|
|
|
|
|
- if ((!q->is_iqdio_q)&&(!q->hydra_gives_outbound_pcis))
|
|
|
|
|
|
+ if (((!q->is_iqdio_q) && (!q->hydra_gives_outbound_pcis)) ||
|
|
|
|
+ (q->queue_type == QDIO_IQDIO_QFMT_ASYNCH))
|
|
SYNC_MEMORY;
|
|
SYNC_MEMORY;
|
|
|
|
|
|
check_next:
|
|
check_next:
|