Searched refs:real_pos (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_l4lb.c | 224 __u32 *real_pos; in get_packet_dst() local 226 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst() 227 if (!real_pos) in get_packet_dst() 229 key = *real_pos; in get_packet_dst()
|
H A D | test_l4lb_noinline.c | 217 __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()
|
H A D | test_xdp_noinline.c | 555 __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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_l4lb_noinline_dynptr.c | 219 __u32 *real_pos; in get_packet_dst() local 225 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()
|
H A D | test_l4lb_noinline.c | 217 __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()
|
H A D | test_l4lb.c | 222 __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()
|
H A D | test_xdp_noinline.c | 515 __u32 *real_pos, hash, key; in get_packet_dst() local 529 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst() 530 if (!real_pos) in get_packet_dst() 532 key = *real_pos; in get_packet_dst()
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-sh_mobile.c | 372 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()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-sh_mobile.c | 372 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac5.c | 337 int real_pos = pos * (sizeof(entry->val) / sizeof(u32)) + i; in dwmac5_rxp_update_single_entry() local 351 val = real_pos & ADDR; in dwmac5_rxp_update_single_entry()
|
H A D | dwxgmac2_core.c | 989 int real_pos = pos * (sizeof(entry->val) / sizeof(u32)) + i; in dwxgmac3_rxp_update_single_entry() local 1003 val = real_pos & XGMAC_ADDR; in dwxgmac3_rxp_update_single_entry()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac5.c | 358 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()
|
H A D | dwxgmac2_core.c | 1035 int real_pos = pos * (sizeof(entry->val) / sizeof(u32)) + i; in dwxgmac3_rxp_update_single_entry() local 1049 val = real_pos & XGMAC_ADDR; in dwxgmac3_rxp_update_single_entry()
|
Completed in 16 milliseconds