Searched refs:int_rqs (Results 1 – 2 of 2) sorted by relevance
5795 int_rq = &adapter->notification_desc.int_rqs[i]; in leapraid_sync_irqs()5835 int_rq = &desc->int_rqs[i]; in leapraid_sync_irqs_for_cleanup()7000 int_rq = &adapter->notification_desc.int_rqs[index]; in leapraid_cpus_on_irq()7030 int_rq = &adapter->notification_desc.int_rqs[i]; in leapraid_map_msix_to_cpu()7080 for (i = 0; adapter->notification_desc.int_rqs && in leapraid_free_irq()7082 int_rq = &adapter->notification_desc.int_rqs[i]; in leapraid_free_irq()7102 kfree(adapter->notification_desc.int_rqs); in leapraid_free_irq()7103 adapter->notification_desc.int_rqs = NULL; in leapraid_free_irq()7135 adapter->notification_desc.int_rqs[i].rq.adapter = adapter; in leapraid_setup_irqs()7136 adapter->notification_desc.int_rqs[i].rq.msix_idx = i; in leapraid_setup_irqs()[all …]
642 struct leapraid_int_rq *int_rqs; member