Searched refs:op_req_q (Results 1 – 2 of 2) sorted by relevance
29 mpi3mr_check_req_qfull(struct op_req_qinfo *op_req_q) in mpi3mr_check_req_qfull() argument34 pi = op_req_q->pi; in mpi3mr_check_req_qfull()35 ci = READ_ONCE(op_req_q->ci); in mpi3mr_check_req_qfull()36 max_entries = op_req_q->num_requests; in mpi3mr_check_req_qfull()453 struct op_req_qinfo *op_req_q; in mpi3mr_process_op_reply_q() local478 op_req_q = &mrioc->req_qinfo[req_q_idx]; in mpi3mr_process_op_reply_q()480 WRITE_ONCE(op_req_q->ci, le16_to_cpu(reply_desc->request_queue_ci)); in mpi3mr_process_op_reply_q()1491 struct op_req_qinfo *op_req_q = mrioc->req_qinfo + qidx; in mpi3mr_alloc_op_req_q_segments() local1497 op_req_q->segment_qd = in mpi3mr_alloc_op_req_q_segments()1502 op_req_q->q_segment_list = dma_alloc_coherent(&mrioc->pdev->dev, in mpi3mr_alloc_op_req_q_segments()[all …]
2596 struct op_req_qinfo *op_req_q = NULL; in mpi3mr_issue_tm() local2639 op_req_q = &mrioc->req_qinfo[cmd_priv->req_q_idx]; in mpi3mr_issue_tm()2641 tm_req.task_request_queue_id = cpu_to_le16(op_req_q->qid); in mpi3mr_issue_tm()3430 struct op_req_qinfo *op_req_q = NULL; in mpi3mr_qcmd() local3531 op_req_q = &mrioc->req_qinfo[scmd_priv_data->req_q_idx]; in mpi3mr_qcmd()3533 if (mpi3mr_op_request_post(mrioc, op_req_q, in mpi3mr_qcmd()