Searched refs:qptr_array (Results 1 – 5 of 5) sorted by relevance
462 c2dev->qptr_array = vzalloc(C2_MAX_CQS * sizeof(void *)); in c2_rnic_init()463 if (!c2dev->qptr_array) { in c2_rnic_init()468 c2dev->qptr_array[0] = (void *) &c2dev->req_vq; in c2_rnic_init()469 c2dev->qptr_array[1] = (void *) &c2dev->rep_vq; in c2_rnic_init()470 c2dev->qptr_array[2] = (void *) &c2dev->aeq; in c2_rnic_init()606 vfree(c2dev->qptr_array); in c2_rnic_init()651 vfree(c2dev->qptr_array); in c2_rnic_term()
64 if (c2dev->qptr_array[mq_index] == NULL) { in handle_mq()125 reply_vq = (struct c2_mq *) c2dev->qptr_array[mq_index]; in handle_vq()
52 cq = c2dev->qptr_array[cqn]; in c2_cq_get()370 c2dev->qptr_array[cq->cqn] = cq; in c2_init_cq()397 c2dev->qptr_array[cq->mq.index] = NULL; in c2_free_cq()
149 struct c2_mq *mq = c2dev->qptr_array[mq_index]; in c2_ae_event()
302 void **qptr_array; member