| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-view.c | 354 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_get() 355 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_get() 373 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_set() 374 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_set() 409 BUILD_BUG_ON(TSO(siar) + sizeof(unsigned long) != TSO(sdar)); in pmu_get() 410 BUILD_BUG_ON(TSO(sdar) + sizeof(unsigned long) != TSO(sier)); in pmu_get() 411 BUILD_BUG_ON(TSO(sier) + sizeof(unsigned long) != TSO(mmcr2)); in pmu_get() 412 BUILD_BUG_ON(TSO(mmcr2) + sizeof(unsigned long) != TSO(mmcr0)); in pmu_get() 427 BUILD_BUG_ON(TSO(siar) + sizeof(unsigned long) != TSO(sdar)); in pmu_set() 428 BUILD_BUG_ON(TSO(sdar) + sizeof(unsigned long) != TSO(sier)); in pmu_set() [all …]
|
| H A D | ptrace-tm.c | 577 BUILD_BUG_ON(TSO(tm_tfhar) + sizeof(u64) != TSO(tm_texasr)); in tm_spr_get() 578 BUILD_BUG_ON(TSO(tm_texasr) + sizeof(u64) != TSO(tm_tfiar)); in tm_spr_get() 579 BUILD_BUG_ON(TSO(tm_tfiar) + sizeof(u64) != TSO(ckpt_regs)); in tm_spr_get() 622 BUILD_BUG_ON(TSO(tm_tfhar) + sizeof(u64) != TSO(tm_texasr)); in tm_spr_set() 623 BUILD_BUG_ON(TSO(tm_texasr) + sizeof(u64) != TSO(tm_tfiar)); in tm_spr_set() 624 BUILD_BUG_ON(TSO(tm_tfiar) + sizeof(u64) != TSO(ckpt_regs)); in tm_spr_set()
|
| H A D | ptrace-decl.h | 23 #define TSO(f) (offsetof(struct thread_struct, f)) macro
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | segmentation-offloads.rst | 15 * 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 D | netdev-features.rst | 180 Hardware GRO is basically the exact reverse of TSO, and is generally 182 be re-segmentable by GSO or TSO back to the exact original packet stream.
|
| H A D | netdevices.rst | 195 Segmentation Offload (GSO, TSO) is an exception to this rule. The
|
| H A D | ip-sysctl.rst | 649 The default is 1ms, based on TSO autosizing period. 794 Minimal number of segments per TSO frame. 796 Since linux-3.12, TCP does an automatic sizing of TSO frames, 799 TSO frames. Note that TCP stack might split too big TSO packets 823 can be consumed by a single TSO frame. 825 building larger TSO frames.
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/neterion/ |
| H A D | vxge.rst | 30 priority allocation and guarantees, GRO, TSO, interrupt moderation etc are 55 - TCP Segmentation Offload (TSO) on transmit path
|
| H A D | s2io.rst | 22 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")::
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/chelsio/ |
| H A D | cxgb.rst | 77 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::
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/ |
| H A D | stmmac.rst | 90 - 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::
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/flashrom/flashrom/ |
| H A D | 0001-hwaccess-use-__asm__-as-is-done-elsewhere.patch | 36 …/* Sparc V9 CPUs support three different memory orderings that range from x86-like TSO to PowerPC-…
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netdev_features.h | 129 #define NETIF_F_TSO __NETIF_F(TSO)
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/amazon/ |
| H A D | ena.rst | 31 as checksum offload and TCP transmit segmentation offload (TSO). 244 - TSO over IPv4/IPv6 245 - TSO with ECN
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_res.c | 106 ENIC_SETTING(enic, TSO) ? "yes" : "no", in enic_get_vnic_config()
|
| H A D | enic_main.c | 2912 if (ENIC_SETTING(enic, TSO)) in enic_probe()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/huawei/ |
| H A D | hinic.rst | 21 TCP Transmit Segmentation Offload(TSO), Receive-Side Scaling(RSS) and
|
| /OK3568_Linux_fs/kernel/tools/memory-model/Documentation/ |
| H A D | references.txt | 22 and Magnus O. Myreen. 2010. "x86-TSO: A Rigorous and Usable
|
| H A D | explanation.txt | 218 x86 and SPARC follow yet a different memory model: TSO (Total Store 244 impossible. (Exercise: Figure out the reasoning.) But TSO allows
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | atomic_t.txt | 202 ordering on their SMP atomic primitives. For example our TSO architectures
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/marvell/ |
| H A D | octeontx2.rst | 92 - Defines segmentation offload algorithms (eg TSO)
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/ |
| H A D | typhoon.c | 142 #warning Typhoon only supports 32 entries in its SG list for TSO, disabling TSO
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | ixgb.rst | 452 Under stress conditions, if TX hangs occur, turning off TSO
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | gez_ER@abegede | 321 <S133E> % ETHIOPIC SYLLABLE TSO old glibc collation-symbol: <SEDEY>
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | gez_ER@abegede | 321 <S133E> % ETHIOPIC SYLLABLE TSO old glibc collation-symbol: <SEDEY>
|