Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.h333 }lm_dmae_context_info_t ; typedef
337 lm_dmae_context_info_t ctx_arr[LM_DMAE_MAX_TYPE];
650 lm_dmae_context_info_t* lm_dmae_get(struct _lm_device_t* pdev, IN const lm_dmae_type_t type);
H A Dlm_dmae.c1187 lm_dmae_context_info_t* lm_dmae_get(struct _lm_device_t* pdev, IN const lm_dmae_type_t type) in lm_dmae_get()
H A Dlm_resc.c2142 lm_dmae_context_info_t* default_dmae_info = lm_dmae_get(pdev, LM_DMAE_DEFAULT); in lm_dmae_alloc_resc()
2143 lm_dmae_context_info_t* toe_dmae_info = lm_dmae_get(pdev, LM_DMAE_TOE); in lm_dmae_alloc_resc()
H A Dlm_stats.c1016 lm_dmae_context_info_t *stats_dmae_context_info = lm_dmae_get(pdev, LM_DMAE_STATS); in lm_stats_alloc_resc()