Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_main.h83 irqreturn_t (*mbox_intr_handler)(void *ioq_vector); member
Doctep_cn9k_pf.c854 oct->hw_ops.mbox_intr_handler = octep_pfvf_mbox_intr_handler_cn93_pf; in octep_device_setup_cn93_pf()
Doctep_cnxk_pf.c877 oct->hw_ops.mbox_intr_handler = octep_pfvf_mbox_intr_handler_cnxk_pf; in octep_device_setup_cnxk_pf()
Doctep_main.c175 return oct->hw_ops.mbox_intr_handler(oct); in octep_mbox_intr_handler()