Searched refs:p_dst (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
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; \
|
/kernel/linux/linux-5.10/net/bridge/ |
D | br_mrp.c | 1019 struct net_bridge_port *p_dst, *s_dst, *i_dst = NULL; in br_mrp_rcv() local 1035 p_dst = p_port; in br_mrp_rcv() 1089 p_dst = NULL; in br_mrp_rcv() 1160 if (p_dst) in br_mrp_rcv() 1161 br_forward(p_dst, skb, true, false); in br_mrp_rcv()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
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()
|
D | aq_ptp.c | 584 aq_ptp->udp_filter.p_dst = PTP_EV_PORT; in aq_ptp_prepare_filters()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
D | vicodec-core.c | 259 u8 *p_src, *p_dst; in device_process() local 302 p_dst = vb2_plane_vaddr(&dst_vb->vb2_buf, 0); in device_process() 303 if (!p_src || !p_dst) { in device_process() 315 comp_sz_or_errcode = v4l2_fwht_encode(state, p_src, p_dst); in device_process() 327 ret = v4l2_fwht_decode(state, p_src, p_dst); in device_process() 331 copy_cap_to_ref(p_dst, ctx->state.info, &ctx->state); in device_process()
|
/kernel/linux/linux-5.10/drivers/net/netdevsim/ |
D | fib.c | 275 u32 *p_dst = (u32 *) fib4_rt->common.key.addr; in nsim_fib4_rt_hw_flags_set() local 281 fri.dst = cpu_to_be32(*p_dst); in nsim_fib4_rt_hw_flags_set()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_utils.h | 379 u16 p_dst; member
|
D | hw_atl_a0.c | 940 hw_atl_rpf_l4_dpd_set(self, data->p_dst, location); in hw_atl_a0_hw_fl3l4_set()
|
D | hw_atl_b0.c | 1502 hw_atl_rpf_l4_dpd_set(self, data->p_dst, location); in hw_atl_b0_hw_fl3l4_set()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.c | 4163 u32 *p_dst = (u32 *) fib_entry->fib_node->key.addr; in mlxsw_sp_fib4_entry_hw_flags_set() local 4174 fri.dst = cpu_to_be32(*p_dst); in mlxsw_sp_fib4_entry_hw_flags_set() 4188 u32 *p_dst = (u32 *) fib_entry->fib_node->key.addr; in mlxsw_sp_fib4_entry_hw_flags_clear() local 4197 fri.dst = cpu_to_be32(*p_dst); in mlxsw_sp_fib4_entry_hw_flags_clear()
|