Home
last modified time | relevance | path

Searched refs:SAMPLE_SIZE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_sample_pkts_kern.c7 #define SAMPLE_SIZE 64ul macro
44 sample_size = min(metadata.pkt_len, SAMPLE_SIZE); in xdp_sample_prog()
H A Dxdp_sample_pkts_user.c72 #define SAMPLE_SIZE 64 macro
79 __u8 pkt_data[SAMPLE_SIZE]; in print_bpf_output()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/quark/
H A Dmrc_util.c1033 uint32_t sampled_val[SAMPLE_SIZE]; in sample_dqs()
1046 for (j = 0; j < SAMPLE_SIZE; j++) { in sample_dqs()
1069 for (j = 0; j < SAMPLE_SIZE; j++) { in sample_dqs()
H A Dsmc.h442 #define SAMPLE_SIZE 6 macro