Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/soc/qcom/
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; \
/linux-6.1.9/net/bridge/
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()
/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/
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()
Daq_ptp.c584 aq_ptp->udp_filter.p_dst = PTP_EV_PORT; in aq_ptp_prepare_filters()
/linux-6.1.9/drivers/net/netdevsim/
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()
/linux-6.1.9/drivers/media/test-drivers/vicodec/
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()
/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils.h379 u16 p_dst; member
Dhw_atl_a0.c940 hw_atl_rpf_l4_dpd_set(self, data->p_dst, location); in hw_atl_a0_hw_fl3l4_set()
Dhw_atl_b0.c1502 hw_atl_rpf_l4_dpd_set(self, data->p_dst, location); in hw_atl_b0_hw_fl3l4_set()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c5523 u32 *p_dst = (u32 *) &fen_info->dst; in mlxsw_sp_fib4_offload_failed_flag_set() local
5528 fri.dst = cpu_to_be32(*p_dst); in mlxsw_sp_fib4_offload_failed_flag_set()
5542 u32 *p_dst = (u32 *) fib_entry->fib_node->key.addr; in mlxsw_sp_fib4_entry_hw_flags_set() local
5553 fri.dst = cpu_to_be32(*p_dst); in mlxsw_sp_fib4_entry_hw_flags_set()
5567 u32 *p_dst = (u32 *) fib_entry->fib_node->key.addr; in mlxsw_sp_fib4_entry_hw_flags_clear() local
5576 fri.dst = cpu_to_be32(*p_dst); in mlxsw_sp_fib4_entry_hw_flags_clear()