Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
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() local
1074 …TECTED_RESOURCE_DMAE_STATS, LM_DMAE_LOCKING_POLICY_TYPE_PER_PF, &stats_dmae_context_info->locking_… in lm_stats_alloc_resc()
1081 stats_dmae_context_info->context = lm_dmae_context_create_sgl( pdev, in lm_stats_alloc_resc()
1084 … &stats_dmae_context_info->locking_policy, in lm_stats_alloc_resc()
1086 if (CHK_NULL(stats_dmae_context_info->context)) in lm_stats_alloc_resc()
1093 …n_emac_dmae_operation = lm_dmae_operation_create_sgl(pdev, TRUE, stats_dmae_context_info->context); in lm_stats_alloc_resc()
1098 …w.emac_dmae_operation = lm_dmae_operation_create_sgl(pdev, TRUE, stats_dmae_context_info->context); in lm_stats_alloc_resc()