Lines Matching full:tso
113 * iavf_tso_detect_sparse - detect TSO packets with too many segments
118 * Hardware only transmits packets with a maximum of 8 descriptors. For TSO
124 * headers require (usually 1). Then we ensure that, for each TSO segment, its
249 * iavf_tso_setup - Setup TSO context descriptor
253 * Enable hardware segmentation offload (TSO) for a given packet by creating
276 * TSO MSS must not be less than 64; this prevents a in iavf_tso_setup()
292 /* Partial check for WRONG_SIZE MDD event (during TSO) */ in iavf_tso_setup()
302 txr->que->tso++; in iavf_tso_setup()
342 /* Set up the TSO/CSUM offload */ in iavf_isc_txd_encap()
344 /* Set up the TSO context descriptor if required */ in iavf_isc_txd_encap()
346 /* Prevent MAX_BUFF MDD event (for TSO) */ in iavf_isc_txd_encap()