Searched refs:gve_tx_fill_xdp (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_tx.c | 726 static int gve_tx_fill_xdp(struct gve_priv *priv, struct gve_tx_ring *tx, in gve_tx_fill_xdp() function 817 nsegs = gve_tx_fill_xdp(priv, tx, data, len, frame_p, false); in gve_xdp_xmit_one() 908 nsegs = gve_tx_fill_xdp(priv, tx, data, desc.len, NULL, true); in gve_xsk_tx()
|