Home
last modified time | relevance | path

Searched refs:dest_paddr (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.h732 …dev, lm_dmae_context_t* context, lm_address_t source_paddr, lm_address_t dest_paddr, u16_t length);
H A Dlm_dmae.c1282 …pdev, lm_dmae_context_t* context, lm_address_t source_paddr, lm_address_t dest_paddr, u16_t length) in lm_dmae_copy_phys_buffer_unsafe() argument
1285 lm_dmae_address_t dest = lm_dmae_address(dest_paddr.as_u64, LM_DMAE_ADDRESS_HOST_PHYS); in lm_dmae_copy_phys_buffer_unsafe()
H A Dlm_stats.c1141 u64_t dest_paddr; member
1172 sge_dest = lm_dmae_address(sge_descr[sge_idx].dest_paddr, LM_DMAE_ADDRESS_HOST_PHYS); in lm_stats_set_dmae_operation_sges()
1208 sges[0].dest_paddr = base_paddr; in lm_stats_hw_setup_emac()
1212 sges[1].dest_paddr = base_paddr + sge1_len; in lm_stats_hw_setup_emac()
1216 sges[2].dest_paddr = base_paddr + sge1_len + sge2_len; in lm_stats_hw_setup_emac()
1273 sges[0].dest_paddr = paddr_base; in lm_stats_hw_setup_non_emac()
1277 sges[1].dest_paddr = paddr_base + block1_size; in lm_stats_hw_setup_non_emac()
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c965 uint64_t dest_paddr; in ioat_cmd_post() local
1035 dest_paddr = pa_to_ma(dest_addr); in ioat_cmd_post()
1074 ioat_cmd_post_copy(ring, src_paddr, dest_paddr, xfer_size, in ioat_cmd_post()