Searched refs:cido (Results 1 – 1 of 1) sorted by relevance
320 struct pds_core_dev_init_data_out cido; in pdsc_core_init() local365 sz = min_t(size_t, sizeof(cido), sizeof(pdsc->cmd_regs->data)); in pdsc_core_init()366 memcpy_fromio(&cido, &pdsc->cmd_regs->data, sz); in pdsc_core_init()376 pdsc->hw_index = le32_to_cpu(cido.core_hw_index); in pdsc_core_init()387 pdsc->adminqcq.q.hw_type = cido.adminq_hw_type; in pdsc_core_init()388 pdsc->adminqcq.q.hw_index = le32_to_cpu(cido.adminq_hw_index); in pdsc_core_init()391 pdsc->notifyqcq.q.hw_type = cido.notifyq_hw_type; in pdsc_core_init()392 pdsc->notifyqcq.q.hw_index = le32_to_cpu(cido.notifyq_hw_index); in pdsc_core_init()