Home
last modified time | relevance | path

Searched refs:src_type (Results 1 – 6 of 6) 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
753 switch (src_type) { in ecore_dmae_execute_sub_operation()
788 if (src_type == ECORE_DMAE_ADDRESS_HOST_VIRT || in ecore_dmae_execute_sub_operation()
789 src_type == ECORE_DMAE_ADDRESS_HOST_PHYS) in ecore_dmae_execute_sub_operation()
801 src_type == ECORE_DMAE_ADDRESS_HOST_PHYS) in ecore_dmae_execute_sub_operation()
829 u8 src_type, in ecore_dmae_execute_command() argument
845 (unsigned long)src_addr, src_type, in ecore_dmae_execute_command()
854 (unsigned long)src_addr, src_type, in ecore_dmae_execute_command()
873 (src_type == ECORE_DMAE_ADDRESS_GRC), in ecore_dmae_execute_command()
891 if (src_type == ECORE_DMAE_ADDRESS_GRC) in ecore_dmae_execute_command()
[all …]
/dpdk/drivers/net/bnxt/
H A Dbnxt_filter.h73 uint8_t src_type; member
H A Dbnxt_hwrm.c680 req.src_type = filter->src_type; in bnxt_hwrm_set_l2_filter()
H A Dhsi_struct_def_dpdk.h40294 uint8_t src_type; member
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h1826 uint32_t bnx2x_dmae_opcode(struct bnx2x_softc *sc, uint8_t src_type,
H A Dbnx2x.c322 bnx2x_dmae_opcode(struct bnx2x_softc * sc, uint8_t src_type, uint8_t dst_type, in bnx2x_dmae_opcode() argument
327 opcode |= ((src_type << DMAE_COMMAND_SRC_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()