Searched refs:TSO (Results 1 – 15 of 15) sorted by relevance
578 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()
25 #define TSO(f) (offsetof(struct thread_struct, f)) macro
10 * the viewpoint of another CPU (the kind of reordering allowed by TSO).
7 // mechanism that defers sending in order to send bigger TSO packets.
8 // mechanism that defers sending in order to send bigger TSO packets.
77 TCP Segmentation Offloading (TSO) Support87 By default, TSO is enabled.88 To disable TSO::92 To enable TSO::96 To view the status of TSO::
90 - TCP / UDP Segmentation Offload (TSO, USO)273 TSO Support276 TSO (TCP Segmentation Offload) feature is supported by GMAC > 4.x and XGMAC285 When TSO is enabled, the TCP stack doesn't care about the maximum frame length478 32) Enables TSO feature::
96 For stmmac, TSO and launch time (TBS) features are mutually exclusive for98 support TSO and the rest of the Tx Queues to support TBS. The launch time
21 TCP Transmit Segmentation Offload(TSO), Receive-Side Scaling(RSS) and
22 and Magnus O. Myreen. 2010. "x86-TSO: A Rigorous and Usable
219 x86 and SPARC follow yet a different memory model: TSO (Total Store245 impossible. (Exercise: Figure out the reasoning.) But TSO allows
202 ordering on their SMP atomic primitives. For example our TSO architectures
303 *queue_info |= cpu_to_le32(SQ_CTRL_QUEUE_INFO_SET(1, TSO)); in hinic3_set_tso_info()
8715 Architecture with TSO-like ordering (such as x86) are allowed to