Home
last modified time | relevance | path

Searched refs:pdst (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/test/
H A Diep2_test.c204 RK_U8 *pdst[2]; in iep2_test() local
238 pdst[0] = mpp_buffer_get_ptr(dstbuf[0]); in iep2_test()
239 pdst[1] = mpp_buffer_get_ptr(dstbuf[1]); in iep2_test()
317 memset(pdst[0], 0, dstfrmsize); in iep2_test()
318 memset(pdst[1], 0, dstfrmsize); in iep2_test()
322 calc_data_crc(pdst[out_order], dstfrmsize, &checkcrc); in iep2_test()
324 calc_data_crc(pdst[1 - out_order], dstfrmsize, &checkcrc); in iep2_test()
330 if (dstfrmsize > fwrite(pdst[out_order], 1, dstfrmsize, cfg->fp_dst)) { in iep2_test()
335 if (dstfrmsize > fwrite(pdst[1 - out_order], 1, dstfrmsize, cfg->fp_dst)) { in iep2_test()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dbmp_helper.c51 static void decode_rle8_bitmap(void *psrc, void *pdst, uint16_t *cmap, in decode_rle8_bitmap() argument
60 uint8_t *dst = pdst; in decode_rle8_bitmap()
64 dst = pdst + y * linesize; in decode_rle8_bitmap()
144 int bmpdecoder(void *bmp_addr, void *pdst, int dst_bpp) in bmpdecoder() argument
149 uint8_t *dst = pdst; in bmpdecoder()
H A Drockchip_display.c1149 void *dst = NULL, *pdst; in load_bmp_logo() local
1190 pdst = get_display_buffer(size); in load_bmp_logo()
1193 pdst = get_display_buffer(size); in load_bmp_logo()
1194 dst = pdst; in load_bmp_logo()
1197 len = rockchip_read_resource_file(pdst, bmp_name, 0, size); in load_bmp_logo()
1215 if (bmpdecoder(pdst, dst, logo->bpp)) { in load_bmp_logo()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_slice.c999 RK_U8 *pdst = dst + dst_byte; in h264e_slice_move() local
1009 last_tmp = (RK_U16)pdst[0]; in h264e_slice_move()
1053 pdst[0] = (tmp16c >> 8) & 0xFF; in h264e_slice_move()
1054 pdst[1] = tmp16c & 0xFF; in h264e_slice_move()
1065 if (dst_zero_cnt == 2 && pdst[0] <= 0x3) { in h264e_slice_move()
1069 pdst[2] = pdst[1]; in h264e_slice_move()
1070 pdst[1] = pdst[0]; in h264e_slice_move()
1071 pdst[0] = 0x3; in h264e_slice_move()
1072 pdst++; in h264e_slice_move()
1078 if (pdst[0] == 0) in h264e_slice_move()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c253 struct vb2_plane *pdst = &planes[plane]; in vb2_fill_vb2_v4l2_buffer() local
260 pdst->bytesused = psrc->bytesused; in vb2_fill_vb2_v4l2_buffer()
262 pdst->bytesused = psrc->bytesused ? in vb2_fill_vb2_v4l2_buffer()
263 psrc->bytesused : pdst->length; in vb2_fill_vb2_v4l2_buffer()
264 pdst->data_offset = psrc->data_offset; in vb2_fill_vb2_v4l2_buffer()
556 struct v4l2_plane *pdst = &b->m.planes[plane]; in __fill_v4l2_buffer() local
559 pdst->bytesused = psrc->bytesused; in __fill_v4l2_buffer()
560 pdst->length = psrc->length; in __fill_v4l2_buffer()
562 pdst->m.mem_offset = psrc->m.offset; in __fill_v4l2_buffer()
564 pdst->m.userptr = psrc->m.userptr; in __fill_v4l2_buffer()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c221 l4_mask->pdst, l4_val->pdst); in parse_tcp4()
234 l4_mask->pdst, l4_val->pdst); in parse_udp4()
277 l4_mask->pdst, l4_val->pdst); in parse_tcp6()
290 l4_mask->pdst, l4_val->pdst); in parse_udp6()
530 if (l4_mask->pdst) in validate_tcpudp4()
588 if (l4_mask->pdst) in validate_tcpudp6()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c157 fsp->h_u.tcp_ip4_spec.pdst = rule->ip.v4.dst_port; in ice_get_ethtool_fdir_entry()
161 fsp->m_u.tcp_ip4_spec.pdst = rule->mask.v4.dst_port; in ice_get_ethtool_fdir_entry()
189 fsp->h_u.tcp_ip6_spec.pdst = rule->ip.v6.dst_port; in ice_get_ethtool_fdir_entry()
197 fsp->m_u.tcp_ip6_spec.pdst = rule->mask.v6.dst_port; in ice_get_ethtool_fdir_entry()
777 !tcp_ip4_spec->pdst && !tcp_ip4_spec->ip4dst) in ice_set_fdir_ip4_seg()
831 if (tcp_ip4_spec->pdst == htons(0xFFFF)) in ice_set_fdir_ip4_seg()
835 else if (!tcp_ip4_spec->pdst) in ice_set_fdir_ip4_seg()
921 !tcp_ip6_spec->psrc && !tcp_ip6_spec->pdst) in ice_set_fdir_ip6_seg()
977 if (tcp_ip6_spec->pdst == htons(0xFFFF)) in ice_set_fdir_ip6_seg()
981 else if (!tcp_ip6_spec->pdst) in ice_set_fdir_ip6_seg()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c828 ip_entry->pdst = spec.loc_port; in ef4_ethtool_get_class_rule()
829 ip_mask->pdst = PORT_FULL_MASK; in ef4_ethtool_get_class_rule()
857 ip6_entry->pdst = spec.loc_port; in ef4_ethtool_get_class_rule()
858 ip6_mask->pdst = PORT_FULL_MASK; in ef4_ethtool_get_class_rule()
1074 if (ip_mask->pdst) { in ef4_ethtool_set_class_rule()
1075 if (ip_mask->pdst != PORT_FULL_MASK) in ef4_ethtool_set_class_rule()
1078 spec.loc_port = ip_entry->pdst; in ef4_ethtool_set_class_rule()
1109 if (ip6_mask->pdst) { in ef4_ethtool_set_class_rule()
1110 if (ip6_mask->pdst != PORT_FULL_MASK) in ef4_ethtool_set_class_rule()
1113 spec.loc_port = ip6_entry->pdst; in ef4_ethtool_set_class_rule()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dethtool_common.c690 ip_entry->pdst = spec.loc_port; in efx_ethtool_get_class_rule()
691 ip_mask->pdst = PORT_FULL_MASK; in efx_ethtool_get_class_rule()
719 ip6_entry->pdst = spec.loc_port; in efx_ethtool_get_class_rule()
720 ip6_mask->pdst = PORT_FULL_MASK; in efx_ethtool_get_class_rule()
981 if (ip_mask->pdst) { in efx_ethtool_set_class_rule()
982 if (ip_mask->pdst != PORT_FULL_MASK) in efx_ethtool_set_class_rule()
985 spec.loc_port = ip_entry->pdst; in efx_ethtool_set_class_rule()
1016 if (ip6_mask->pdst) { in efx_ethtool_set_class_rule()
1017 if (ip6_mask->pdst != PORT_FULL_MASK) in efx_ethtool_set_class_rule()
1020 spec.loc_port = ip6_entry->pdst; in efx_ethtool_set_class_rule()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c434 if (l4_mask->pdst) { in dpaa2_eth_prep_l4_rule()
436 *(__be16 *)(key + off) = l4_value->pdst; in dpaa2_eth_prep_l4_rule()
437 *(__be16 *)(mask + off) = l4_mask->pdst; in dpaa2_eth_prep_l4_rule()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Daddr.c421 struct dst_entry **pdst) in addr6_resolve() argument
443 *pdst = dst; in addr6_resolve()
450 struct dst_entry **pdst) in addr6_resolve() argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cisco/enic/
H A Denic_ethtool.c448 fsp->h_u.tcp_ip4_spec.pdst = n->keys.ports.dst; in enic_grxclsrule()
449 fsp->m_u.tcp_ip4_spec.pdst = (__u16)~0; in enic_grxclsrule()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dethtool.h730 __be16 pdst; member
784 __be16 pdst; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dethtool.h730 __be16 pdst; member
784 __be16 pdst; member
/OK3568_Linux_fs/kernel/net/ethtool/
H A Dioctl.c3056 if (v4_m_spec->pdst) { in ethtool_rx_flow_rule_create()
3057 match->key.tp.dst = v4_spec->pdst; in ethtool_rx_flow_rule_create()
3058 match->mask.tp.dst = v4_m_spec->pdst; in ethtool_rx_flow_rule_create()
3061 v4_m_spec->pdst) { in ethtool_rx_flow_rule_create()
3108 if (v6_m_spec->pdst) { in ethtool_rx_flow_rule_create()
3109 match->key.tp.dst = v6_spec->pdst; in ethtool_rx_flow_rule_create()
3110 match->mask.tp.dst = v6_m_spec->pdst; in ethtool_rx_flow_rule_create()
3113 v6_m_spec->pdst) { in ethtool_rx_flow_rule_create()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dethtool.h849 __be16 pdst; member
903 __be16 pdst; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c351 rfse.dport_h = ntohs(l4ip4_h->pdst); in enetc_set_cls_entry()
352 rfse.dport_m = ntohs(l4ip4_m->pdst); in enetc_set_cls_entry()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dethtool.h339 __be16 pdst; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c534 ntohs(fsp->h_u.tcp_ip4_spec.pdst); in aq_set_data_fl3l4()
539 ntohs(fsp->h_u.tcp_ip6_spec.pdst); in aq_set_data_fl3l4()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dethtool-copy.h455 __be16 pdst; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1361 !all_zeros_or_all_ones(l4_mask->pdst)) in mlx4_en_validate_flow()
1523 spec_l4->tcp_udp.dst_port = cmd->fs.h_u.tcp_ip4_spec.pdst; in add_tcp_udp_rule()
1535 spec_l4->tcp_udp.dst_port = cmd->fs.h_u.udp_ip4_spec.pdst; in add_tcp_udp_rule()
1545 if (l4_mask->pdst) in add_tcp_udp_rule()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1658 fs->h_u.tcp_ip6_spec.pdst = cpu_to_be16(dfs->val.lport); in cxgb4_fill_filter_rule()
1659 fs->m_u.tcp_ip6_spec.pdst = cpu_to_be16(dfs->mask.lport); in cxgb4_fill_filter_rule()
1673 fs->h_u.tcp_ip4_spec.pdst = cpu_to_be16(dfs->val.lport); in cxgb4_fill_filter_rule()
1674 fs->m_u.tcp_ip4_spec.pdst = cpu_to_be16(dfs->mask.lport); in cxgb4_fill_filter_rule()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c93 wil_memdup_ie(u8 **pdst, size_t *pdst_len, const u8 *src, size_t src_len) in wil_memdup_ie() argument
95 kfree(*pdst); in wil_memdup_ie()
96 *pdst = NULL; in wil_memdup_ie()
99 *pdst = kmemdup(src, src_len, GFP_KERNEL); in wil_memdup_ie()
100 if (*pdst) in wil_memdup_ie()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c1268 struct page *psrc, *pdst; in __clone_blkaddrs() local
1274 pdst = f2fs_get_new_data_page(dst_inode, NULL, dst + i, in __clone_blkaddrs()
1276 if (IS_ERR(pdst)) { in __clone_blkaddrs()
1278 return PTR_ERR(pdst); in __clone_blkaddrs()
1280 f2fs_copy_page(psrc, pdst); in __clone_blkaddrs()
1281 set_page_dirty(pdst); in __clone_blkaddrs()
1282 f2fs_put_page(pdst, 1); in __clone_blkaddrs()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cadence/
H A Dmacb_main.c3130 if (enable && ((tp4sp_m->psrc == 0xFFFF) || (tp4sp_m->pdst == 0xFFFF))) in gem_enable_flow_filters()
3183 if ((tp4sp_m->psrc == 0xFFFF) || (tp4sp_m->pdst == 0xFFFF)) { in gem_prog_cmp_regs()
3188 if (tp4sp_m->psrc == tp4sp_m->pdst) { in gem_prog_cmp_regs()
3190 w0 = GEM_BFINS(T2CMP, tp4sp_v->pdst, w0); in gem_prog_cmp_regs()
3201 w0 = GEM_BFINS(T2CMP, tp4sp_v->pdst, w0); in gem_prog_cmp_regs()
3242 htons(fs->h_u.tcp_ip4_spec.psrc), htons(fs->h_u.tcp_ip4_spec.pdst)); in gem_add_flow_filter()
3296 htons(fs->h_u.tcp_ip4_spec.pdst)); in gem_del_flow_filter()

12