Home
last modified time | relevance | path

Searched refs:octep_request_irqs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/vdpa/octeon_ep/
H A Doctep_vdpa_main.c148 static int octep_request_irqs(struct octep_hw *oct_hw, irqreturn_t (*irq_handler)(int, void *), in octep_request_irqs() function
239 if (octep_request_irqs(oct_hw, octep_vdpa_intr_handler, oct_hw->nb_irqs)) in octep_vdpa_set_status()
264 octep_request_irqs(oct_hw, octep_vdpa_dev_event_handler, 1); in octep_vdpa_reset()
743 octep_request_irqs(&mgmt_dev->oct_hw, octep_vdpa_dev_event_handler, 1); in octep_vdpa_setup_task()
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_main.c354 static int octep_request_irqs(struct octep_device *oct) in octep_request_irqs() function
531 if (octep_request_irqs(oct)) in octep_setup_irqs()