Searched refs:errIrq (Results 1 – 12 of 12) sorted by relevance
489 p_Bm->errIrq = p_BmParam->errIrq; in BM_Config()561 if (p_Bm->errIrq != NO_IRQ) in BM_Init()563 XX_SetIntr(p_Bm->errIrq, BM_ErrorIsr, p_Bm); in BM_Init()564 XX_EnableIntr(p_Bm->errIrq); in BM_Init()631 if (p_Bm->errIrq != NO_IRQ) in BM_Free()633 XX_DisableIntr(p_Bm->errIrq); in BM_Free()634 XX_FreeIntr(p_Bm->errIrq); in BM_Free()
307 …uintptr_t errIrq; /**< error interrupt line; NO_IRQ if interrupt… member
698 p_Qm->errIrq = p_QmParam->errIrq; in QM_Config()875 if (p_Qm->errIrq != NO_IRQ) in QM_Init()877 XX_SetIntr(p_Qm->errIrq, QM_ErrorIsr, p_Qm); in QM_Init()878 XX_EnableIntr(p_Qm->errIrq); in QM_Init()943 if (p_Qm->errIrq != NO_IRQ) in QM_Free()945 XX_DisableIntr(p_Qm->errIrq); in QM_Free()946 XX_FreeIntr(p_Qm->errIrq); in QM_Free()
485 …uintptr_t errIrq; /**< error interrupt line; NO_IRQ if interrupt… member
127 …uintptr_t errIrq; /**< BM error interrupt line; NO_IRQ if interrupts… member
252 …uintptr_t errIrq; /**< error interrupt line; NO_IRQ if interrupts no… member
499 uintptr_t errIrq; /**< FM interrupt source for errors; member
112 bp.errIrq = (uintptr_t)sc->sc_ires; in bman_attach()
205 qp.errIrq = (uintptr_t)sc->sc_ires; in qman_attach()
306 fm_params.errIrq = cfg->err_irq_num; in fman_init()
548 uintptr_t errIrq; member
3373 p_Fm->p_FmStateStruct->errIrq = p_FmParam->errIrq; in FM_Config()3684 if (p_Fm->p_FmStateStruct->errIrq != NO_IRQ) in FM_Init()3686 XX_SetIntr(p_Fm->p_FmStateStruct->errIrq, (void (*) (t_Handle))FM_ErrorIsr, p_Fm); in FM_Init()3687 XX_EnableIntr(p_Fm->p_FmStateStruct->errIrq); in FM_Init()3766 if (p_Fm->p_FmStateStruct->errIrq != NO_IRQ) in FM_Free()3768 XX_DisableIntr(p_Fm->p_FmStateStruct->errIrq); in FM_Free()3769 XX_FreeIntr(p_Fm->p_FmStateStruct->errIrq); in FM_Free()