Home
last modified time | relevance | path

Searched refs:real_pos (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_l4lb_noinline.c217 __u32 *real_pos; in get_packet_dst() local
223 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()
Dtest_l4lb.c222 __u32 *real_pos; in get_packet_dst() local
224 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()
Dtest_xdp_noinline.c555 __u32 *real_pos, hash, key; in get_packet_dst() local
569 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()
/linux-6.1.9/drivers/i2c/busses/
Di2c-sh_mobile.c372 int real_pos; in sh_mobile_i2c_isr_rx() local
375 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()
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Ddwmac5.c358 int real_pos = pos * (sizeof(entry->val) / sizeof(u32)) + i; in dwmac5_rxp_update_single_entry() local
372 val = real_pos & ADDR; in dwmac5_rxp_update_single_entry()
Ddwxgmac2_core.c936 int real_pos = pos * (sizeof(entry->val) / sizeof(u32)) + i; in dwxgmac3_rxp_update_single_entry() local
950 val = real_pos & XGMAC_ADDR; in dwxgmac3_rxp_update_single_entry()