Home
last modified time | relevance | path

Searched refs:context_line_size (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c26 …id*)((char*)pdev->vars.context_cdu_virt_addr_table[page] + (pdev->params.context_line_size * off)); in lm_get_context()
48 …ret = (pdev->vars.context_cdu_phys_addr_table[page].as_u64 + (pdev->params.context_line_size * off… in lm_get_context_phys()
H A Dlm_devinfo.c2960 …{ _OFFSET(context_line_size), LM_CONTEXT_SIZE, LM_CONTEXT_SIZE, LM_CONTEXT_SIZE, 0, … in lm_init_params()
H A Dlm_hw_init_reset.c3330 pdev->params.context_line_size; in init_cdu_common()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c251 pLM->params.context_line_size)); in mm_get_user_config()
263 pLM->params.context_line_size); in mm_get_user_config()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h977 u32_t context_line_size; //Size of the context as configured in the CDU. member