Home
last modified time | relevance | path

Searched refs:dst_type (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/qede/base/
H A Decore_hw.c747 u8 src_type, u8 dst_type, u32 length_dw) in ecore_dmae_execute_sub_operation() argument
771 switch (dst_type) { in ecore_dmae_execute_sub_operation()
816 if (dst_type == ECORE_DMAE_ADDRESS_HOST_VIRT) in ecore_dmae_execute_sub_operation()
830 u8 dst_type, in ecore_dmae_execute_command() argument
846 (unsigned long)dst_addr, dst_type, in ecore_dmae_execute_command()
855 (unsigned long)dst_addr, dst_type, in ecore_dmae_execute_command()
874 (dst_type == ECORE_DMAE_ADDRESS_GRC), p_params); in ecore_dmae_execute_command()
897 if (dst_type == ECORE_DMAE_ADDRESS_GRC) in ecore_dmae_execute_command()
913 dst_type, in ecore_dmae_execute_command()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h1827 uint8_t dst_type, uint8_t with_comp,
H A Dbnx2x.c322 bnx2x_dmae_opcode(struct bnx2x_softc * sc, uint8_t src_type, uint8_t dst_type, in bnx2x_dmae_opcode() argument
328 (dst_type << DMAE_COMMAND_DST_SHIFT)); in bnx2x_dmae_opcode()
354 uint8_t src_type, uint8_t dst_type) in bnx2x_prep_dmae_with_comp() argument
359 dmae->opcode = bnx2x_dmae_opcode(sc, src_type, dst_type, in bnx2x_prep_dmae_with_comp()