Searched refs:efx_xdp_setup_prog (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | efx.c | 103 static int efx_xdp_setup_prog(struct efx_nic *efx, struct bpf_prog *prog); 393 efx_xdp_setup_prog(efx, NULL); in efx_remove_all() 617 static int efx_xdp_setup_prog(struct efx_nic *efx, struct bpf_prog *prog) in efx_xdp_setup_prog() function 650 return efx_xdp_setup_prog(efx, xdp->prog); in efx_xdp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | efx.c | 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() 615 static int efx_xdp_setup_prog(struct efx_nic *efx, struct bpf_prog *prog) in efx_xdp_setup_prog() function 648 return efx_xdp_setup_prog(efx, xdp->prog); in efx_xdp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | efx.c | 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() 614 static int efx_xdp_setup_prog(struct efx_nic *efx, struct bpf_prog *prog) in efx_xdp_setup_prog() function 647 return efx_xdp_setup_prog(efx, xdp->prog); in efx_xdp()
|
Completed in 9 milliseconds