Lines Matching refs:event_queue

3358 	struct pqi_event_queue *event_queue;  in pqi_process_event_intr()  local
3363 event_queue = &ctrl_info->event_queue; in pqi_process_event_intr()
3365 oq_ci = event_queue->oq_ci_copy; in pqi_process_event_intr()
3368 oq_pi = readl(event_queue->oq_pi); in pqi_process_event_intr()
3373 response = event_queue->oq_element_array + in pqi_process_event_intr()
3395 event_queue->oq_ci_copy = oq_ci; in pqi_process_event_intr()
3396 writel(oq_ci, event_queue->oq_ci); in pqi_process_event_intr()
3682 ctrl_info->event_queue.oq_element_array = element_array; in pqi_alloc_operational_queues()
3683 ctrl_info->event_queue.oq_element_array_bus_addr = in pqi_alloc_operational_queues()
3720 ctrl_info->event_queue.oq_pi = next_queue_index; in pqi_alloc_operational_queues()
3721 ctrl_info->event_queue.oq_pi_bus_addr = in pqi_alloc_operational_queues()
3747 ctrl_info->event_queue.oq_id = next_oq_id++; in pqi_init_operational_queues()
3758 ctrl_info->event_queue.int_msg_num = 0; in pqi_init_operational_queues()
4337 struct pqi_event_queue *event_queue; in pqi_create_event_queue() local
4341 event_queue = &ctrl_info->event_queue; in pqi_create_event_queue()
4352 put_unaligned_le16(event_queue->oq_id, in pqi_create_event_queue()
4354 put_unaligned_le64((u64)event_queue->oq_element_array_bus_addr, in pqi_create_event_queue()
4356 put_unaligned_le64((u64)event_queue->oq_pi_bus_addr, in pqi_create_event_queue()
4363 put_unaligned_le16(event_queue->int_msg_num, in pqi_create_event_queue()
4371 event_queue->oq_ci = ctrl_info->iomem_base + in pqi_create_event_queue()
4593 put_unaligned_le16(ctrl_info->event_queue.oq_id, in pqi_configure_events()
7275 struct pqi_event_queue *event_queue; in pqi_reinit_queues() local
7292 event_queue = &ctrl_info->event_queue; in pqi_reinit_queues()
7293 writel(0, event_queue->oq_pi); in pqi_reinit_queues()
7294 event_queue->oq_ci_copy = 0; in pqi_reinit_queues()