Home
last modified time | relevance | path

Searched refs:int_mode (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_int_api.h125 if (sb_info->p_dev->int_mode == ECORE_INT_MODE_POLL) in ecore_sb_ack()
218 enum ecore_int_mode int_mode);
H A Decore_int.h261 enum ecore_int_mode int_mode);
H A Decore_int.c1876 enum ecore_int_mode int_mode) in ecore_int_igu_enable_int() argument
1887 p_hwfn->p_dev->int_mode = int_mode; in ecore_int_igu_enable_int()
1888 switch (p_hwfn->p_dev->int_mode) { in ecore_int_igu_enable_int()
1934 enum ecore_int_mode int_mode) in ecore_int_igu_enable() argument
1940 if ((int_mode != ECORE_INT_MODE_INTA) || IS_LEAD_HWFN(p_hwfn)) { in ecore_int_igu_enable()
1950 ecore_int_igu_enable_int(p_hwfn, p_ptt, int_mode); in ecore_int_igu_enable()
H A Decore_dev_api.h136 enum ecore_int_mode int_mode; member
H A Decore.h886 u32 int_mode; member
H A Dqlnx_os.c5623 params.int_mode = cdev->int_mode; in qlnx_nic_start()
5674 cdev->int_mode = ECORE_INT_MODE_MSIX; in qlnx_slowpath_start()
H A Decore_dev.c3593 rc = ecore_int_igu_enable(p_hwfn, p_ptt, p_params->int_mode); in ecore_hw_init_pf()
3773 if ((p_params->int_mode == ECORE_INT_MODE_MSI) && ECORE_IS_CMT(p_dev)) { in ecore_hw_init()
/freebsd/sys/dev/al_eth/
H A Dal_eth.h279 enum al_iofic_mode int_mode; member
H A Dal_eth.c2719 if (adapter->int_mode == AL_IOFIC_MODE_LEGACY) in al_eth_interrupts_unmask()
2754 enum al_iofic_mode int_mode; in al_eth_configure_int_mode() local
2762 int_mode = AL_IOFIC_MODE_LEGACY; in al_eth_configure_int_mode()
2764 int_mode = AL_IOFIC_MODE_MSIX_PER_Q; in al_eth_configure_int_mode()
2779 int_mode, m2s_errors_disable, m2s_aborts_disable, in al_eth_configure_int_mode()
2785 adapter->int_mode = int_mode; in al_eth_configure_int_mode()
2787 int_mode == AL_IOFIC_MODE_LEGACY ? "INTx" : in al_eth_configure_int_mode()
2788 int_mode == AL_IOFIC_MODE_MSIX_PER_Q ? "MSI-X per Queue" : "Unknown"); in al_eth_configure_int_mode()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c1737 req.int_mode = HWRM_RING_ALLOC_INPUT_INT_MODE_MSIX; in bnxt_hwrm_ring_alloc()
1747 req.int_mode = HWRM_RING_ALLOC_INPUT_INT_MODE_MSIX; in bnxt_hwrm_ring_alloc()
H A Dhsi_struct_def.h42227 uint8_t int_mode; member
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c1630 req.int_mode = ring_attr->mode; in bnxt_re_net_ring_alloc()