Home
last modified time | relevance | path

Searched refs:XSDFEC_GET_STATS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/misc-devices/
H A Dxilinx_sdfec.rst205 …ror and the user should use :c:macro:`XSDFEC_GET_STATUS` and :c:macro:`XSDFEC_GET_STATS` to confirm
206 …s a non-critical error has occurred and the user should use :c:macro:`XSDFEC_GET_STATS` to confirm
207 - Get stats by using the ioctl :c:macro:`XSDFEC_GET_STATS`
216 Note: Using poll system call prevents busy looping using :c:macro:`XSDFEC_GET_STATS` and :c:macro:`…
280 .. c:macro:: XSDFEC_GET_STATS
282 :doc: XSDFEC_GET_STATS
/openbmc/linux/include/uapi/misc/
H A Dxilinx_sdfec.h436 #define XSDFEC_GET_STATS _IOR(XSDFEC_MAGIC, 12, struct xsdfec_stats) macro
/openbmc/linux/drivers/misc/
H A Dxilinx_sdfec.c947 cmd != XSDFEC_GET_STATS && cmd != XSDFEC_CLEAR_STATS)) { in xsdfec_dev_ioctl()
961 case XSDFEC_GET_STATS: in xsdfec_dev_ioctl()