xref: /illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/snippets/ecore_int_endis.h (revision 14b24e2b79293068c8e016a69ef1d872fb5e2fd5)
1 /*
2  *
3  * @brief ecore_int_igu_enable_int - enable device interrupts
4  *
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);
10 
11 /*
12  *
13  * @brief ecore_int_igu_disable_int - disable device interrupts
14  *
15  * @param p_hwfn
16  * @param p_ptt
17  */
18 void ecore_int_igu_disable_int(struct ecore_hwfn *p_hwfn,
19                    struct ecore_ptt *p_ptt);
20