Searched refs:q_id (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_queue.c177 softs->admin_ib_queue.q_id = 0;
182 softs->admin_ob_queue.q_id = 0;
378 uint32_t q_id, boolean_t ibq)
393 admin_req.req_type.create_op_iq.qid = q_id;
417 ret = pqisrc_delete_op_queue(softs, softs->event_q.q_id, false);
419 DBG_ERR("Failed to Delete Event Q %d\n", softs->event_q.q_id);
445 ret = pqisrc_delete_op_queue(softs, op_ib_q->q_id, true);
447 DBG_ERR("Failed to Delete Raid IB Q %d\n",op_ib_q->q_id);
460 ret = pqisrc_delete_op_queue(softs, op_ib_q->q_id, true);
462 DBG_ERR("Failed to Delete AIO IB Q %d\n",op_ib_q->q_id);
377 pqisrc_delete_op_queue(pqisrc_softstate_t *softs, uint32_t q_id, boolean_t ibq) argument
[all...]
H A Dsmartpqi_event.c290 request->response_queue_id = softs->op_ob_q[0].q_id;
404 request.iu_specific.global_event_oq_id = softs->event_q.q_id;
417 event_config_p->descriptors[i].oq_id = softs->event_q.q_id;
H A Dsmartpqi_response.c187 DBG_INFO("ci : %d pi : %d qid : %d\n", oq_ci, oq_pi, ob_q->q_id);
H A Dsmartpqi_ioctl.c316 request.response_queue_id = ob_q->q_id;
H A Dsmartpqi_structures.h502 uint32_t q_id; member in struct:ib_queue
519 uint32_t q_id; member in struct:ob_queue
H A Dsmartpqi_defines.h906 #define OS_GET_IO_RESP_QID(softs,rcb) (softs->op_ob_q[(OS_GET_IO_QINDEX(softs,rcb))].q_id)
H A Dsmartpqi_discovery.c221 ((pqisrc_raid_req_t *)request)->response_queue_id = ob_q->q_id;
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_hw.h819 uint8_t q_id; /* only bits 0-6 are valid */ member in struct:_q81_sys_comp
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h1268 * @param q_id Queue ID.
1273 sli_set_wq_id_association(void *entry, uint16_t q_id) argument
1283 wqe[10] |= q_id << 1;
1641 uint32_t q_id:16, member in struct:sli4_res_common_create_queue_s
1656 uint32_t q_id:16, member in struct:sli4_res_common_create_queue_set_s
H A Dsli4.c4393 q->id = res_q->q_id;
4743 qs[i]->id = res->q_id + i;
5435 * @param q_id Queue ID associated with this completion message
5445 uint16_t *q_id)
5450 ocs_log_err(NULL, "bad parameters sli4=%p cq=%p cqe=%p etype=%p q_id=%p\n",
5451 sli4, cq, cqe, etype, q_id);
5464 *q_id = -1;
5466 rc = sli_fc_cqe_parse(sli4, cq, cqe, etype, q_id);
8547 qs[i]->id = i + rsp->q_id;
5444 sli_cq_parse(sli4_t *sli4, sli4_queue_t *cq, uint8_t *cqe, sli4_qentry_e *etype, uint16_t *q_id) argument

Completed in 133 milliseconds