Home
last modified time | relevance | path

Searched refs:oq_id (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_init.c774 uint16_t oq_id = PQI_MIN_OPERATIONAL_QUEUE_ID; in pqi_init_operational_queues() local
779 s->s_event_queue.oq_id = oq_id++; in pqi_init_operational_queues()
783 s->s_queue_groups[i].oq_id = oq_id++; in pqi_init_operational_queues()
887 desc->oq_id = s->s_event_queue.oq_id; in pqi_enable_events()
889 desc->oq_id = 0; in pqi_enable_events()
1256 request.data.create_operational_oq.queue_id = eq->oq_id; in create_event_queue()
1352 rqst.data.create_operational_oq.queue_id = qg->oq_id; in create_queue_group()
H A Dsmartpqi.h197 uint16_t oq_id; member
210 uint16_t oq_id; member
H A Dsmartpqi_hw.c153 rqst->iu_id = qg->oq_id; in pqi_start_io()
464 rqst->header.iu_id = qg->oq_id; in send_event_ack()
H A Dsmartpqi_hw.h567 uint16_t oq_id; member