Searched refs:real_pos (Results 1 – 6 of 6) 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()
555 __u32 *real_pos, hash, key; in get_packet_dst() local569 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst()570 if (!real_pos) in get_packet_dst()572 key = *real_pos; in get_packet_dst()
372 int real_pos; in sh_mobile_i2c_isr_rx() local375 real_pos = pd->pos - 2; in sh_mobile_i2c_isr_rx()389 if (real_pos < 0) in sh_mobile_i2c_isr_rx()392 pd->msg->buf[real_pos] = i2c_op(pd, OP_RX_STOP_DATA); in sh_mobile_i2c_isr_rx()393 } else if (real_pos >= 0) { in sh_mobile_i2c_isr_rx()394 pd->msg->buf[real_pos] = i2c_op(pd, OP_RX); in sh_mobile_i2c_isr_rx()
358 int real_pos = pos * (sizeof(entry->val) / sizeof(u32)) + i; in dwmac5_rxp_update_single_entry() local372 val = real_pos & ADDR; in dwmac5_rxp_update_single_entry()
936 int real_pos = pos * (sizeof(entry->val) / sizeof(u32)) + i; in dwxgmac3_rxp_update_single_entry() local950 val = real_pos & XGMAC_ADDR; in dwxgmac3_rxp_update_single_entry()