Searched refs:p_dst (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/soc/qcom/ |
H A D | qmi_encdec.c | 14 #define QMI_ENCDEC_ENCODE_TLV(type, length, p_dst) do { \ argument 15 *p_dst++ = type; \ 16 *p_dst++ = ((u8)((length) & 0xFF)); \ 17 *p_dst++ = ((u8)(((length) >> 8) & 0xFF)); \ 26 #define QMI_ENCDEC_ENCODE_N_BYTES(p_dst, p_src, size) \ argument 28 memcpy(p_dst, p_src, size); \ 29 p_dst = (u8 *)p_dst + size; \ 33 #define QMI_ENCDEC_DECODE_N_BYTES(p_dst, p_src, size) \ argument 35 memcpy(p_dst, p_src, size); \ 36 p_dst = (u8 *)p_dst + size; \
|
/linux/net/bridge/ |
H A D | br_mrp.c | 1078 struct net_bridge_port *p_dst, *s_dst, *i_dst = NULL; in br_mrp_rcv() local 1094 p_dst = p_port; in br_mrp_rcv() 1148 p_dst = NULL; in br_mrp_rcv() 1212 p_dst = NULL; in br_mrp_rcv() 1230 if (p_dst) in br_mrp_rcv() 1231 br_forward(p_dst, skb, true, false); in br_mrp_rcv()
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_filters.c | 533 data->p_dst = in aq_set_data_fl3l4() 538 data->p_dst = in aq_set_data_fl3l4() 548 if (data->p_dst) in aq_set_data_fl3l4()
|
H A D | aq_ptp.c | 584 aq_ptp->udp_filter.p_dst = PTP_EV_PORT; in aq_ptp_prepare_filters()
|
/linux/drivers/net/netdevsim/ |
H A D | fib.c | 321 u32 *p_dst = (u32 *)&fen_info->dst; in nsim_fib4_rt_offload_failed_flag_set() local 326 fri.dst = cpu_to_be32(*p_dst); in nsim_fib4_rt_offload_failed_flag_set() 340 u32 *p_dst = (u32 *) fib4_rt->common.key.addr; in nsim_fib4_rt_hw_flags_set() local 346 fri.dst = cpu_to_be32(*p_dst); in nsim_fib4_rt_hw_flags_set()
|
/linux/drivers/media/test-drivers/vicodec/ |
H A D | vicodec-core.c | 259 u8 *p_src, *p_dst; in device_process() local 298 p_dst = vb2_plane_vaddr(&dst_vb->vb2_buf, 0); in device_process() 299 if (!p_src || !p_dst) { in device_process() 311 comp_sz_or_errcode = v4l2_fwht_encode(state, p_src, p_dst); in device_process() 323 ret = v4l2_fwht_decode(state, p_src, p_dst); in device_process() 327 copy_cap_to_ref(p_dst, ctx->state.info, &ctx->state); in device_process()
|
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_utils.h | 379 u16 p_dst; member
|
H A D | hw_atl_a0.c | 940 hw_atl_rpf_l4_dpd_set(self, data->p_dst, location); in hw_atl_a0_hw_fl3l4_set()
|
H A D | hw_atl_b0.c | 1502 hw_atl_rpf_l4_dpd_set(self, data->p_dst, location); in hw_atl_b0_hw_fl3l4_set()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 5994 u32 *p_dst = (u32 *) &fen_info->dst; in mlxsw_sp_fib4_offload_failed_flag_set() local 5999 fri.dst = cpu_to_be32(*p_dst); in mlxsw_sp_fib4_offload_failed_flag_set() 6013 u32 *p_dst = (u32 *) fib_entry->fib_node->key.addr; in mlxsw_sp_fib4_entry_hw_flags_set() local 6024 fri.dst = cpu_to_be32(*p_dst); in mlxsw_sp_fib4_entry_hw_flags_set() 6038 u32 *p_dst = (u32 *) fib_entry->fib_node->key.addr; in mlxsw_sp_fib4_entry_hw_flags_clear() local 6047 fri.dst = cpu_to_be32(*p_dst); in mlxsw_sp_fib4_entry_hw_flags_clear()
|