Symbol: lm_dmae_context_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
1202
lm_status_t lm_dmae_reg_wr(struct _lm_device_t* pdev, lm_dmae_context_t* context, void* source_vaddr, u32_t dest_offset, u16_t length, u8_t replicate_source, u8_t le32_swap)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1230
lm_status_t lm_dmae_reg_wr_phys(struct _lm_device_t* pdev, lm_dmae_context_t* context, lm_address_t source_paddr, u32_t dest_offset, u16_t length)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1254
lm_status_t lm_dmae_reg_rd(struct _lm_device_t* pdev, lm_dmae_context_t* context, u32_t source_offset, void* dest_vaddr, u16_t length, u8_t le32_swap)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1282
lm_status_t lm_dmae_copy_phys_buffer_unsafe(struct _lm_device_t* pdev, lm_dmae_context_t* context, lm_address_t source_paddr, lm_address_t dest_paddr, u16_t length)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
317
lm_dmae_context_t* context,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
340
IN lm_dmae_context_t* context,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
427
IN lm_dmae_context_t* context)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
588
lm_dmae_context_t* lm_dmae_context_create( struct _lm_device_t* pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
593
lm_dmae_context_t* context = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
598
context = mm_alloc_phys_mem(pdev, sizeof(lm_dmae_context_t), &context_paddr, PHYS_MEM_TYPE_NONCACHED, LM_RESOURCE_COMMON);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
623
LM_INC64(&completion_word_paddr, OFFSETOF(lm_dmae_context_t, completion_word));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
627
LM_INC64(&intermediate_buffer_paddr, OFFSETOF(lm_dmae_context_t, intermediate_buffer));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
634
lm_dmae_context_t* lm_dmae_context_create_sgl( struct _lm_device_t* pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
640
lm_dmae_context_t* context = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
645
context = mm_alloc_phys_mem(pdev, sizeof(lm_dmae_context_t), &context_paddr, PHYS_MEM_TYPE_NONCACHED, LM_RESOURCE_COMMON);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
666
LM_INC64(&completion_word_paddr, OFFSETOF(lm_dmae_context_t, completion_word));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
670
LM_INC64(&intermediate_buffer_paddr, OFFSETOF(lm_dmae_context_t, intermediate_buffer));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
687
lm_status_t lm_dmae_context_reset(lm_dmae_context_t *context)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
699
lm_status_t lm_dmae_context_acquire(struct _lm_device_t* pdev, lm_dmae_context_t *context)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
710
lm_status_t lm_dmae_context_release(struct _lm_device_t* pdev, lm_dmae_context_t *context)
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
756
lm_dmae_context_advance_command_id(lm_dmae_context_t* context)
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
876
lm_dmae_context_t *context,
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
294
lm_dmae_context_t* context;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
331
lm_dmae_context_t* context;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
410
lm_dmae_context_t* lm_dmae_context_create( struct _lm_device_t* pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
430
lm_dmae_context_t* lm_dmae_context_create_sgl( struct _lm_device_t* pdev,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
447
lm_status_t lm_dmae_context_reset(lm_dmae_context_t *context);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
465
lm_status_t lm_dmae_context_acquire(struct _lm_device_t* pdev, lm_dmae_context_t *context);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
484
lm_status_t lm_dmae_context_release(struct _lm_device_t* pdev, lm_dmae_context_t *context);
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
555
IN lm_dmae_context_t* context,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
573
IN lm_dmae_context_t* context);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
677
lm_status_t lm_dmae_reg_wr(struct _lm_device_t* pdev, lm_dmae_context_t* context, void* source_vaddr, u32_t dest_offset, u16_t length, u8_t b_replicate_source, u8_t le32_swap);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
693
lm_status_t lm_dmae_reg_wr_phys(struct _lm_device_t* pdev, lm_dmae_context_t* context, lm_address_t source_paddr, u32_t dest_offset, u16_t length);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
713
lm_status_t lm_dmae_reg_rd(struct _lm_device_t* pdev, lm_dmae_context_t* context, u32_t source_offset, void* dest_vaddr, u16_t length, u8_t le32_swap);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
732
lm_status_t lm_dmae_copy_phys_buffer_unsafe(struct _lm_device_t* pdev, lm_dmae_context_t* context, lm_address_t source_paddr, lm_address_t dest_paddr, u16_t length);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
652
lm_dmae_context_t* context = lm_dmae_get(pdev, LM_DMAE_STATS)->context;