Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c352 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_get()
353 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_get()
371 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_set()
372 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_set()
407 BUILD_BUG_ON(TSO(siar) + sizeof(unsigned long) != TSO(sdar)); in pmu_get()
408 BUILD_BUG_ON(TSO(sdar) + sizeof(unsigned long) != TSO(sier)); in pmu_get()
409 BUILD_BUG_ON(TSO(sier) + sizeof(unsigned long) != TSO(mmcr2)); in pmu_get()
410 BUILD_BUG_ON(TSO(mmcr2) + sizeof(unsigned long) != TSO(mmcr0)); in pmu_get()
425 BUILD_BUG_ON(TSO(siar) + sizeof(unsigned long) != TSO(sdar)); in pmu_set()
426 BUILD_BUG_ON(TSO(sdar) + sizeof(unsigned long) != TSO(sier)); in pmu_set()
[all …]
H A Dptrace-tm.c578 BUILD_BUG_ON(TSO(tm_tfhar) + sizeof(u64) != TSO(tm_texasr)); in tm_spr_get()
579 BUILD_BUG_ON(TSO(tm_texasr) + sizeof(u64) != TSO(tm_tfiar)); in tm_spr_get()
580 BUILD_BUG_ON(TSO(tm_tfiar) + sizeof(u64) != TSO(ckpt_regs)); in tm_spr_get()
623 BUILD_BUG_ON(TSO(tm_tfhar) + sizeof(u64) != TSO(tm_texasr)); in tm_spr_set()
624 BUILD_BUG_ON(TSO(tm_texasr) + sizeof(u64) != TSO(tm_tfiar)); in tm_spr_set()
625 BUILD_BUG_ON(TSO(tm_tfiar) + sizeof(u64) != TSO(ckpt_regs)); in tm_spr_set()
H A Dptrace-decl.h25 #define TSO(f) (offsetof(struct thread_struct, f)) macro
/linux/Documentation/networking/
H A Dsegmentation-offloads.rst15 * TCP Segmentation Offload - TSO
34 offload. For this reason TSO is normally disabled if the Tx checksum
47 NETIF_F_TSO_MANGLEID set then the IP ID can be ignored when performing TSO
57 fragmentation offload are the same as TSO. However the IPv4 ID for
136 Partial generic segmentation offload is a hybrid between TSO and GSO. What
H A Dnetdev-features.rst165 Hardware GRO is basically the exact reverse of TSO, and is generally
167 be re-segmentable by GSO or TSO back to the exact original packet stream.
H A Dip-sysctl.rst744 The default is 1ms, based on TSO autosizing period.
922 Minimal number of segments per TSO frame.
924 Since linux-3.12, TCP does an automatic sizing of TSO frames,
927 TSO frames. Note that TCP stack might split too big TSO packets
933 Adjustment of TSO packet sizes based on min_rtt
938 Old autosizing was splitting the pacing budget to send 1024 TSO
943 With the new mechanism, we increase this TSO sizing using:
949 TSO packets, reducing their cpu costs.
984 can be consumed by a single TSO frame.
986 building larger TSO frames.
H A Dnetdevices.rst195 Segmentation Offload (GSO, TSO) is an exception to this rule. The
/linux/Documentation/networking/device_drivers/ethernet/neterion/
H A Ds2io.rst22 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
59 and receive, TSO.
160 c. Turn on TSO(using "ethtool -K")::
/linux/tools/memory-model/litmus-tests/
H A DLB+unlocklockonceonce+poacquireonce.litmus10 * the viewpoint of another CPU (the kind of reordering allowed by TSO).
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_slow_start_slow-start-ack-per-4pkt.pkt7 // mechanism that defers sending in order to send bigger TSO packets.
H A Dtcp_slow_start_slow-start-ack-per-2pkt.pkt8 // mechanism that defers sending in order to send bigger TSO packets.
H A Dtcp_slow_start_slow-start-ack-per-1pkt.pkt7 // mechanism that defers sending in order to send bigger TSO packets.
/linux/Documentation/networking/device_drivers/ethernet/chelsio/
H A Dcxgb.rst77 TCP Segmentation Offloading (TSO) Support
87 By default, TSO is enabled.
88 To disable TSO::
92 To enable TSO::
96 To view the status of TSO::
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst90 - TCP / UDP Segmentation Offload (TSO, USO)
273 TSO Support
276 TSO (TCP Segmentation Offload) feature is supported by GMAC > 4.x and XGMAC
285 When TSO is enabled, the TCP stack doesn't care about the maximum frame length
478 32) Enables TSO feature::
/linux/include/linux/
H A Dnetdev_features.h131 #define NETIF_F_TSO __NETIF_F(TSO)
/linux/Documentation/networking/device_drivers/ethernet/huawei/
H A Dhinic.rst21 TCP Transmit Segmentation Offload(TSO), Receive-Side Scaling(RSS) and
/linux/tools/memory-model/Documentation/
H A Dreferences.txt22 and Magnus O. Myreen. 2010. "x86-TSO: A Rigorous and Usable
H A Dexplanation.txt219 x86 and SPARC follow yet a different memory model: TSO (Total Store
245 impossible. (Exercise: Figure out the reasoning.) But TSO allows
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dcounters.rst173 - The number of TSO packets transmitted on ring i [#accel]_.
177 - The number of TSO bytes transmitted on ring i [#accel]_.
181 - The number of TSO packets which are indicated to be carry internal
186 - The number of TSO bytes which are indicated to be carry internal
/linux/Documentation/
H A Datomic_t.txt202 ordering on their SMP atomic primitives. For example our TSO architectures
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_main.c3109 if (ENIC_SETTING(enic, TSO)) in enic_probe()