Searched refs:gve_can_tx (Results 1 – 1 of 1) sorted by relevance
445 static inline bool gve_can_tx(struct gve_tx_ring *tx, int bytes_required) in gve_can_tx() function469 if (likely(gve_can_tx(tx, bytes_required))) in gve_maybe_stop_tx()483 if (likely(gve_can_tx(tx, bytes_required))) in gve_maybe_stop_tx()871 if (!gve_can_tx(tx, len + GVE_GQ_TX_MIN_PKT_DESC_BYTES - 1)) in gve_xdp_xmit_one()930 likely(gve_can_tx(tx, GVE_TX_START_THRESH))) { in gve_clean_tx_done()956 if (!gve_can_tx(tx, GVE_TX_START_THRESH) || in gve_xsk_tx()