Home
last modified time | relevance | path

Searched refs:reply_msg (Results 1 – 8 of 8) sorted by relevance

/drivers/infiniband/hw/amso1100/
Dc2_intr.c117 void *adapter_msg, *reply_msg; in handle_vq() local
152 reply_msg = NULL; in handle_vq()
155 reply_msg = host_msg; in handle_vq()
172 if (reply_msg != NULL) in handle_vq()
178 if (reply_msg) in handle_vq()
179 err = c2_errno(reply_msg); in handle_vq()
210 req->reply_msg = (u64) (unsigned long) (reply_msg); in handle_vq()
Dc2_vq.c110 r->reply_msg = 0; in vq_req_alloc()
126 r->reply_msg = 0; in vq_req_free()
154 if (r->reply_msg != 0) in vq_req_put()
156 (void *) (unsigned long) r->reply_msg); in vq_req_put()
Dc2_mm.c158 reply = (struct c2wr_nsmr_pbl_rep *) (unsigned long) vq_req->reply_msg; in send_pbl_messages()
271 (struct c2wr_nsmr_register_rep *) (unsigned long) (vq_req->reply_msg); in c2_nsmr_register_phys_kern()
291 vq_req->reply_msg = (unsigned long) NULL; in c2_nsmr_register_phys_kern()
365 reply = (struct c2wr_stag_dealloc_rep *) (unsigned long) vq_req->reply_msg; in c2_stag_dealloc()
Dc2_cm.c194 (struct c2wr_ep_listen_create_rep *) (unsigned long) vq_req->reply_msg; in c2_llp_service_create()
276 reply=(struct c2wr_ep_listen_destroy_rep *)(unsigned long)vq_req->reply_msg; in c2_llp_service_destroy()
370 reply = (struct c2wr_cr_accept_rep *) (unsigned long) vq_req->reply_msg; in c2_llp_accept()
447 vq_req->reply_msg; in c2_llp_reject()
Dc2_rnic.c151 (struct c2wr_rnic_query_rep *) (unsigned long) (vq_req->reply_msg); in c2_rnic_query()
255 (struct c2wr_rnic_setconfig_rep *) (unsigned long) (vq_req->reply_msg); in c2_add_addr()
317 (struct c2wr_rnic_setconfig_rep *) (unsigned long) (vq_req->reply_msg); in c2_del_addr()
369 reply = (struct c2wr_rnic_open_rep *) (unsigned long) (vq_req->reply_msg); in c2_rnic_open()
421 reply = (struct c2wr_rnic_close_rep *) (unsigned long) (vq_req->reply_msg); in c2_rnic_close()
Dc2_vq.h41 u64 reply_msg; /* ptr to reply msg */ member
Dc2_qp.c217 reply = (struct c2wr_qp_modify_rep *) (unsigned long) vq_req->reply_msg; in c2_qp_modify()
289 vq_req->reply_msg; in c2_qp_set_read_limits()
362 reply = (struct c2wr_qp_destroy_rep *) (unsigned long) (vq_req->reply_msg); in destroy_qp()
495 reply = (struct c2wr_qp_create_rep *) (unsigned long) (vq_req->reply_msg); in c2_alloc_qp()
Dc2_cq.c342 reply = (struct c2wr_cq_create_rep *) (unsigned long) (vq_req->reply_msg); in c2_init_cq()
429 reply = (struct c2wr_cq_destroy_rep *) (unsigned long) (vq_req->reply_msg); in c2_free_cq()