Home
last modified time | relevance | path

Searched refs:ctx_mem (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_lm_main.c2077 phy_mem_block_t *ctx_mem; in init_context_resc_5709() local
2091 ctx_mem = &pdev->vars.ctx_mem[0]; in init_context_resc_5709()
2124 ctx_mem->start_phy = mem_phy; in init_context_resc_5709()
2125 ctx_mem->start = mem_virt; in init_context_resc_5709()
2126 ctx_mem->size = mem_size; in init_context_resc_5709()
2127 ctx_mem++; in init_context_resc_5709()
H A Dbnx_hw_reset.c315 mem_virt = pdev->vars.ctx_mem[idx].start; in init_context_5709()
316 mem_phy = pdev->vars.ctx_mem[idx].start_phy; in init_context_5709()
317 mem_size = pdev->vars.ctx_mem[idx].size; in init_context_5709()
H A Dlm5706.h780 phy_mem_block_t ctx_mem[NUM_CTX_MBLKS]; member