Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.c197 if (ha->idle_chk_dwords[hwfn_index]) { in qlnx_idle_chk()
199 *num_dumped_dwords = ha->idle_chk_dwords[hwfn_index]; in qlnx_idle_chk()
262 idle_chk->idle_chk_dwords[i] = dwords; in qlnx_get_idle_chk()
272 ha->idle_chk_dwords[i] = 0; in qlnx_get_idle_chk()
H A Dqlnx_ioctl.h55 uint32_t idle_chk_dwords[QLNX_MAX_HW_FUNCS]; member
H A Dqlnx_def.h481 uint32_t idle_chk_dwords[QLNX_MAX_HW_FUNCS]; member
H A Dqlnx_os.c1378 qlnx_idle_chk(ha, &ha->idle_chk_dwords[i], i); in qlnx_trigger_dump()