Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dro_props_001_pos.ksh95 dst_type=$(get_prop type ${dataset[i]})
96 if [[ $dst_type == 'snapshot' ]]; then
/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
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()
/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
874 desc->dst_mem = dst_type; in ccp_passthrough()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h1827 uint8_t dst_type, uint8_t with_comp,
H A Dbnx2x.c318 bnx2x_dmae_opcode(struct bnx2x_softc * sc, uint8_t src_type, uint8_t dst_type, in bnx2x_dmae_opcode() argument
324 (dst_type << DMAE_COMMAND_DST_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()