Home
last modified time | relevance | path

Searched refs:ipz_cq_handle (Results 1 – 7 of 7) sorted by relevance

/drivers/infiniband/hw/ehca/
Dehca_cq.c224 my_cq->ipz_cq_handle, in ehca_create_cq()
274 my_cq->cq_number = (my_cq->ipz_cq_handle.handle) & 0xffff; in ehca_create_cq()
360 my_cq, cq_num, my_cq->ipz_cq_handle.handle); in ehca_destroy_cq()
361 ehca_error_data(shca, my_cq, my_cq->ipz_cq_handle.handle); in ehca_destroy_cq()
Dehca_classes.h245 struct ipz_cq_handle ipz_cq_handle; member
467 struct ipz_cq_handle send_cq_handle, recv_cq_handle;
Dhcp_if.c282 cq->ipz_cq_handle.handle = outs[0]; in hipz_h_alloc_resource_cq()
483 const struct ipz_cq_handle cq_handle, in hipz_h_register_rpage_cq()
695 cq->ipz_cq_handle.handle, /* r5 */ in hipz_h_destroy_cq()
Dehca_classes_pSeries.h69 struct ipz_cq_handle { struct
Dhcp_if.h118 const struct ipz_cq_handle cq_handle,
Dehca_irq.c252 ehca_error_data(shca, cq, cq->ipz_cq_handle.handle); in cq_event_callback()
Dehca_qp.c686 parms.send_cq_handle = my_qp->send_cq->ipz_cq_handle; in internal_create_qp()
688 parms.recv_cq_handle = my_qp->recv_cq->ipz_cq_handle; in internal_create_qp()