Home
last modified time | relevance | path

Searched refs:OCTEON_ALL_INTR (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/liquidio/
H A Dlio_core.c536 oct->fn_list.disable_interrupt(oct, OCTEON_ALL_INTR); in lio_intr_handler()
544 oct->fn_list.enable_interrupt(oct, OCTEON_ALL_INTR); in lio_intr_handler()
H A Dlio_main.c575 octeon_dev->fn_list.enable_interrupt(octeon_dev, OCTEON_ALL_INTR); in lio_device_init()
2192 oct->fn_list.disable_interrupt(oct, OCTEON_ALL_INTR); in lio_destroy_resources()
H A Dlio_sysctl.c1144 oct->fn_list.disable_interrupt(oct, OCTEON_ALL_INTR); in lio_irq_reallocate_irqs()
1189 oct->fn_list.enable_interrupt(oct, OCTEON_ALL_INTR); in lio_irq_reallocate_irqs()
/freebsd/sys/dev/liquidio/base/
H A Dcn23xx_pf_device.c813 if (intr_flag == OCTEON_ALL_INTR) { in lio_cn23xx_pf_enable_interrupt()
830 if (intr_flag == OCTEON_ALL_INTR) { in lio_cn23xx_pf_disable_interrupt()
H A Dlio_device.h72 #define OCTEON_ALL_INTR 0xff macro