Searched refs:ice_ring_is_xdp (Results 1 – 4 of 4) sorted by relevance
361 static inline bool ice_ring_is_xdp(struct ice_tx_ring *ring) in ice_ring_is_xdp() function
116 else if (ice_ring_is_xdp(ring)) in ice_unmap_and_free_tx_buf()152 if (ice_ring_is_xdp(tx_ring) && tx_ring->xsk_pool) { in ice_clean_tx_ring()1456 else if (ice_ring_is_xdp(tx_ring)) in ice_napi_poll()
226 WARN_ONCE(ice_ring_is_xdp(ring) && tc, "XDP ring can't belong to TC other than 0\n"); in ice_calc_txq_handle()
2671 if (!ring->tx_buf || !ice_ring_is_xdp(ring)) in ice_destroy_xdp_rings()
Completed in 20 milliseconds