Searched refs:idle_chk_dwords (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.h57 uint32_t idle_chk_dwords[QLNX_MAX_HW_FUNCS]; member in struct:qlnx_idle_chk
H A Dqlnx_ioctl.c199 if (ha->idle_chk_dwords[hwfn_index]) {
201 *num_dumped_dwords = ha->idle_chk_dwords[hwfn_index];
264 idle_chk->idle_chk_dwords[i] = dwords;
266 QL_DPRINT1(ha,"idle_chk_dwords[%d] = 0x%x\n", i, dwords);
274 ha->idle_chk_dwords[i] = 0;
H A Dqlnx_def.h483 uint32_t idle_chk_dwords[QLNX_MAX_HW_FUNCS]; member in struct:qlnx_host
H A Dqlnx_os.c1417 qlnx_idle_chk(ha, &ha->idle_chk_dwords[i], i);

Completed in 184 milliseconds