Symbol: lm_dmae_operation_t
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1061
lm_status_t lm_dmae_context_execute_unsafe(struct _lm_device_t* pdev, lm_dmae_context_t *context, lm_dmae_operation_t *operation)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1207
lm_dmae_operation_t operation = {0};
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1234
lm_dmae_operation_t operation = {0};
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1259
lm_dmae_operation_t operation = {0};
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1286
lm_dmae_operation_t operation = {0};
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
341
OUT lm_dmae_operation_t* operation)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
354
mm_mem_zero(operation, sizeof(lm_dmae_operation_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
392
lm_dmae_operation_t* operation,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
425
lm_dmae_operation_t* lm_dmae_operation_create_sgl( struct _lm_device_t* pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
429
lm_dmae_operation_t* operation = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
436
operation = mm_alloc_phys_mem(pdev, sizeof(lm_dmae_operation_t), &operation_phys_addr, PHYS_MEM_TYPE_NONCACHED, LM_RESOURCE_COMMON);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
444
mm_mem_zero(operation, sizeof(lm_dmae_operation_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
451
LM_INC64(&executer_phys_addr, OFFSETOF(lm_dmae_operation_t, executer_cmd[0]));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
459
lm_dmae_operation_t* operation,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
515
void lm_dmae_operation_clear_all_sges(lm_dmae_operation_t* operation)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
522
u8_t lm_dmae_operation_is_complete(IN lm_dmae_operation_t* operation)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
541
lm_dmae_operation_wait(struct _lm_device_t* pdev, lm_dmae_operation_t* operation)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
715
lm_status_t lm_dmae_context_execute(struct _lm_device_t* pdev, lm_dmae_context_t *context, lm_dmae_operation_t *operation)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
830
lm_status_t lm_dmae_context_execute_sgl(struct _lm_device_t* pdev, lm_dmae_context_t *context, lm_dmae_operation_t *operation)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
877
lm_dmae_operation_t *operation,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
985
lm_dmae_context_execute_single_block(struct _lm_device_t* pdev, lm_dmae_context_t *context, lm_dmae_operation_t *operation)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
500
lm_status_t lm_dmae_context_execute(struct _lm_device_t* pdev, lm_dmae_context_t *context, lm_dmae_operation_t *operation);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
516
lm_status_t lm_dmae_context_execute_unsafe(struct _lm_device_t* pdev, lm_dmae_context_t *context, lm_dmae_operation_t *operation);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
556
OUT lm_dmae_operation_t* operation);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
571
lm_dmae_operation_t* lm_dmae_operation_create_sgl( struct _lm_device_t* pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
589
lm_dmae_operation_t* operation,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
600
void lm_dmae_operation_clear_all_sges(lm_dmae_operation_t* operation);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
609
u8_t lm_dmae_operation_is_complete(IN lm_dmae_operation_t* operation);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
1119
static lm_status_t lm_stats_hw_setup_nig(lm_device_t* pdev, lm_dmae_operation_t* dmae_operation)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
1159
static lm_status_t lm_stats_set_dmae_operation_sges(lm_device_t* pdev, lm_dmae_operation_t* operation, struct lm_stats_sge_descr_t* sge_descr, u8_t num_sges)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
1203
lm_dmae_operation_t* operation = pdev->vars.stats.stats_collect.stats_hw.emac_dmae_operation;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
1268
lm_dmae_operation_t* operation = (lm_dmae_operation_t*)pdev->vars.stats.stats_collect.stats_hw.non_emac_dmae_operation;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
620
static lm_dmae_operation_t*
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
625
return (lm_dmae_operation_t*)pdev->vars.stats.stats_collect.stats_hw.non_emac_dmae_operation;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
629
return (lm_dmae_operation_t*)pdev->vars.stats.stats_collect.stats_hw.emac_dmae_operation;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
653
lm_dmae_operation_t* operation = lm_stats_get_dmae_operation(pdev);