int_mode
u32 int_mode;
enum ecore_int_mode int_mode,
rc = ecore_int_igu_enable(p_hwfn, p_ptt, int_mode);
if ((p_params->int_mode == ECORE_INT_MODE_MSI) && (p_dev->num_hwfns > 1)) {
p_params->int_mode,
enum ecore_int_mode int_mode;
enum ecore_int_mode int_mode)
p_hwfn->p_dev->int_mode = int_mode;
switch (p_hwfn->p_dev->int_mode) {
enum ecore_int_mode int_mode)
if ((int_mode != ECORE_INT_MODE_INTA) || IS_LEAD_HWFN(p_hwfn)) {
ecore_int_igu_enable_int(p_hwfn, p_ptt, int_mode);
enum ecore_int_mode int_mode);
hw_init_params.int_mode = qede->intr_ctx.intr_mode;