Lines Matching full:tso
276 * Setup context for hardware segmentation offload (TSO)
297 * TSO MSS must not be less than 64; this prevents a in ixl_tso_setup()
313 /* Partial check for WRONG_SIZE MDD event (during TSO) */ in ixl_tso_setup()
323 txr->que->tso++; in ixl_tso_setup()
355 /* Set up the TSO/CSUM offload */ in ixl_isc_txd_encap()
357 /* Set up the TSO context descriptor if required */ in ixl_isc_txd_encap()
359 /* Prevent MAX_BUFF MDD event (for TSO) */ in ixl_isc_txd_encap()
947 SYSCTL_ADD_UQUAD(ctx, queue_list, OID_AUTO, "tso", in ixl_vsi_add_queues_stats()
948 CTLFLAG_RD, &(tx_que->tso), in ixl_vsi_add_queues_stats()
949 "TSO"); in ixl_vsi_add_queues_stats()
952 "TSO sends with an MSS less than 64"); in ixl_vsi_add_queues_stats()