Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bxe/
Dbxe_stats.c209 dmae->dst_addr_lo = ((DMAE_REG_CMD_MEM + in bxe_hw_stats_post()
289 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, port_stats)); in bxe_stats_pmf_update()
300 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, port_stats) + in bxe_stats_pmf_update()
342 dmae->dst_addr_lo = sc->port.port_stx >> 2; in bxe_port_stats_init()
355 dmae->dst_addr_lo = (sc->func_stx >> 2); in bxe_port_stats_init()
376 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, mac_stats)); in bxe_port_stats_init()
388 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, mac_stats) + in bxe_port_stats_init()
404 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, mac_stats) + in bxe_port_stats_init()
467 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, mac_stats)); in bxe_port_stats_init()
478 dmae->dst_addr_lo = in bxe_port_stats_init()
[all …]
Decore_hsi.h3767 uint32_t dst_addr_lo /* dest address low/grc address */; member
Dbxe.c1669 dmae.dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, wb_data)); in bxe_read_dmae()
1706 dmae.dst_addr_lo = (dst_addr >> 2); /* GRC addr has dword resolution */ in bxe_write_dmae()
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_hw.c657 if ((((!p_command->dst_addr_lo) && (!p_command->dst_addr_hi)) || in ecore_dmae_post_command()
669 OSAL_LE32_TO_CPU(p_command->dst_addr_lo)); in ecore_dmae_post_command()
683 OSAL_LE32_TO_CPU(p_command->dst_addr_lo)); in ecore_dmae_post_command()
860 cmd->dst_addr_lo = OSAL_CPU_TO_LE32(DMA_LO(dst_addr)); in ecore_dmae_execute_sub_operation()
865 cmd->dst_addr_lo = OSAL_CPU_TO_LE32(DMA_LO(phys)); in ecore_dmae_execute_sub_operation()
Decore_hsi_common.h2234 __le32 dst_addr_lo /* PCIe destination address low in bytes or GRC destination address in DW */; member