Searched refs:qlnx_idle_chk_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.h59 typedef struct qlnx_idle_chk qlnx_idle_chk_t; typedef in typeref:struct:qlnx_idle_chk
281 #define QLNX_IDLE_CHK_SIZE _IOWR('q', 3, qlnx_idle_chk_t)
286 #define QLNX_IDLE_CHK _IOWR('q', 4, qlnx_idle_chk_t)
H A Dqlnx_ioctl.c231 qlnx_get_idle_chk_size(qlnx_host_t *ha, qlnx_idle_chk_t *idle_chk)
244 qlnx_get_idle_chk(qlnx_host_t *ha, qlnx_idle_chk_t *idle_chk)
1015 qlnx_get_idle_chk_size(ha, (qlnx_idle_chk_t *)data);
1019 rval = qlnx_get_idle_chk(ha, (qlnx_idle_chk_t *)data);

Completed in 65 milliseconds