Searched refs:dest_p (Results 1 – 2 of 2) sorted by relevance
64 bpf_dest_t *dest_p; in pem() local82 dest_p = pem_dest.lookup(&tx_port_id); in pem()83 if (dest_p) { in pem()84 skb->cb[0] = dest_p->prog_id; in pem()85 skb->cb[1] = dest_p->port_id; in pem()86 jump.call(skb, dest_p->prog_id); in pem()117 bpf_dest_t *dest_p; in br_common() local206 dest_p = br1_dest.lookup(&tx_port_id); in br_common()208 dest_p = br2_dest.lookup(&tx_port_id); in br_common()209 if (dest_p) { in br_common()[all …]
221 … __global uint4* dest_p = (__global uint4*)(&dest[group_index + outputUVOffset * imageWidth / 4]);222 (*dest_p) = as_uint4(convert_uchar16(*details_p + convert_float16(as_uchar16(approx))));224 __global uint4* dest_p = (__global uint4*)(&dest[group_index]);225 (*dest_p) = as_uint4(convert_uchar16(*details_p + convert_float16(as_uchar16(approx))));