Home
last modified time | relevance | path

Searched refs:map_id_full (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c451 u64 map_id_full; in nfp_bpf_event_output() local
458 map_id_full = be64_to_cpu(cbe->map_ptr); in nfp_bpf_event_output()
459 map_id = map_id_full; in nfp_bpf_event_output()
469 if (!record || map_id_full > U32_MAX) { in nfp_bpf_event_output()
472 map_id_full, map_id_full); in nfp_bpf_event_output()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c451 u64 map_id_full; in nfp_bpf_event_output() local
458 map_id_full = be64_to_cpu(cbe->map_ptr); in nfp_bpf_event_output()
459 map_id = map_id_full; in nfp_bpf_event_output()
469 if (!record || map_id_full > U32_MAX) { in nfp_bpf_event_output()
472 map_id_full, map_id_full); in nfp_bpf_event_output()

Completed in 3 milliseconds