Searched refs:req_resp_size (Results 1 – 2 of 2) sorted by relevance
231 …pdev->vfs_set.req_resp_size = (((sizeof(union vf_pf_msg) + CACHE_LINE_SIZE_MASK) & ~CACHE_LINE_SIZ… in lm_pf_allocate_vfs()233 pdev->vfs_set.req_resp_virt_addr = mm_alloc_phys_mem(pdev, pdev->vfs_set.req_resp_size, in lm_pf_allocate_vfs()296 u32_t req_resp_size; in lm_pf_init_vfs() local307 req_resp_size = ((sizeof(union vf_pf_msg) + CACHE_LINE_SIZE_MASK) & ~CACHE_LINE_SIZE_MASK) in lm_pf_init_vfs()314 LM_INC64(&mem_phys, req_resp_size); in lm_pf_init_vfs()316 mem_virt += req_resp_size; in lm_pf_init_vfs()317 pdev->vfs_set.vfs_array[vf_idx].pf_vf_response.request_size = req_resp_size; in lm_pf_init_vfs()
255 u32_t req_resp_size; member