9506 Want support for QLogic QL41000/45000 series devices
[unleashed.git] / usr / src / uts / common / io / qede / 579xx / drivers / ecore / documentation / snippets / ecore_int_endis.h
blobb48a9172441a64d38753ec3bb4dab2254310b5e0
1 /*
3 * @brief ecore_int_igu_enable_int - enable device interrupts
5 * @param p_hwfn
6 * @param p_ptt
7 */
8 void ecore_int_igu_enable_int(struct ecore_hwfn *p_hwfn,
9 struct ecore_ptt *p_ptt);
13 * @brief ecore_int_igu_disable_int - disable device interrupts
15 * @param p_hwfn
16 * @param p_ptt
18 void ecore_int_igu_disable_int(struct ecore_hwfn *p_hwfn,
19 struct ecore_ptt *p_ptt);