Home
last modified time | relevance | path

Searched refs:req_resp_size (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c231 …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() local
307 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()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/
H A Dlm_vf_common.h255 u32_t req_resp_size; member