Home
last modified time | relevance | path

Searched refs:TSO (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/
Dptrace.c73 #define TSO(f) (offsetof(struct thread_struct, f)) macro
1373 BUILD_BUG_ON(TSO(tm_tfhar) + sizeof(u64) != TSO(tm_texasr)); in tm_spr_get()
1374 BUILD_BUG_ON(TSO(tm_texasr) + sizeof(u64) != TSO(tm_tfiar)); in tm_spr_get()
1375 BUILD_BUG_ON(TSO(tm_tfiar) + sizeof(u64) != TSO(ckpt_regs)); in tm_spr_get()
1429 BUILD_BUG_ON(TSO(tm_tfhar) + sizeof(u64) != TSO(tm_texasr)); in tm_spr_set()
1430 BUILD_BUG_ON(TSO(tm_texasr) + sizeof(u64) != TSO(tm_tfiar)); in tm_spr_set()
1431 BUILD_BUG_ON(TSO(tm_tfiar) + sizeof(u64) != TSO(ckpt_regs)); in tm_spr_set()
1677 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_get()
1678 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_get()
1698 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_set()
[all …]
/Linux-v4.19/Documentation/networking/
Dvxge.txt24 priority allocation and guarantees, GRO, TSO, interrupt moderation etc are
46 TCP Segmentation Offload (TSO) on transmit path
Dsegmentation-offloads.txt10 * TCP Segmentation Offload - TSO
28 offload. For this reason TSO is normally disabled if the Tx checksum
41 NETIF_F_TSO_MANGLEID set then the IP ID can be ignored when performing TSO
50 fragmentation offload are the same as TSO. However the IPv4 ID for
123 Partial generic segmentation offload is a hybrid between TSO and GSO. What
Ds2io.txt16 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
44 and receive, TSO.
117 c. Turn on TSO(using "ethtool -K")
Dcxgb.txt72 TCP Segmentation Offloading (TSO) Support
82 By default, TSO is enabled.
83 To disable TSO:
87 To enable TSO:
91 To view the status of TSO:
Dnetdev-features.txt177 Hardware GRO is basically the exact reverse of TSO, and is generally
179 be re-segmentable by GSO or TSO back to the exact original packet stream.
Dstmmac.txt188 o tso_en: Enables TSO (TCP Segmentation Offload) feature.
323 4.12) TSO support (GMAC4.x)
325 TSO (Tcp Segmentation Offload) feature is supported by GMAC 4.x chip family.
334 When TSO is enabled, the TCP stack doesn't care about the maximum frame
Dena.txt27 as checksum offload and TCP transmit segmentation offload (TSO).
234 - TSO over IPv4/IPv6
235 - TSO with ECN
Dnetdevices.txt33 Segmentation Offload (GSO, TSO) is an exception to this rule. The
Dhinic.txt18 TCP Transmit Segmentation Offload(TSO), Receive-Side Scaling(RSS) and
Dip-sysctl.txt540 The default is 1ms, based on TSO autosizing period.
649 Minimal number of segments per TSO frame.
650 Since linux-3.12, TCP does an automatic sizing of TSO frames,
653 TSO frames. Note that TCP stack might split too big TSO packets
674 can be consumed by a single TSO frame.
676 building larger TSO frames.
Dixgb.txt416 Under stress conditions, if TX hangs occur, turning off TSO
/Linux-v4.19/include/linux/
Dnetdev_features.h128 #define NETIF_F_TSO __NETIF_F(TSO)
/Linux-v4.19/drivers/net/ethernet/cisco/enic/
Denic_res.c106 ENIC_SETTING(enic, TSO) ? "yes" : "no", in enic_get_vnic_config()
Denic_main.c2925 if (ENIC_SETTING(enic, TSO)) in enic_probe()
/Linux-v4.19/tools/memory-model/Documentation/
Dreferences.txt22 and Magnus O. Myreen. 2010. "x86-TSO: A Rigorous and Usable
Dexplanation.txt216 x86 and SPARC follow yet a different memory model: TSO (Total Store
242 impossible. (Exercise: Figure out the reasoning.) But TSO allows
/Linux-v4.19/Documentation/
Datomic_t.txt177 ordering on their SMP atomic primitives. For example our TSO architectures
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dstmmac.txt63 - snps,tso: this enables the TSO feature otherwise it will be managed by
/Linux-v4.19/drivers/net/ethernet/3com/
Dtyphoon.c143 #warning Typhoon only supports 32 entries in its SG list for TSO, disabling TSO