Home
last modified time | relevance | path

Searched refs:src_type (Results 1 – 7 of 7) sorted by relevance

/f-stack/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 …]
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_filter.h72 uint8_t src_type; member
H A Dbnxt_hwrm.c565 req.src_type = filter->src_type; in bnxt_hwrm_set_l2_filter()
H A Dhsi_struct_def_dpdk.h31923 uint8_t src_type; member
/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.c848 enum ccp_memtype dst_type, bus_addr_t src, enum ccp_memtype src_type, in ccp_passthrough() argument
870 desc->src_mem = src_type; in ccp_passthrough()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h1826 uint32_t bnx2x_dmae_opcode(struct bnx2x_softc *sc, uint8_t src_type,
H A Dbnx2x.c318 bnx2x_dmae_opcode(struct bnx2x_softc * sc, uint8_t src_type, uint8_t dst_type, in bnx2x_dmae_opcode() argument
323 opcode |= ((src_type << DMAE_COMMAND_SRC_SHIFT) | in bnx2x_dmae_opcode()
350 uint8_t src_type, uint8_t dst_type) in bnx2x_prep_dmae_with_comp() argument
355 dmae->opcode = bnx2x_dmae_opcode(sc, src_type, dst_type, in bnx2x_prep_dmae_with_comp()