Searched refs:TSO (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | ptrace.c | 73 #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/ |
D | vxge.txt | 24 priority allocation and guarantees, GRO, TSO, interrupt moderation etc are 46 TCP Segmentation Offload (TSO) on transmit path
|
D | segmentation-offloads.txt | 10 * 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
|
D | s2io.txt | 16 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")
|
D | cxgb.txt | 72 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:
|
D | netdev-features.txt | 177 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.
|
D | stmmac.txt | 188 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
|
D | ena.txt | 27 as checksum offload and TCP transmit segmentation offload (TSO). 234 - TSO over IPv4/IPv6 235 - TSO with ECN
|
D | netdevices.txt | 33 Segmentation Offload (GSO, TSO) is an exception to this rule. The
|
D | hinic.txt | 18 TCP Transmit Segmentation Offload(TSO), Receive-Side Scaling(RSS) and
|
D | ip-sysctl.txt | 540 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.
|
D | ixgb.txt | 416 Under stress conditions, if TX hangs occur, turning off TSO
|
/Linux-v4.19/include/linux/ |
D | netdev_features.h | 128 #define NETIF_F_TSO __NETIF_F(TSO)
|
/Linux-v4.19/drivers/net/ethernet/cisco/enic/ |
D | enic_res.c | 106 ENIC_SETTING(enic, TSO) ? "yes" : "no", in enic_get_vnic_config()
|
D | enic_main.c | 2925 if (ENIC_SETTING(enic, TSO)) in enic_probe()
|
/Linux-v4.19/tools/memory-model/Documentation/ |
D | references.txt | 22 and Magnus O. Myreen. 2010. "x86-TSO: A Rigorous and Usable
|
D | explanation.txt | 216 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/ |
D | atomic_t.txt | 177 ordering on their SMP atomic primitives. For example our TSO architectures
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | stmmac.txt | 63 - snps,tso: this enables the TSO feature otherwise it will be managed by
|
/Linux-v4.19/drivers/net/ethernet/3com/ |
D | typhoon.c | 143 #warning Typhoon only supports 32 entries in its SG list for TSO, disabling TSO
|