Home
last modified time | relevance | path

Searched refs:coe (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/tools/memory-model/
Dlinux-kernel.cat52 empty rmw & (fre ; coe) as atomic
Dlock.cat134 let coe = co & ext
/Linux-v4.19/tools/memory-model/Documentation/
Dexplanation.txt19 11. CACHE COHERENCE AND THE COHERENCE ORDER RELATION: co, coi, and coe
559 CACHE COHERENCE AND THE COHERENCE ORDER RELATION: co, coi, and coe
678 that occur on different CPUs (external coherence order, or coe).
1201 It's important to understand that neither coe nor fre is included in
1203 W ->coe W'. This means that W and W' are stores to the same location,
1321 The formal definition of the prop relation involves a coe or fre link,
1325 of complexity. For instance, here's an example containing a coe link
1356 overwritten by P1's store since x = 2 at the end (a coe link), the
1381 F via a coe or fre link, an arbitrary number of cumul-fences, an
1386 of links begins with coe). Then there are events W, X, Y, and Z such
[all …]
/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmsc9420.c1264 u32 coe = smsc9420_reg_read(pd, COE_CR) | RX_COE_EN; in smsc9420_alloc_rx_ring() local
1265 smsc9420_reg_write(pd, COE_CR, coe); in smsc9420_alloc_rx_ring()
1266 netif_dbg(pd, ifup, pd->dev, "COE_CR = 0x%08x\n", coe); in smsc9420_alloc_rx_ring()
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c3336 int coe = priv->hw->rx_csum; in stmmac_rx() local
3407 frame_len = stmmac_get_rx_frame_len(priv, p, coe); in stmmac_rx()
3502 if (unlikely(!coe)) in stmmac_rx()
/Linux-v4.19/Documentation/networking/
Dstmmac.txt164 type_1, type_2 (full csum) and no RX coe.