Searched defs:prog (Results 351 – 366 of 366) sorted by relevance
1...<<1112131415
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 5119 static void mlx5e_rq_replace_xdp_prog(struct mlx5e_rq *rq, struct bpf_prog *prog) in mlx5e_rq_replace_xdp_prog() 5129 static int mlx5e_xdp_set(struct net_device *netdev, struct bpf_prog *prog) in mlx5e_xdp_set()
|
/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 4441 static int ixgbevf_xdp_setup(struct net_device *dev, struct bpf_prog *prog) in ixgbevf_xdp_setup()
|
/linux/arch/riscv/net/ |
H A D | bpf_jit.h | 79 struct bpf_prog *prog; member
|
/linux/tools/perf/ |
H A D | builtin-c2c.c | 3001 struct ui_progress prog; in perf_c2c__report() local
|
H A D | builtin-trace.c | 3729 struct bpf_program *prog; in trace__find_syscall_bpf_prog() local
|
/linux/net/packet/ |
H A D | af_packet.c | 1491 struct bpf_prog *prog; in fanout_demux_bpf() local
|
/linux/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 1653 fec_enet_run_xdp(struct fec_enet_private *fep, struct bpf_prog *prog, in fec_enet_run_xdp()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.c | 2740 static int dpaa2_eth_setup_xdp(struct net_device *dev, struct bpf_prog *prog) in dpaa2_eth_setup_xdp()
|
/linux/kernel/trace/ |
H A D | trace.h | 1477 struct prog_entry __rcu *prog; member
|
/linux/drivers/net/bonding/ |
H A D | bond_main.c | 5757 static int bond_xdp_set(struct net_device *dev, struct bpf_prog *prog, in bond_xdp_set()
|
/linux/include/linux/ |
H A D | netdevice.h | 988 struct bpf_prog *prog; member 998 struct bpf_prog *prog; member
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-lmcx-defs.h | 245 uint64_t prog:8; member 262 uint64_t prog:8; member
|
H A D | cvmx-mio-defs.h | 2194 uint64_t prog:1; member 2204 uint64_t prog:1; member
|
/linux/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 1531 unsigned int len, bool prog) in nand_exec_prog_page_op()
|
/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas.h | 2134 struct megasas_progress prog; member 2168 struct megasas_progress prog; member
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 13214 static int i40e_xdp_setup(struct i40e_vsi *vsi, struct bpf_prog *prog, in i40e_xdp_setup()
|
1...<<1112131415