Home
last modified time | relevance | path

Searched refs:response_queue_id (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_request.c182 raid_req->response_queue_id);
211 raid_req->response_queue_id = OS_GET_IO_RESP_QID(softs, rcb); in pqisrc_build_raid_io()
280 rcb->resp_qid = raid_req->response_queue_id; in pqisrc_build_raid_io()
296 aio_req->response_queue_id);
342 aio_req->response_queue_id = OS_GET_IO_RESP_QID(softs, rcb); in pqisrc_build_aio_common()
401 rcb->resp_qid = aio_req->response_queue_id; in pqisrc_build_aio_common()
415 DBG_INFO("%15s: 0x%x\n", "resp_qid", aio_req->response_queue_id); in pqisrc_show_aio_common()
466 aio_req->response_queue_id = OS_GET_IO_RESP_QID(softs, rcb); in pqisrc_build_aio_R1_write()
518 rcb->resp_qid = aio_req->response_queue_id; in pqisrc_build_aio_R1_write()
534 DBG_INFO("%15s: 0x%x\n", "resp_qid", aio_req->response_queue_id); in pqisrc_show_aio_R1_write()
[all …]
H A Dsmartpqi_structures.h361 uint16_t response_queue_id; /* specifies the OQ where the response member
375 uint16_t response_queue_id; /* specifies the OQ where the response
683 uint16_t response_queue_id; member
705 uint16_t response_queue_id; member
729 uint16_t response_queue_id; member
755 uint16_t response_queue_id; /* specifies the OQ where the response member
H A Dsmartpqi_event.c355 request->response_queue_id = softs->op_ob_q[0].q_id; in pqi_event_configure()
H A Dsmartpqi_ioctl.c335 request.response_queue_id = ob_q->q_id; in pqisrc_passthru_ioctl()
H A Dsmartpqi_discovery.c440 ((pqisrc_raid_req_t *)request)->response_queue_id = ob_q->q_id; in pqisrc_build_send_raid_request()