Searched refs:cido (Results 1 – 1 of 1) sorted by relevance
330 struct pds_core_dev_init_data_out cido; in pdsc_core_init() local372 sz = min_t(size_t, sizeof(cido), sizeof(pdsc->cmd_regs->data)); in pdsc_core_init()373 memcpy_fromio(&cido, &pdsc->cmd_regs->data, sz); in pdsc_core_init()383 pdsc->hw_index = le32_to_cpu(cido.core_hw_index); in pdsc_core_init()394 pdsc->adminqcq.q.hw_type = cido.adminq_hw_type; in pdsc_core_init()395 pdsc->adminqcq.q.hw_index = le32_to_cpu(cido.adminq_hw_index); in pdsc_core_init()398 pdsc->notifyqcq.q.hw_type = cido.notifyq_hw_type; in pdsc_core_init()399 pdsc->notifyqcq.q.hw_index = le32_to_cpu(cido.notifyq_hw_index); in pdsc_core_init()