Home
last modified time | relevance | path

Searched refs:idle_chk (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.c214 ha->idle_chk[hwfn_index], in qlnx_idle_chk()
229 qlnx_get_idle_chk_size(qlnx_host_t *ha, qlnx_idle_chk_t *idle_chk) in qlnx_get_idle_chk_size() argument
233 idle_chk->pci_func = ha->pci_func; in qlnx_get_idle_chk_size()
236 idle_chk->idle_chk_size[i] = ha->idle_chk_size[i]; in qlnx_get_idle_chk_size()
242 qlnx_get_idle_chk(qlnx_host_t *ha, qlnx_idle_chk_t *idle_chk) in qlnx_get_idle_chk() argument
248 idle_chk->pci_func = ha->pci_func; in qlnx_get_idle_chk()
251 if ((ha->idle_chk[i] == NULL) || in qlnx_get_idle_chk()
252 (idle_chk->idle_chk[i] == NULL) || in qlnx_get_idle_chk()
253 (idle_chk->idle_chk_size[i] < in qlnx_get_idle_chk()
262 idle_chk->idle_chk_dwords[i] = dwords; in qlnx_get_idle_chk()
[all …]
H A Dqlnx_ioctl.h54 void *idle_chk[QLNX_MAX_HW_FUNCS]; member
H A Decore_hsi_debug_tools.h997 struct idle_chk_data idle_chk /* Idle Check data */; member
H A Dqlnx_def.h483 void *idle_chk[QLNX_MAX_HW_FUNCS]; member
H A Decore_dbg_fw_funcs.c6116 struct idle_chk_data *idle_chk = &dev_data->idle_chk; in ecore_dbg_idle_chk_get_dump_buf_size() local
6129 if (!idle_chk->buf_size_set) { in ecore_dbg_idle_chk_get_dump_buf_size()
6130 idle_chk->buf_size = ecore_idle_chk_dump(p_hwfn, p_ptt, OSAL_NULL, false); in ecore_dbg_idle_chk_get_dump_buf_size()
6131 idle_chk->buf_size_set = true; in ecore_dbg_idle_chk_get_dump_buf_size()
6134 *buf_size = idle_chk->buf_size; in ecore_dbg_idle_chk_get_dump_buf_size()
H A Dqlnx_os.c1011 ha->idle_chk[i] = qlnx_zalloc(ha->idle_chk_size[i]); in qlnx_pci_attach()
1013 if (ha->idle_chk[i] == NULL) { in qlnx_pci_attach()
1272 if (ha->idle_chk[i] != NULL) { in qlnx_release()
1273 free(ha->idle_chk[i], M_QLNXBUF); in qlnx_release()
1274 ha->idle_chk[i] = NULL; in qlnx_release()