Home
last modified time | relevance | path

Searched refs:p_dst (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/soc/qcom/
H A Dqmi_encdec.c14 #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; \
/openbmc/linux/net/bridge/
H A Dbr_mrp.c1078 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()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c533 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 Daq_ptp.c584 aq_ptp->udp_filter.p_dst = PTP_EV_PORT; in aq_ptp_prepare_filters()
/openbmc/linux/drivers/net/netdevsim/
H A Dfib.c321 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()
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_debug.c904 static u32 ddr3_tip_compare(u32 if_id, u32 *p_src, u32 *p_dst, in ddr3_tip_compare() argument
915 (p_dst[if_id] & addr_offset)) in ddr3_tip_compare()
930 ("(0x%8x ", p_dst[i_id])); in ddr3_tip_compare()
/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c259 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()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.h379 u16 p_dst; member
H A Dhw_atl_a0.c940 hw_atl_rpf_l4_dpd_set(self, data->p_dst, location); in hw_atl_a0_hw_fl3l4_set()
H A Dhw_atl_b0.c1502 hw_atl_rpf_l4_dpd_set(self, data->p_dst, location); in hw_atl_b0_hw_fl3l4_set()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c5748 u32 *p_dst = (u32 *) &fen_info->dst; in mlxsw_sp_fib4_offload_failed_flag_set() local
5753 fri.dst = cpu_to_be32(*p_dst); in mlxsw_sp_fib4_offload_failed_flag_set()
5767 u32 *p_dst = (u32 *) fib_entry->fib_node->key.addr; in mlxsw_sp_fib4_entry_hw_flags_set() local
5778 fri.dst = cpu_to_be32(*p_dst); in mlxsw_sp_fib4_entry_hw_flags_set()
5792 u32 *p_dst = (u32 *) fib_entry->fib_node->key.addr; in mlxsw_sp_fib4_entry_hw_flags_clear() local
5801 fri.dst = cpu_to_be32(*p_dst); in mlxsw_sp_fib4_entry_hw_flags_clear()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch13766 p_dst->b_top_field_first = p_src->b_top_field_first;
13779 void picture_CopyPixels( picture_t *p_dst, const picture_t *p_src )
13782 - plane_CopyPixels( p_dst->p+i, p_src->p+i );
13785 + assert(p_dst->i_planes == 0);
13786 + p_dst->i_planes = p_src->i_planes;
13788 + p_dst->p[i] = p_src->p[i];
13793 + plane_CopyPixels( p_dst->p+i, p_src->p+i );
13796 assert( p_dst->context == NULL );