Home
last modified time | relevance | path

Searched refs:s_event_queue (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_intr.c402 pqi_event_queue_t *q = &s->s_event_queue; in process_event_intr()
465 if (queue_group_idx == s->s_event_queue.int_msg_num) in intr_handler()
H A Dsmartpqi_init.c708 s->s_event_queue.oq_element_array = aligned_pointer; in pqi_alloc_operation_queues()
709 s->s_event_queue.oq_element_array_bus_addr = in pqi_alloc_operation_queues()
757 s->s_event_queue.oq_pi = (pqi_index_t *)aligned_pointer; in pqi_alloc_operation_queues()
758 s->s_event_queue.oq_pi_bus_addr = in pqi_alloc_operation_queues()
779 s->s_event_queue.oq_id = oq_id++; in pqi_init_operational_queues()
786 s->s_event_queue.int_msg_num = 0; in pqi_init_operational_queues()
887 desc->oq_id = s->s_event_queue.oq_id; in pqi_enable_events()
1246 eq = &s->s_event_queue; in create_event_queue()
H A Dsmartpqi.h419 pqi_event_queue_t s_event_queue; member