Searched refs:efx_xdp_setup_prog (Results 1 – 2 of 2) sorted by relevance
106 static int efx_xdp_setup_prog(struct efx_nic *efx, struct bpf_prog *prog);402 efx_xdp_setup_prog(efx, NULL); in efx_remove_all()628 static int efx_xdp_setup_prog(struct efx_nic *efx, struct bpf_prog *prog) in efx_xdp_setup_prog() function661 return efx_xdp_setup_prog(efx, xdp->prog); in efx_xdp()
104 static int efx_xdp_setup_prog(struct efx_nic *efx, struct bpf_prog *prog);394 efx_xdp_setup_prog(efx, NULL); in efx_remove_all()629 static int efx_xdp_setup_prog(struct efx_nic *efx, struct bpf_prog *prog) in efx_xdp_setup_prog() function662 return efx_xdp_setup_prog(efx, xdp->prog); in efx_xdp()