Searched refs:cap_pos (Results 1 – 1 of 1) sorted by relevance
207 uint32_t cap_pos; in ivshmem_configure() local210 cap_pos = vendor_cap + IVSHMEM_CFG_ADDRESS / 4; in ivshmem_configure()211 shmem_phys_addr = pcie_conf_read_u64(data->pcie->bdf, cap_pos); in ivshmem_configure()215 cap_pos = vendor_cap + IVSHMEM_CFG_STATE_TAB_SZ / 4; in ivshmem_configure()216 size_t state_table_size = pcie_conf_read(data->pcie->bdf, cap_pos); in ivshmem_configure()227 cap_pos = vendor_cap + IVSHMEM_CFG_RW_SECTION_SZ / 4; in ivshmem_configure()228 data->rw_section_size = pcie_conf_read_u64(data->pcie->bdf, cap_pos); in ivshmem_configure()239 cap_pos = vendor_cap + IVSHMEM_CFG_OUTPUT_SECTION_SZ / 4; in ivshmem_configure()240 data->output_section_size = pcie_conf_read_u64(data->pcie->bdf, cap_pos); in ivshmem_configure()261 cap_pos = vendor_cap + IVSHMEM_CFG_PRIV_CNTL / 4; in ivshmem_configure()[all …]