Searched refs:op_ob_q (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_queue.c490 ob_queue_t *op_ob_q = NULL; local
491 op_ob_q = &softs->op_ob_q[i];
492 if (op_ob_q->created == true) {
493 ret = pqisrc_delete_op_queue(softs, op_ob_q->q_id, false);
495 DBG_ERR("Failed to Delete OB Q %d\n",op_ob_q->q_id);
497 op_ob_q->created = false;
553 ob_queue_t *op_ob_q)
565 admin_req.req_type.create_op_oq.qid = op_ob_q->q_id;
566 admin_req.req_type.create_op_oq.intr_msg_num = op_ob_q
552 pqisrc_create_op_obq(pqisrc_softstate_t *softs, ob_queue_t *op_ob_q) argument
887 ob_queue_t *op_ob_q = NULL; local
[all...]
H A Dsmartpqi_response.c183 ob_q = &softs->op_ob_q[oq_id - 1]; /* zero for event Q */
H A Dsmartpqi_event.c296 request->response_queue_id = softs->op_ob_q[0].q_id;
H A Dsmartpqi_ioctl.c228 ob_queue_t *ob_q = &softs->op_ob_q[PQI_DEFAULT_IB_QUEUE];
H A Dsmartpqi_defines.h912 #define OS_GET_IO_RESP_QID(softs,rcb) (softs->op_ob_q[(OS_GET_IO_QINDEX(softs,rcb))].q_id)
H A Dsmartpqi_structures.h964 ob_queue_t op_ob_q[PQISRC_MAX_SUPPORTED_OP_OB_Q - 1];/* 1 event queue */ member in struct:pqisrc_softstate
H A Dsmartpqi_discovery.c137 ob_queue_t *ob_q = &softs->op_ob_q[PQI_DEFAULT_IB_QUEUE];

Completed in 125 milliseconds