Searched refs:int_mode (Results 1 – 11 of 11) sorted by relevance
230 enum ecore_int_mode int_mode);
208 enum ecore_int_mode int_mode);
1927 enum ecore_int_mode int_mode) in ecore_int_igu_enable_int() argument1938 p_hwfn->p_dev->int_mode = int_mode; in ecore_int_igu_enable_int()1939 switch (p_hwfn->p_dev->int_mode) { in ecore_int_igu_enable_int()1986 enum ecore_int_mode int_mode) in ecore_int_igu_enable() argument1992 if ((int_mode != ECORE_INT_MODE_INTA) || IS_LEAD_HWFN(p_hwfn)) { in ecore_int_igu_enable()2003 ecore_int_igu_enable_int(p_hwfn, p_ptt, int_mode); in ecore_int_igu_enable()
105 enum ecore_int_mode int_mode; member
851 u32 int_mode; member
3511 rc = ecore_int_igu_enable(p_hwfn, p_ptt, p_params->int_mode); in ecore_hw_init_pf()3693 if ((p_params->int_mode == ECORE_INT_MODE_MSI) && ECORE_IS_CMT(p_dev)) { in ecore_hw_init()
127 uint32_t int_mode; member
296 hw_init_params.int_mode = params->int_mode; in qed_slowpath_start()
2526 uint32_t int_mode; in qede_common_dev_init() local2574 int_mode = ECORE_INT_MODE_INTA; in qede_common_dev_init()2580 int_mode = ECORE_INT_MODE_MSIX; in qede_common_dev_init()2595 params.int_mode = int_mode; in qede_common_dev_init()
1580 req.int_mode = HWRM_RING_ALLOC_INPUT_INT_MODE_MSIX; in bnxt_hwrm_ring_alloc()1585 req.int_mode = HWRM_RING_ALLOC_INPUT_INT_MODE_MSIX; in bnxt_hwrm_ring_alloc()
29732 uint8_t int_mode; member