Searched refs:p_dst (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/soc/qcom/
H A Dqmi_encdec.c14 #define QMI_ENCDEC_ENCODE_TLV(type, length, p_dst) do { \
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) \
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) \
35 memcpy(p_dst, p_sr
[all...]
/linux-master/net/bridge/
H A Dbr_mrp.c1078 struct net_bridge_port *p_dst, *s_dst, *i_dst = NULL; local
1094 p_dst = p_port;
1148 p_dst = NULL;
1212 p_dst = NULL;
1230 if (p_dst)
1231 br_forward(p_dst, skb, true, false);
/linux-master/drivers/net/netdevsim/
H A Dfib.c321 u32 *p_dst = (u32 *)&fen_info->dst; local
326 fri.dst = cpu_to_be32(*p_dst);
340 u32 *p_dst = (u32 *) fib4_rt->common.key.addr; local
346 fri.dst = cpu_to_be32(*p_dst);
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c533 data->p_dst =
538 data->p_dst =
548 if (data->p_dst)
H A Daq_ptp.c584 aq_ptp->udp_filter.p_dst = PTP_EV_PORT;
/linux-master/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c259 u8 *p_src, *p_dst; local
298 p_dst = vb2_plane_vaddr(&dst_vb->vb2_buf, 0);
299 if (!p_src || !p_dst) {
311 comp_sz_or_errcode = v4l2_fwht_encode(state, p_src, p_dst);
323 ret = v4l2_fwht_decode(state, p_src, p_dst);
327 copy_cap_to_ref(p_dst, ctx->state.info, &ctx->state);
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.h379 u16 p_dst; member in struct:aq_rx_filter_l3l4
H A Dhw_atl_a0.c940 hw_atl_rpf_l4_dpd_set(self, data->p_dst, location);
H A Dhw_atl_b0.c1502 hw_atl_rpf_l4_dpd_set(self, data->p_dst, location);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c5997 u32 *p_dst = (u32 *) &fen_info->dst; local
6002 fri.dst = cpu_to_be32(*p_dst);
6016 u32 *p_dst = (u32 *) fib_entry->fib_node->key.addr; local
6027 fri.dst = cpu_to_be32(*p_dst);
6041 u32 *p_dst = (u32 *) fib_entry->fib_node->key.addr; local
6050 fri.dst = cpu_to_be32(*p_dst);

Completed in 191 milliseconds