Searched refs:op_req_q (Results 1 – 2 of 2) sorted by relevance
41 mpi3mr_check_req_qfull(struct op_req_qinfo *op_req_q) in mpi3mr_check_req_qfull() argument46 pi = op_req_q->pi; in mpi3mr_check_req_qfull()47 ci = READ_ONCE(op_req_q->ci); in mpi3mr_check_req_qfull()48 max_entries = op_req_q->num_requests; in mpi3mr_check_req_qfull()509 struct op_req_qinfo *op_req_q; in mpi3mr_process_op_reply_q() local537 op_req_q = &mrioc->req_qinfo[req_q_idx]; in mpi3mr_process_op_reply_q()539 WRITE_ONCE(op_req_q->ci, le16_to_cpu(reply_desc->request_queue_ci)); in mpi3mr_process_op_reply_q()1818 struct op_req_qinfo *op_req_q = mrioc->req_qinfo + qidx; in mpi3mr_alloc_op_req_q_segments() local1824 op_req_q->segment_qd = in mpi3mr_alloc_op_req_q_segments()1829 op_req_q->q_segment_list = dma_alloc_coherent(&mrioc->pdev->dev, in mpi3mr_alloc_op_req_q_segments()[all …]
4709 struct op_req_qinfo *op_req_q = NULL; in mpi3mr_qcmd() local4836 op_req_q = &mrioc->req_qinfo[scmd_priv_data->req_q_idx]; in mpi3mr_qcmd()4871 if (mpi3mr_op_request_post(mrioc, op_req_q, in mpi3mr_qcmd()