Searched refs:real_pos (Results 1 – 5 of 5) sorted by relevance
217 __u32 *real_pos; in get_packet_dst() local223 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst()224 if (!real_pos) in get_packet_dst()226 key = *real_pos; in get_packet_dst()
222 __u32 *real_pos; in get_packet_dst() local224 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst()225 if (!real_pos) in get_packet_dst()227 key = *real_pos; in get_packet_dst()
219 __u32 *real_pos; in get_packet_dst() local225 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst()226 if (!real_pos) in get_packet_dst()228 key = *real_pos; in get_packet_dst()
528 __u32 *real_pos, hash, key; in get_packet_dst() local542 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst()543 if (!real_pos) in get_packet_dst()545 key = *real_pos; in get_packet_dst()
373 int real_pos; in sh_mobile_i2c_isr_rx() local376 real_pos = pd->pos - 2; in sh_mobile_i2c_isr_rx()390 if (real_pos < 0) in sh_mobile_i2c_isr_rx()393 pd->msg->buf[real_pos] = i2c_op(pd, OP_RX_STOP_DATA); in sh_mobile_i2c_isr_rx()394 } else if (real_pos >= 0) { in sh_mobile_i2c_isr_rx()395 pd->msg->buf[real_pos] = i2c_op(pd, OP_RX); in sh_mobile_i2c_isr_rx()