Lines Matching refs:resp
273 struct ehca_create_cq_resp resp; in ehca_create_cq() local
274 memset(&resp, 0, sizeof(resp)); in ehca_create_cq()
275 resp.cq_number = my_cq->cq_number; in ehca_create_cq()
276 resp.token = my_cq->token; in ehca_create_cq()
277 resp.ipz_queue.qe_size = ipz_queue->qe_size; in ehca_create_cq()
278 resp.ipz_queue.act_nr_of_sg = ipz_queue->act_nr_of_sg; in ehca_create_cq()
279 resp.ipz_queue.queue_length = ipz_queue->queue_length; in ehca_create_cq()
280 resp.ipz_queue.pagesize = ipz_queue->pagesize; in ehca_create_cq()
281 resp.ipz_queue.toggle_state = ipz_queue->toggle_state; in ehca_create_cq()
282 resp.fw_handle_ofs = (u32) in ehca_create_cq()
284 if (ib_copy_to_udata(udata, &resp, sizeof(resp))) { in ehca_create_cq()