Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c106 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() function
661 return efx_xdp_setup_prog(efx, xdp->prog); in efx_xdp()
/linux/drivers/net/ethernet/sfc/
H A Defx.c104 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() function
662 return efx_xdp_setup_prog(efx, xdp->prog); in efx_xdp()