Lines Matching refs:async_crq
707 memset(vhost->async_crq.msgs.async, 0, PAGE_SIZE);
708 vhost->async_crq.cur = 0;
1474 struct ibmvfc_queue *async_crq = &vhost->async_crq;
1497 login_info->async.va = cpu_to_be64(vhost->async_crq.msg_token);
1498 login_info->async.len = cpu_to_be32(async_crq->size *
1499 sizeof(*async_crq->msgs.async));
3687 struct ibmvfc_queue *async_crq = &vhost->async_crq;
3690 crq = &async_crq->msgs.async[async_crq->cur];
3692 if (++async_crq->cur == async_crq->size)
3693 async_crq->cur = 0;
6063 struct ibmvfc_queue *async_q = &vhost->async_crq;
6088 struct ibmvfc_queue *async_q = &vhost->async_crq;