Searched refs:dst_addr_hi (Results 1 – 5 of 5) sorted by relevance
212 dmae->dst_addr_hi = 0; in bxe_hw_stats_post()290 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, port_stats)); in bxe_stats_pmf_update()302 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, port_stats) + in bxe_stats_pmf_update()343 dmae->dst_addr_hi = 0; in bxe_port_stats_init()356 dmae->dst_addr_hi = 0; in bxe_port_stats_init()377 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, mac_stats)); in bxe_port_stats_init()391 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, mac_stats) + in bxe_port_stats_init()407 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, mac_stats) + in bxe_port_stats_init()468 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, mac_stats)); in bxe_port_stats_init()480 dmae->dst_addr_hi = in bxe_port_stats_init()[all …]
1654 dmae.dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, wb_data)); in bxe_read_dmae()1691 dmae.dst_addr_hi = 0; in bxe_write_dmae()
3768 uint32_t dst_addr_hi /* dest address hi */; member
655 if ((((!p_command->dst_addr_lo) && (!p_command->dst_addr_hi)) || in ecore_dmae_post_command()666 OSAL_LE32_TO_CPU(p_command->dst_addr_hi), in ecore_dmae_post_command()680 OSAL_LE32_TO_CPU(p_command->dst_addr_hi), in ecore_dmae_post_command()857 cmd->dst_addr_hi = OSAL_CPU_TO_LE32(DMA_HI(dst_addr)); in ecore_dmae_execute_sub_operation()862 cmd->dst_addr_hi = OSAL_CPU_TO_LE32(DMA_HI(phys)); in ecore_dmae_execute_sub_operation()
2143 …__le32 dst_addr_hi /* PCIe destination address high in bytes or reserved (if destination is GRC) *… member