| /kernel/linux/linux-6.6/drivers/phy/ |
| D | phy-xgene.c | 95 #define REGSPEC_CFG_I_TX_WORDMODE0_SET(dst, src) \ argument 97 #define REGSPEC_CFG_I_RX_WORDMODE0_SET(dst, src) \ argument 100 #define REGSPEC_CFG_I_CUSTOMER_PIN_MODE0_SET(dst, src) \ argument 103 #define CFG_I_SPD_SEL_CDR_OVR1_SET(dst, src) \ argument 110 #define CFG_IND_ADDR_SET(dst, src) \ argument 115 #define I_RESET_B_SET(dst, src) \ argument 117 #define I_PLL_FBDIV_SET(dst, src) \ argument 119 #define I_CUSTOMEROV_SET(dst, src) \ argument 127 #define CMU_REG0_PLL_REF_SEL_SET(dst, src) \ argument 130 #define CMU_REG0_CAL_COUNT_RESOL_SET(dst, src) \ argument [all …]
|
| /kernel/linux/linux-5.10/drivers/phy/ |
| D | phy-xgene.c | 94 #define REGSPEC_CFG_I_TX_WORDMODE0_SET(dst, src) \ argument 96 #define REGSPEC_CFG_I_RX_WORDMODE0_SET(dst, src) \ argument 99 #define REGSPEC_CFG_I_CUSTOMER_PIN_MODE0_SET(dst, src) \ argument 102 #define CFG_I_SPD_SEL_CDR_OVR1_SET(dst, src) \ argument 109 #define CFG_IND_ADDR_SET(dst, src) \ argument 114 #define I_RESET_B_SET(dst, src) \ argument 116 #define I_PLL_FBDIV_SET(dst, src) \ argument 118 #define I_CUSTOMEROV_SET(dst, src) \ argument 126 #define CMU_REG0_PLL_REF_SEL_SET(dst, src) \ argument 129 #define CMU_REG0_CAL_COUNT_RESOL_SET(dst, src) \ argument [all …]
|
| /kernel/linux/linux-6.6/net/core/ |
| D | dst.c | 47 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init() 82 struct dst_entry *dst; in dst_alloc() local 99 struct dst_entry *dst_destroy(struct dst_entry * dst) in dst_destroy() 135 struct dst_entry *dst = container_of(head, struct dst_entry, rcu_head); in dst_destroy_rcu() local 149 void dst_dev_put(struct dst_entry *dst) in dst_dev_put() 164 void dst_release(struct dst_entry *dst) in dst_release() 171 void dst_release_immediate(struct dst_entry *dst) in dst_release_immediate() 178 u32 *dst_cow_metrics_generic(struct dst_entry *dst, unsigned long old) in dst_cow_metrics_generic() 208 void __dst_destroy_metrics_generic(struct dst_entry *dst, unsigned long old) in __dst_destroy_metrics_generic() 219 struct dst_entry *dst_blackhole_check(struct dst_entry *dst, u32 cookie) in dst_blackhole_check() [all …]
|
| D | dst_cache.c | 19 struct dst_entry *dst; member 28 struct dst_entry *dst, u32 cookie) in dst_cache_per_cpu_dst_set() 41 struct dst_entry *dst; in dst_cache_per_cpu_get() local 75 struct dst_entry *dst; in dst_cache_get_ip4() local 90 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip4() 105 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip6() 124 struct dst_entry *dst; in dst_cache_get_ip6() local 176 struct dst_entry *dst = idst->dst; in dst_cache_reset_now() local
|
| /kernel/linux/linux-5.10/net/core/ |
| D | dst.c | 47 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init() 82 struct dst_entry *dst; in dst_alloc() local 99 struct dst_entry *dst_destroy(struct dst_entry * dst) in dst_destroy() 136 struct dst_entry *dst = container_of(head, struct dst_entry, rcu_head); in dst_destroy_rcu() local 150 void dst_dev_put(struct dst_entry *dst) in dst_dev_put() 165 void dst_release(struct dst_entry *dst) in dst_release() 180 void dst_release_immediate(struct dst_entry *dst) in dst_release_immediate() 195 u32 *dst_cow_metrics_generic(struct dst_entry *dst, unsigned long old) in dst_cow_metrics_generic() 225 void __dst_destroy_metrics_generic(struct dst_entry *dst, unsigned long old) in __dst_destroy_metrics_generic() 236 struct dst_entry *dst_blackhole_check(struct dst_entry *dst, u32 cookie) in dst_blackhole_check() [all …]
|
| D | dst_cache.c | 19 struct dst_entry *dst; member 28 struct dst_entry *dst, u32 cookie) in dst_cache_per_cpu_dst_set() 41 struct dst_entry *dst; in dst_cache_per_cpu_get() local 75 struct dst_entry *dst; in dst_cache_get_ip4() local 90 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip4() 105 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip6() 124 struct dst_entry *dst; in dst_cache_get_ip6() local 176 struct dst_entry *dst = idst->dst; in dst_cache_reset_now() local
|
| /kernel/linux/linux-5.10/include/net/ |
| D | dst.h | 96 static inline bool dst_metrics_read_only(const struct dst_entry *dst) in dst_metrics_read_only() 103 static inline void dst_destroy_metrics_generic(struct dst_entry *dst) in dst_destroy_metrics_generic() 110 static inline u32 *dst_metrics_write_ptr(struct dst_entry *dst) in dst_metrics_write_ptr() 124 static inline void dst_init_metrics(struct dst_entry *dst, in dst_init_metrics() 143 static inline u32 *dst_metrics_ptr(struct dst_entry *dst) in dst_metrics_ptr() 149 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw() 157 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric() 166 dst_metric_advmss(const struct dst_entry *dst) in dst_metric_advmss() 176 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set() 191 dst_feature(const struct dst_entry *dst, u32 feature) in dst_feature() [all …]
|
| /kernel/linux/linux-6.6/include/net/ |
| D | dst.h | 112 static inline bool dst_metrics_read_only(const struct dst_entry *dst) in dst_metrics_read_only() 119 static inline void dst_destroy_metrics_generic(struct dst_entry *dst) in dst_destroy_metrics_generic() 126 static inline u32 *dst_metrics_write_ptr(struct dst_entry *dst) in dst_metrics_write_ptr() 140 static inline void dst_init_metrics(struct dst_entry *dst, in dst_init_metrics() 159 static inline u32 *dst_metrics_ptr(struct dst_entry *dst) in dst_metrics_ptr() 165 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw() 173 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric() 182 dst_metric_advmss(const struct dst_entry *dst) in dst_metric_advmss() 192 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set() 207 dst_feature(const struct dst_entry *dst, u32 feature) in dst_feature() [all …]
|
| /kernel/linux/linux-6.6/net/dsa/ |
| D | dsa.c | 64 void dsa_lag_map(struct dsa_switch_tree *dst, struct dsa_lag *lag) in dsa_lag_map() 92 void dsa_lag_unmap(struct dsa_switch_tree *dst, struct dsa_lag *lag) in dsa_lag_unmap() 105 struct dsa_lag *dsa_tree_lag_find(struct dsa_switch_tree *dst, in dsa_tree_lag_find() 117 struct dsa_bridge *dsa_tree_bridge_find(struct dsa_switch_tree *dst, in dsa_tree_bridge_find() 131 struct dsa_switch_tree *dst; in dsa_bridge_num_find() local 182 struct dsa_switch_tree *dst; in dsa_switch_find() local 203 struct dsa_switch_tree *dst; in dsa_tree_find() local 214 struct dsa_switch_tree *dst; in dsa_tree_alloc() local 234 static void dsa_tree_free(struct dsa_switch_tree *dst) in dsa_tree_free() 242 static struct dsa_switch_tree *dsa_tree_get(struct dsa_switch_tree *dst) in dsa_tree_get() [all …]
|
| /kernel/linux/linux-5.10/net/dsa/ |
| D | dsa2.c | 26 struct dsa_switch_tree *dst; in dsa_switch_find() local 47 struct dsa_switch_tree *dst; in dsa_tree_find() local 58 struct dsa_switch_tree *dst; in dsa_tree_alloc() local 78 static void dsa_tree_free(struct dsa_switch_tree *dst) in dsa_tree_free() 84 static struct dsa_switch_tree *dsa_tree_get(struct dsa_switch_tree *dst) in dsa_tree_get() 94 struct dsa_switch_tree *dst; in dsa_tree_touch() local 105 struct dsa_switch_tree *dst; in dsa_tree_release() local 112 static void dsa_tree_put(struct dsa_switch_tree *dst) in dsa_tree_put() 133 static struct dsa_port *dsa_tree_find_port_by_node(struct dsa_switch_tree *dst, in dsa_tree_find_port_by_node() 149 struct dsa_switch_tree *dst; in dsa_link_touch() local [all …]
|
| /kernel/linux/linux-5.10/mm/ |
| D | maccess.c | 17 #define copy_from_kernel_nofault_loop(dst, src, len, type, err_label) \ argument 25 long copy_from_kernel_nofault(void *dst, const void *src, size_t size) in copy_from_kernel_nofault() 43 #define copy_to_kernel_nofault_loop(dst, src, len, type, err_label) \ argument 51 long copy_to_kernel_nofault(void *dst, const void *src, size_t size) in copy_to_kernel_nofault() 65 long strncpy_from_kernel_nofault(char *dst, const void *unsafe_addr, long count) in strncpy_from_kernel_nofault() 105 long copy_from_kernel_nofault(void *dst, const void *src, size_t size) in copy_from_kernel_nofault() 135 long copy_to_kernel_nofault(void *dst, const void *src, size_t size) in copy_to_kernel_nofault() 170 long strncpy_from_kernel_nofault(char *dst, const void *unsafe_addr, long count) in strncpy_from_kernel_nofault() 205 long copy_from_user_nofault(void *dst, const void __user *src, size_t size) in copy_from_user_nofault() 232 long copy_to_user_nofault(void __user *dst, const void *src, size_t size) in copy_to_user_nofault() [all …]
|
| /kernel/linux/linux-6.6/arch/mips/net/ |
| D | bpf_jit_comp64.c | 98 static void emit_sext(struct jit_context *ctx, u8 dst, u8 src) in emit_sext() 105 static void emit_zext(struct jit_context *ctx, u8 dst) in emit_zext() 117 static void emit_zext_ver(struct jit_context *ctx, u8 dst) in emit_zext_ver() 124 static void emit_mov_i64(struct jit_context *ctx, u8 dst, u64 imm64) in emit_mov_i64() 158 static void emit_alu_i64(struct jit_context *ctx, u8 dst, s32 imm, u8 op) in emit_alu_i64() 201 static void emit_alu_r64(struct jit_context *ctx, u8 dst, u8 src, u8 op) in emit_alu_r64() 262 static void emit_swap_r64(struct jit_context *ctx, u8 dst, u8 mask, u32 bits) in emit_swap_r64() 274 static void emit_bswap_r64(struct jit_context *ctx, u8 dst, u32 width) in emit_bswap_r64() 316 static void emit_trunc_r64(struct jit_context *ctx, u8 dst, u32 width) in emit_trunc_r64() 334 static void emit_ldx(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 size) in emit_ldx() [all …]
|
| D | bpf_jit_comp32.c | 174 static void emit_mov_se_i64(struct jit_context *ctx, const u8 dst[], s32 imm) in emit_mov_se_i64() 185 static void emit_zext_ver(struct jit_context *ctx, const u8 dst[]) in emit_zext_ver() 202 const u8 dst[], s32 imm, u8 op) in emit_alu_i64() 268 const u8 dst[], const u8 src[], u8 op) in emit_alu_r64() 310 static void emit_neg_i64(struct jit_context *ctx, const u8 dst[]) in emit_neg_i64() 322 const u8 dst[], u32 imm, u8 op) in emit_shift_i64() 367 const u8 dst[], u8 src, u8 op) in emit_shift_r64() 423 static void emit_mul_i64(struct jit_context *ctx, const u8 dst[], s32 imm) in emit_mul_i64() 475 const u8 dst[], const u8 src[]) in emit_mul_r64() 526 const u8 dst[], const u8 src[], u8 op) in emit_divmod_r64() [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | string_helpers.c | 133 static bool unescape_space(char **src, char **dst) in unescape_space() 161 static bool unescape_octal(char **src, char **dst) in unescape_octal() 180 static bool unescape_hex(char **src, char **dst) in unescape_hex() 204 static bool unescape_special(char **src, char **dst) in unescape_special() 268 int string_unescape(char *src, char *dst, size_t size, unsigned int flags) in string_unescape() 303 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough() 313 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space() 349 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special() 379 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null() 397 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal() [all …]
|
| /kernel/linux/linux-5.10/arch/mips/net/ |
| D | bpf_jit.c | 149 static inline void emit_addu(unsigned int dst, unsigned int src1, in emit_addu() 161 static inline void emit_load_imm(unsigned int dst, u32 imm, struct jit_ctx *ctx) in emit_load_imm() 181 static inline void emit_or(unsigned int dst, unsigned int src1, in emit_or() 187 static inline void emit_ori(unsigned int dst, unsigned src, u32 imm, in emit_ori() 198 static inline void emit_daddiu(unsigned int dst, unsigned int src, in emit_daddiu() 208 static inline void emit_addiu(unsigned int dst, unsigned int src, in emit_addiu() 219 static inline void emit_and(unsigned int dst, unsigned int src1, in emit_and() 225 static inline void emit_andi(unsigned int dst, unsigned int src, in emit_andi() 237 static inline void emit_xor(unsigned int dst, unsigned int src1, in emit_xor() 243 static inline void emit_xori(ptr dst, ptr src, u32 imm, struct jit_ctx *ctx) in emit_xori() [all …]
|
| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| D | serpent-sse2.h | 17 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway() 23 u8 *dst, const u8 *src) in serpent_enc_blk_xway_xor() 28 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway() 42 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway() 48 u8 *dst, const u8 *src) in serpent_enc_blk_xway_xor() 53 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway()
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/crypto/ |
| D | serpent-sse2.h | 17 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway() 23 u8 *dst, const u8 *src) in serpent_enc_blk_xway_xor() 28 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway() 42 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway() 48 u8 *dst, const u8 *src) in serpent_enc_blk_xway_xor() 53 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway()
|
| /kernel/linux/linux-6.6/mm/ |
| D | maccess.c | 16 #define copy_from_kernel_nofault_loop(dst, src, len, type, err_label) \ argument 24 long copy_from_kernel_nofault(void *dst, const void *src, size_t size) in copy_from_kernel_nofault() 50 #define copy_to_kernel_nofault_loop(dst, src, len, type, err_label) \ argument 58 long copy_to_kernel_nofault(void *dst, const void *src, size_t size) in copy_to_kernel_nofault() 80 long strncpy_from_kernel_nofault(char *dst, const void *unsafe_addr, long count) in strncpy_from_kernel_nofault() 114 long copy_from_user_nofault(void *dst, const void __user *src, size_t size) in copy_from_user_nofault() 143 long copy_to_user_nofault(void __user *dst, const void *src, size_t size) in copy_to_user_nofault() 177 long strncpy_from_user_nofault(char *dst, const void __user *unsafe_addr, in strncpy_from_user_nofault()
|
| /kernel/linux/linux-5.10/sound/pcmcia/pdaudiocf/ |
| D | pdaudiocf_irq.c | 41 static inline void pdacf_transfer_mono16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_po… in pdacf_transfer_mono16() 49 static inline void pdacf_transfer_mono32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_po… in pdacf_transfer_mono32() 61 static inline void pdacf_transfer_stereo16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_stereo16() 69 static inline void pdacf_transfer_stereo32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_stereo32() 82 static inline void pdacf_transfer_mono16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_mono16sw() 90 static inline void pdacf_transfer_mono32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_mono32sw() 102 static inline void pdacf_transfer_stereo16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rd… in pdacf_transfer_stereo16sw() 110 static inline void pdacf_transfer_stereo32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rd… in pdacf_transfer_stereo32sw() 123 static inline void pdacf_transfer_mono24le(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_p… in pdacf_transfer_mono24le() 139 static inline void pdacf_transfer_mono24be(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_p… in pdacf_transfer_mono24be() [all …]
|
| /kernel/linux/linux-6.6/sound/pcmcia/pdaudiocf/ |
| D | pdaudiocf_irq.c | 41 static inline void pdacf_transfer_mono16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_po… in pdacf_transfer_mono16() 49 static inline void pdacf_transfer_mono32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_po… in pdacf_transfer_mono32() 61 static inline void pdacf_transfer_stereo16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_stereo16() 69 static inline void pdacf_transfer_stereo32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_stereo32() 82 static inline void pdacf_transfer_mono16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_mono16sw() 90 static inline void pdacf_transfer_mono32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_mono32sw() 102 static inline void pdacf_transfer_stereo16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rd… in pdacf_transfer_stereo16sw() 110 static inline void pdacf_transfer_stereo32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rd… in pdacf_transfer_stereo32sw() 123 static inline void pdacf_transfer_mono24le(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_p… in pdacf_transfer_mono24le() 139 static inline void pdacf_transfer_mono24be(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_p… in pdacf_transfer_mono24be() [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | ftrace.h | 22 #define safe_load(load, src, dst, error) \ argument 44 #define safe_store(store, src, dst, error) \ argument 66 #define safe_load_code(dst, src, error) \ argument 68 #define safe_store_code(src, dst, error) \ argument 71 #define safe_load_stack(dst, src, error) \ argument 74 #define safe_store_stack(src, dst, error) \ argument
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | ftrace.h | 22 #define safe_load(load, src, dst, error) \ argument 44 #define safe_store(store, src, dst, error) \ argument 66 #define safe_load_code(dst, src, error) \ argument 68 #define safe_store_code(src, dst, error) \ argument 71 #define safe_load_stack(dst, src, error) \ argument 74 #define safe_store_stack(src, dst, error) \ argument
|
| /kernel/linux/linux-6.6/tools/include/nolibc/ |
| D | string.h | 31 void *_nolibc_memcpy_up(void *dst, const void *src, size_t len) in _nolibc_memcpy_up() 43 void *_nolibc_memcpy_down(void *dst, const void *src, size_t len) in _nolibc_memcpy_down() 56 void *memmove(void *dst, const void *src, size_t len) in memmove() 78 void *memcpy(void *dst, const void *src, size_t len) in memcpy() 87 void *memset(void *dst, int b, size_t len) in memset() 122 char *strcpy(char *dst, const char *src) in strcpy() 198 size_t strlcat(char *dst, const char *src, size_t size) in strlcat() 220 size_t strlcpy(char *dst, const char *src, size_t size) in strlcpy() 237 char *strncat(char *dst, const char *src, size_t size) in strncat() 268 char *strncpy(char *dst, const char *src, size_t size) in strncpy()
|
| /kernel/linux/linux-6.6/drivers/char/hw_random/ |
| D | xgene-rng.c | 53 #define MAX_REFILL_CYCLES_SET(dst, src) \ argument 55 #define MIN_REFILL_CYCLES_SET(dst, src) \ argument 57 #define ALARM_THRESHOLD_SET(dst, src) \ argument 59 #define ENABLE_RNG_SET(dst, src) \ argument 61 #define REGSPEC_TEST_MODE_SET(dst, src) \ argument 63 #define MONOBIT_FAIL_MASK_SET(dst, src) \ argument 65 #define POKER_FAIL_MASK_SET(dst, src) \ argument 67 #define LONG_RUN_FAIL_MASK_SET(dst, src) \ argument 69 #define RUN_FAIL_MASK_SET(dst, src) \ argument 71 #define NOISE_FAIL_MASK_SET(dst, src) \ argument [all …]
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/ |
| D | pvrdma_misc.c | 224 void pvrdma_qp_cap_to_ib(struct ib_qp_cap *dst, const struct pvrdma_qp_cap *src) in pvrdma_qp_cap_to_ib() 233 void ib_qp_cap_to_pvrdma(struct pvrdma_qp_cap *dst, const struct ib_qp_cap *src) in ib_qp_cap_to_pvrdma() 242 void pvrdma_gid_to_ib(union ib_gid *dst, const union pvrdma_gid *src) in pvrdma_gid_to_ib() 248 void ib_gid_to_pvrdma(union pvrdma_gid *dst, const union ib_gid *src) in ib_gid_to_pvrdma() 254 void pvrdma_global_route_to_ib(struct ib_global_route *dst, in pvrdma_global_route_to_ib() 264 void ib_global_route_to_pvrdma(struct pvrdma_global_route *dst, in ib_global_route_to_pvrdma() 274 void pvrdma_ah_attr_to_rdma(struct rdma_ah_attr *dst, in pvrdma_ah_attr_to_rdma() 288 void rdma_ah_attr_to_pvrdma(struct pvrdma_ah_attr *dst, in rdma_ah_attr_to_pvrdma()
|