Home
last modified time | relevance | path

Searched refs:lm_get_context_phys (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dcontext.h19 u64_t lm_get_context_phys(struct _lm_device_t *pdev, u32_t cid);
H A Dbnxe_context.c33 u64_t lm_get_context_phys(struct _lm_device_t *pdev, u32_t cid){ in lm_get_context_phys() function
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c2213 iscsi->ctx_phys.as_u64 = lm_get_context_phys(pdev, iscsi->cid); in lm_sc_init_iscsi_context()
2399 fcoe->ctx_phys.as_u64 = lm_get_context_phys(pdev, fcoe->cid); in lm_fc_init_fcoe_context()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2852 tcp->ctx_phys.as_u64 = lm_get_context_phys(pdev, tcp->cid); in lm_tcp_init_tcp_context()