xref: /illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/snippets/ecore_int_sisr.h (revision 14b24e2b79293068c8e016a69ef1d872fb5e2fd5)
1 /*
2  *
3  * @brief ecore_int_igu_read_sisr_reg - Reads the single isr multiple dpc
4  *        register from igu.
5  *
6  * @param p_hwfn
7  *
8  * @return u64
9  */
10 u64 ecore_int_igu_read_sisr_reg(struct ecore_hwfn *p_hwfn);
11