Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_main.h87 irqreturn_t (*vfire_intr_handler)(void *ioq_vector); member
Doctep_cn9k_pf.c858 oct->hw_ops.vfire_intr_handler = octep_vfire_intr_handler_cn93_pf; in octep_device_setup_cn93_pf()
Doctep_cnxk_pf.c881 oct->hw_ops.vfire_intr_handler = octep_vfire_intr_handler_cnxk_pf; in octep_device_setup_cnxk_pf()
Doctep_main.c235 return oct->hw_ops.vfire_intr_handler(oct); in octep_vfire_intr_handler()