Lines Matching refs:reply_desc

341 	struct mpi3_default_reply_descriptor *reply_desc, u64 *reply_dma)  in mpi3mr_process_admin_reply_desc()  argument
355 reply_desc_type = le16_to_cpu(reply_desc->reply_flags) & in mpi3mr_process_admin_reply_desc()
359 status_desc = (struct mpi3_status_reply_descriptor *)reply_desc; in mpi3mr_process_admin_reply_desc()
368 addr_desc = (struct mpi3_address_reply_descriptor *)reply_desc; in mpi3mr_process_admin_reply_desc()
386 success_desc = (struct mpi3_success_reply_descriptor *)reply_desc; in mpi3mr_process_admin_reply_desc()
424 struct mpi3_default_reply_descriptor *reply_desc; in mpi3mr_process_admin_reply_q() local
426 reply_desc = (struct mpi3_default_reply_descriptor *)mrioc->admin_reply_base + in mpi3mr_process_admin_reply_q()
429 if ((le16_to_cpu(reply_desc->reply_flags) & in mpi3mr_process_admin_reply_q()
437 mrioc->admin_req_ci = le16_to_cpu(reply_desc->request_queue_ci); in mpi3mr_process_admin_reply_q()
438 mpi3mr_process_admin_reply_desc(mrioc, reply_desc, &reply_dma); in mpi3mr_process_admin_reply_q()
446 reply_desc = in mpi3mr_process_admin_reply_q()
449 if ((le16_to_cpu(reply_desc->reply_flags) & in mpi3mr_process_admin_reply_q()
474 struct mpi3_default_reply_descriptor *reply_desc = NULL; in mpi3mr_get_reply_desc() local
478 reply_desc = (struct mpi3_default_reply_descriptor *)segment_base_addr + in mpi3mr_get_reply_desc()
480 return reply_desc; in mpi3mr_get_reply_desc()
503 struct mpi3_default_reply_descriptor *reply_desc; in mpi3mr_process_op_reply_q() local
514 reply_desc = mpi3mr_get_reply_desc(op_reply_q, reply_ci); in mpi3mr_process_op_reply_q()
515 if ((le16_to_cpu(reply_desc->reply_flags) & in mpi3mr_process_op_reply_q()
525 req_q_idx = le16_to_cpu(reply_desc->request_queue_id) - 1; in mpi3mr_process_op_reply_q()
528 WRITE_ONCE(op_req_q->ci, le16_to_cpu(reply_desc->request_queue_ci)); in mpi3mr_process_op_reply_q()
529 mpi3mr_process_op_reply_desc(mrioc, reply_desc, &reply_dma, in mpi3mr_process_op_reply_q()
541 reply_desc = mpi3mr_get_reply_desc(op_reply_q, reply_ci); in mpi3mr_process_op_reply_q()
543 if ((le16_to_cpu(reply_desc->reply_flags) & in mpi3mr_process_op_reply_q()