Home
last modified time | relevance | path

Searched defs:xdp (Results 101 – 125 of 140) sorted by relevance

123456

/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.h161 } xdp; member
497 struct dpaa2_eth_ch_xdp xdp; member
H A Ddpaa2-eth.c432 struct xdp_buff xdp; in dpaa2_eth_run_xdp() local
2793 static int dpaa2_eth_xdp(struct net_device *dev, struct netdev_bpf *xdp) in dpaa2_eth_xdp()
/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c1486 uint pkt_len, struct xdp_buff *xdp) in mana_build_skb()
1513 struct xdp_buff xdp = {}; in mana_rx_skb() local
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c787 struct xdp_buff *xdp) in netvsc_alloc_recv_skb()
883 struct xdp_buff xdp; in netvsc_recv_callback() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c665 struct xdp_buff xdp; member
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c1933 struct xdp_buff *xdp, struct net_device *dev) in mtk_xdp_run()
2060 struct xdp_buff xdp; in mtk_poll_rx() local
3521 static int mtk_xdp(struct net_device *dev, struct netdev_bpf *xdp) in mtk_xdp()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c1034 struct xdp_buff xdp; in nfp_nfdk_rx() local
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc.h526 struct xdp_buff *xdp; member
532 struct xdp_buff xdp; member
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h297 struct xdp_buff *xdp; member
643 struct xdp_attachment_info xdp; member
H A Dnfp_net_common.c2035 static int nfp_net_xdp(struct net_device *netdev, struct netdev_bpf *xdp) in nfp_net_xdp()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpsw.c357 struct xdp_buff xdp; in cpsw_rx_handler() local
H A Dcpsw_priv.c1324 int cpsw_run_xdp(struct cpsw_priv *priv, int ch, struct xdp_buff *xdp, in cpsw_run_xdp()
H A Dcpsw_new.c295 struct xdp_buff xdp; in cpsw_rx_handler() local
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h347 struct xdp_buff xdp; member
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c2085 struct xdp_buff *xdp, in ixgbe_construct_skb()
2144 struct xdp_buff *xdp, in ixgbe_build_skb()
2191 struct xdp_buff *xdp) in ixgbe_run_xdp()
2298 struct xdp_buff xdp; in ixgbe_clean_rx_irq() local
10313 static int ixgbe_xdp(struct net_device *dev, struct netdev_bpf *xdp) in ixgbe_xdp()
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c1145 static int ena_xdp_handle_buff(struct ena_ring *rx_ring, struct xdp_buff *xdp, u16 num_descs) in ena_xdp_handle_buff()
1193 struct xdp_buff xdp; in ena_clean_rx_irq() local
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c2588 struct xdp_buff xdp; in dpaa_run_xdp() local
3050 static int dpaa_xdp(struct net_device *net_dev, struct netdev_bpf *xdp) in dpaa_xdp()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c3733 mvpp2_xdp_xmit_back(struct mvpp2_port *port, struct xdp_buff *xdp) in mvpp2_xdp_xmit_back()
3813 struct xdp_buff *xdp, struct page_pool *pp, in mvpp2_run_xdp()
3904 struct xdp_buff xdp; in mvpp2_rx() local
5385 static int mvpp2_xdp(struct net_device *dev, struct netdev_bpf *xdp) in mvpp2_xdp()
/openbmc/linux/drivers/net/netdevsim/
H A Dnetdevsim.h108 struct xdp_attachment_info xdp; member
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c1411 struct xdp_buff xdp; in otx2_xdp_rcv_pkt_handler() local
/openbmc/linux/net/core/
H A Ddev.c4864 u32 bpf_prog_run_generic_xdp(struct sk_buff *skb, struct xdp_buff *xdp, in bpf_prog_run_generic_xdp()
4953 struct xdp_buff *xdp, in netif_receive_generic_xdp()
5039 struct xdp_buff xdp; in do_xdp_generic() local
5712 static int generic_xdp_install(struct net_device *dev, struct netdev_bpf *xdp) in generic_xdp_install()
9196 struct netdev_bpf xdp; in dev_xdp_install() local
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c1672 static int gve_xdp(struct net_device *dev, struct netdev_bpf *xdp) in gve_xdp()
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1042 int qede_xdp(struct net_device *dev, struct netdev_bpf *xdp) in qede_xdp()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.h130 struct enetc_xdp_data xdp; member
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_offload.py491 def ip_link_show(self, xdp): argument

123456