Home
last modified time | relevance | path

Searched refs:xdp_frame (Results 1 – 25 of 90) sorted by relevance

1234

/openbmc/linux/include/net/
H A Dxdp.h166 struct xdp_frame { struct
180 static __always_inline bool xdp_frame_has_frags(struct xdp_frame *frame) in xdp_frame_has_frags() argument
185 static __always_inline bool xdp_frame_is_frag_pfmemalloc(struct xdp_frame *frame) in xdp_frame_is_frag_pfmemalloc()
204 xdp_get_shared_info_from_frame(struct xdp_frame *frame) in xdp_get_shared_info_from_frame()
219 static inline void xdp_scrub_frame(struct xdp_frame *frame) in xdp_scrub_frame()
242 struct xdp_frame *xdp_convert_zc_to_xdp_frame(struct xdp_buff *xdp);
243 struct sk_buff *__xdp_build_skb_from_frame(struct xdp_frame *xdpf,
246 struct sk_buff *xdp_build_skb_from_frame(struct xdp_frame *xdpf,
249 struct xdp_frame *xdpf_clone(struct xdp_frame *xdpf);
252 void xdp_convert_frame_to_buff(struct xdp_frame *frame, struct xdp_buff *xdp) in xdp_convert_frame_to_buff()
[all …]
/openbmc/linux/include/linux/
H A Dif_tun.h34 static inline void *tun_xdp_to_ptr(struct xdp_frame *xdp) in tun_xdp_to_ptr()
38 static inline struct xdp_frame *tun_ptr_to_xdp(void *ptr) in tun_ptr_to_xdp()
60 static inline void *tun_xdp_to_ptr(struct xdp_frame *xdp) in tun_xdp_to_ptr()
64 static inline struct xdp_frame *tun_ptr_to_xdp(void *ptr) in tun_ptr_to_xdp()
/openbmc/linux/net/core/
H A Dxdp.c406 void xdp_return_frame(struct xdp_frame *xdpf) in xdp_return_frame()
425 void xdp_return_frame_rx_napi(struct xdp_frame *xdpf) in xdp_return_frame_rx_napi()
468 void xdp_return_frame_bulk(struct xdp_frame *xdpf, in xdp_return_frame_bulk()
540 struct xdp_frame *xdp_convert_zc_to_xdp_frame(struct xdp_buff *xdp) in xdp_convert_zc_to_xdp_frame()
544 struct xdp_frame *xdpf; in xdp_convert_zc_to_xdp_frame()
596 struct sk_buff *__xdp_build_skb_from_frame(struct xdp_frame *xdpf, in __xdp_build_skb_from_frame()
652 struct sk_buff *xdp_build_skb_from_frame(struct xdp_frame *xdpf, in xdp_build_skb_from_frame()
667 struct xdp_frame *xdpf_clone(struct xdp_frame *xdpf) in xdpf_clone()
670 struct xdp_frame *nxdpf; in xdpf_clone()
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_xdp.h40 struct xdp_frame *xdpf,
43 struct xdp_frame **frames, u32 flags);
85 struct xdp_frame *xdpf; in ena_xdp_execute()
H A Dena_xdp.c21 struct xdp_frame *xdpf, in ena_xdp_tx_map_frame()
77 struct xdp_frame *xdpf, in ena_xdp_xmit_frame()
122 struct xdp_frame **frames, u32 flags) in ena_xdp_xmit()
374 struct xdp_frame *xdpf; in ena_clean_xdp_irq()
/openbmc/linux/kernel/bpf/
H A Ddevmap.c57 struct xdp_frame *q[DEV_MAP_BULK_SIZE];
324 struct xdp_frame **frames, int n, in dev_map_bpf_prog_run()
334 struct xdp_frame *xdpf = frames[i]; in dev_map_bpf_prog_run()
377 struct xdp_frame *xdpf = bq->q[i]; in bq_xmit_all()
446 static void bq_enqueue(struct net_device *dev, struct xdp_frame *xdpf, in bq_enqueue()
471 static inline int __xdp_enqueue(struct net_device *dev, struct xdp_frame *xdpf, in __xdp_enqueue()
523 int dev_xdp_enqueue(struct net_device *dev, struct xdp_frame *xdpf, in dev_xdp_enqueue()
529 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_frame *xdpf, in dev_map_enqueue()
537 static bool is_valid_dst(struct bpf_dtab_netdev *obj, struct xdp_frame *xdpf) in is_valid_dst()
557 struct xdp_frame *xdpf) in dev_map_enqueue_clone()
[all …]
H A Dcpumap.c189 struct xdp_frame *xdpf = frames[i]; in cpu_map_bpf_prog_run_xdp()
342 struct xdp_frame *xdpf = frames[i]; in cpu_map_kthread_run()
683 struct xdp_frame *xdpf = bq->q[i]; in bq_flush_to_queue()
705 static void bq_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf) in bq_enqueue()
728 int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf, in cpu_map_enqueue()
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_txrx.h101 struct xdp_frame *xdpf; /* associated XDP frame (XDP path) */
250 bool fun_xdp_tx(struct funeth_txq *q, struct xdp_frame *xdpf);
252 struct xdp_frame **frames, u32 flags);
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_xdp.c55 struct xdp_frame **frames, in lan966x_xdp_xmit()
62 struct xdp_frame *xdpf = frames[i]; in lan966x_xdp_xmit()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpsw_priv.h409 #define CPSW_XMETA_OFFSET ALIGN(sizeof(struct xdp_frame), sizeof(long))
427 static inline void *cpsw_xdpf_to_handle(struct xdp_frame *xdpf) in cpsw_xdpf_to_handle()
432 static inline struct xdp_frame *cpsw_handle_to_xdpf(void *handle) in cpsw_handle_to_xdpf()
434 return (struct xdp_frame *)((unsigned long)handle & ~BIT(0)); in cpsw_handle_to_xdpf()
448 int cpsw_xdp_tx_frame(struct cpsw_priv *priv, struct xdp_frame *xdpf,
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.c116 struct xdp_frame *xdpf, in vmxnet3_xdp_xmit_frame()
202 struct xdp_frame *xdpf) in vmxnet3_xdp_xmit_back()
224 int n, struct xdp_frame **frames, u32 flags) in vmxnet3_xdp_xmit()
254 struct xdp_frame *xdpf; in vmxnet3_run_xdp()
H A Dvmxnet3_xdp.h27 int vmxnet3_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames,
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.h58 struct xdp_frame *xdpf;
203 struct xdp_frame **frames, u32 flags);
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.h92 struct xdp_frame *xdpf;
111 int mlx5e_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames,
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c64 static struct xdp_frame *
68 return tx_swbd->xdp_frame; in enetc_tx_swbd_get_xdp_frame()
93 struct xdp_frame *xdp_frame = enetc_tx_swbd_get_xdp_frame(tx_swbd); in enetc_free_tx_frame() local
99 if (xdp_frame) { in enetc_free_tx_frame()
100 xdp_return_frame(tx_swbd->xdp_frame); in enetc_free_tx_frame()
101 tx_swbd->xdp_frame = NULL; in enetc_free_tx_frame()
835 struct xdp_frame *xdp_frame = enetc_tx_swbd_get_xdp_frame(tx_swbd); in enetc_clean_tx_ring() local
859 if (xdp_frame) { in enetc_clean_tx_ring()
860 xdp_return_frame(xdp_frame); in enetc_clean_tx_ring()
1313 struct xdp_frame *xdp_frame) in enetc_xdp_frame_to_xdp_tx_swbd() argument
[all …]
H A Denetc.h27 struct xdp_frame *xdp_frame; member
437 struct xdp_frame **frames, u32 flags);
/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_bpf.c35 static int mana_xdp_xmit_fm(struct net_device *ndev, struct xdp_frame *frame, in mana_xdp_xmit_fm()
51 int mana_xdp_xmit(struct net_device *ndev, int n, struct xdp_frame **frames, in mana_xdp_xmit()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.h25 struct xdp_frame **frames, u32 flags);
H A Dbnxt_xdp.c110 struct xdp_frame *xdpf) in __bnxt_xmit_xdp_redirect()
332 struct xdp_frame **frames, u32 flags) in bnxt_xdp_xmit()
358 struct xdp_frame *xdp = frames[i]; in bnxt_xdp_xmit()
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_bpf.c230 struct xdp_frame *frame, u16 q_idx) in netvsc_ndoxdp_xmit_fm()
248 struct xdp_frame **frames, u32 flags) in netvsc_ndoxdp_xmit()
/openbmc/linux/drivers/net/
H A Dveth.c81 struct xdp_frame *q[VETH_XDP_TX_BULK_SIZE];
277 static struct xdp_frame *veth_ptr_to_xdp(void *ptr) in veth_ptr_to_xdp()
282 static void *veth_xdp_to_ptr(struct xdp_frame *xdp) in veth_xdp_to_ptr()
474 struct xdp_frame **frames, in veth_xdp_xmit()
503 struct xdp_frame *frame = frames[i]; in veth_xdp_xmit()
531 struct xdp_frame **frames, u32 flags) in veth_ndo_xdp_xmit()
595 struct xdp_frame *frame = xdp_convert_buff_to_frame(xdp); in veth_xdp_tx()
608 static struct xdp_frame *veth_xdp_rcv_one(struct veth_rq *rq, in veth_xdp_rcv_one()
609 struct xdp_frame *frame, in veth_xdp_rcv_one()
613 struct xdp_frame orig_frame; in veth_xdp_rcv_one()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_txrx_common.h17 struct xdp_frame *xdpf);
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dtx.c208 int efx_siena_xdp_tx_buffers(struct efx_nic *efx, int n, struct xdp_frame **xdpfs, in efx_siena_xdp_tx_buffers()
213 struct xdp_frame *xdpf; in efx_siena_xdp_tx_buffers()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h265 struct xdp_frame *xdpf;
476 int i40e_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames,
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.h131 struct xdp_frame *xdpf;

1234