Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.c340 struct xdp_frame *xdpf = xdp_convert_buff_to_frame(xdp); in ice_xmit_xdp_buff()
/linux-6.1.9/include/net/
Dxdp.h290 struct xdp_frame *xdp_convert_buff_to_frame(struct xdp_buff *xdp) in xdp_convert_buff_to_frame() function
/linux-6.1.9/drivers/net/ethernet/sfc/
Drx.c312 xdpf = xdp_convert_buff_to_frame(&xdp); in efx_do_xdp()
/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Drx.c312 xdpf = xdp_convert_buff_to_frame(&xdp); in efx_do_xdp()
/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/
Daq_ring.c446 xdpf = xdp_convert_buff_to_frame(xdp); in aq_xdp_run_prog()
458 xdpf = xdp_convert_buff_to_frame(xdp); in aq_xdp_run_prog()
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c125 xdpf = xdp_convert_buff_to_frame(xdp); in ixgbe_run_xdp_zc()
Dixgbe_main.c2219 xdpf = xdp_convert_buff_to_frame(xdp); in ixgbe_run_xdp()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dxdp.c69 xdpf = xdp_convert_buff_to_frame(xdp); in mlx5e_xmit_xdp_buff()
/linux-6.1.9/drivers/net/ethernet/fungible/funeth/
Dfuneth_rx.c168 xdpf = xdp_convert_buff_to_frame(&xdp); in fun_run_xdp()
/linux-6.1.9/drivers/net/ethernet/ti/
Dcpsw_priv.c1346 xdpf = xdp_convert_buff_to_frame(xdp); in cpsw_run_xdp()
/linux-6.1.9/drivers/net/
Dveth.c571 struct xdp_frame *frame = xdp_convert_buff_to_frame(xdp); in veth_xdp_tx()
Dvirtio_net.c855 xdpf = xdp_convert_buff_to_frame(&xdp); in receive_small()
1074 xdpf = xdp_convert_buff_to_frame(&xdp); in receive_mergeable()
Dxen-netfront.c985 xdpf = xdp_convert_buff_to_frame(xdp); in xennet_run_xdp()
Dtun.c1322 struct xdp_frame *frame = xdp_convert_buff_to_frame(xdp); in tun_xdp_tx()
/linux-6.1.9/drivers/net/ethernet/socionext/
Dnetsec.c885 struct xdp_frame *xdpf = xdp_convert_buff_to_frame(xdp); in netsec_xdp_xmit_back()
/linux-6.1.9/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c2276 struct xdp_frame *xdpf = xdp_convert_buff_to_frame(xdp); in i40e_xmit_xdp_tx_ring()
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c2609 xdpf = xdp_convert_buff_to_frame(&xdp); in dpaa_run_xdp()
/linux-6.1.9/drivers/net/ethernet/amazon/ena/
Dena_netdev.c392 xdpf = xdp_convert_buff_to_frame(xdp); in ena_xdp_execute()
/linux-6.1.9/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c1747 struct xdp_frame *xdpf = xdp_convert_buff_to_frame(xdp); in mtk_xdp_run()
/linux-6.1.9/drivers/net/ethernet/marvell/
Dmvneta.c2176 xdpf = xdp_convert_buff_to_frame(xdp); in mvneta_xdp_xmit_back()
/linux-6.1.9/drivers/net/ethernet/intel/igc/
Digc_main.c2364 struct xdp_frame *xdpf = xdp_convert_buff_to_frame(xdp); in igc_xdp_xmit_back()
/linux-6.1.9/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c3715 xdpf = xdp_convert_buff_to_frame(xdp); in mvpp2_xdp_xmit_back()
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c4781 struct xdp_frame *xdpf = xdp_convert_buff_to_frame(xdp); in stmmac_xdp_xmit_back()
/linux-6.1.9/drivers/net/ethernet/intel/igb/
Digb_main.c2914 struct xdp_frame *xdpf = xdp_convert_buff_to_frame(xdp); in igb_xdp_xmit_back()
/linux-6.1.9/net/core/
Dfilter.c4299 return __xdp_do_redirect_frame(ri, dev, xdp_convert_buff_to_frame(xdp), in xdp_do_redirect()