Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c1750 static void nicvf_set_xdp_queues(struct nicvf *nic, bool bpf_attached) in nicvf_set_xdp_queues() argument
1755 if (!bpf_attached) in nicvf_set_xdp_queues()
1786 bool bpf_attached = false; in nicvf_xdp_setup() local
1821 bpf_attached = true; in nicvf_xdp_setup()
1825 nicvf_set_xdp_queues(nic, bpf_attached); in nicvf_xdp_setup()