Searched refs:idle_chk (Results 1 – 6 of 6) sorted by relevance
214 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() argument233 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() argument248 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 …]
54 void *idle_chk[QLNX_MAX_HW_FUNCS]; member
997 struct idle_chk_data idle_chk /* Idle Check data */; member
483 void *idle_chk[QLNX_MAX_HW_FUNCS]; member
6116 struct idle_chk_data *idle_chk = &dev_data->idle_chk; in ecore_dbg_idle_chk_get_dump_buf_size() local6129 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()
1011 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()