Searched refs:lm_dmae_operation_t (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_dmae.h | 327 }lm_dmae_operation_t; typedef 500 …ext_execute(struct _lm_device_t* pdev, lm_dmae_context_t *context, lm_dmae_operation_t *operation); 516 …cute_unsafe(struct _lm_device_t* pdev, lm_dmae_context_t *context, lm_dmae_operation_t *operation); 556 OUT lm_dmae_operation_t* operation); 571 lm_dmae_operation_t* lm_dmae_operation_create_sgl( struct _lm_device_t* pdev, 589 lm_dmae_operation_t* operation, 600 void lm_dmae_operation_clear_all_sges(lm_dmae_operation_t* operation); 609 u8_t lm_dmae_operation_is_complete(IN lm_dmae_operation_t* operation);
|
H A D | lm_dmae.c | 341 OUT lm_dmae_operation_t* operation) in lm_dmae_operation_create() 354 mm_mem_zero(operation, sizeof(lm_dmae_operation_t)); in lm_dmae_operation_create() 392 lm_dmae_operation_t* operation, in lm_dmae_initialize_sgl_loader_command() 425 lm_dmae_operation_t* lm_dmae_operation_create_sgl( struct _lm_device_t* pdev, in lm_dmae_operation_create_sgl() 429 lm_dmae_operation_t* operation = NULL; in lm_dmae_operation_create_sgl() 436 …operation = mm_alloc_phys_mem(pdev, sizeof(lm_dmae_operation_t), &operation_phys_addr, PHYS_MEM_TY… in lm_dmae_operation_create_sgl() 444 mm_mem_zero(operation, sizeof(lm_dmae_operation_t)); in lm_dmae_operation_create_sgl() 451 LM_INC64(&executer_phys_addr, OFFSETOF(lm_dmae_operation_t, executer_cmd[0])); in lm_dmae_operation_create_sgl() 459 lm_dmae_operation_t* operation, in lm_dmae_operation_add_sge() 515 void lm_dmae_operation_clear_all_sges(lm_dmae_operation_t* operation) in lm_dmae_operation_clear_all_sges() [all …]
|
H A D | lm_stats.c | 620 static lm_dmae_operation_t* 625 … return (lm_dmae_operation_t*)pdev->vars.stats.stats_collect.stats_hw.non_emac_dmae_operation; in lm_stats_get_dmae_operation() 629 return (lm_dmae_operation_t*)pdev->vars.stats.stats_collect.stats_hw.emac_dmae_operation; in lm_stats_get_dmae_operation() 653 lm_dmae_operation_t* operation = lm_stats_get_dmae_operation(pdev); in lm_stats_dmae() 1119 static lm_status_t lm_stats_hw_setup_nig(lm_device_t* pdev, lm_dmae_operation_t* dmae_operation) in lm_stats_hw_setup_nig() 1159 static lm_status_t lm_stats_set_dmae_operation_sges(lm_device_t* pdev, lm_dmae_operation_t* operati… in lm_stats_set_dmae_operation_sges() 1203 lm_dmae_operation_t* operation = pdev->vars.stats.stats_collect.stats_hw.emac_dmae_operation; in lm_stats_hw_setup_emac() 1268 …lm_dmae_operation_t* operation = (lm_dmae_operation_t*)pdev->vars.stats.stats_collect.stats_hw.non… in lm_stats_hw_setup_non_emac()
|