Searched refs:gve_can_tx (Results 1 – 1 of 1) sorted by relevance
446 static inline bool gve_can_tx(struct gve_tx_ring *tx, int bytes_required) in gve_can_tx() function470 if (likely(gve_can_tx(tx, bytes_required))) in gve_maybe_stop_tx()484 if (likely(gve_can_tx(tx, bytes_required))) in gve_maybe_stop_tx()870 if (!gve_can_tx(tx, len + GVE_GQ_TX_MIN_PKT_DESC_BYTES - 1)) in gve_xdp_xmit_one()929 likely(gve_can_tx(tx, GVE_TX_START_THRESH))) { in gve_clean_tx_done()955 if (!gve_can_tx(tx, GVE_TX_START_THRESH) || in gve_xsk_tx()