On Thu, Feb 20, 2025 at 06:32:26PM +0200, Vladimir Oltean wrote: > +/** > + * enetc_unwind_tx_frame() - Unwind the DMA mappings of a multi-buffer TX frame Ok, maybe "multi-buffer TX frame" is not the best way of describing it, because with software TSO it's actually multiple TX frames. Perhaps "multiple TX BDs" is a better way of putting it, but we can argue about semantics later.