Searched refs:coe (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/tools/memory-model/Documentation/ |
| D | explanation.txt | 19 11. CACHE COHERENCE AND THE COHERENCE ORDER RELATION: co, coi, and coe 555 CACHE COHERENCE AND THE COHERENCE ORDER RELATION: co, coi, and coe 674 that occur on different CPUs (external coherence order, or coe). 1175 It's important to understand that neither coe nor fre is included in 1177 W ->coe W'. This means that W and W' are stores to the same location, 1295 The formal definition of the prop relation involves a coe or fre link, 1299 of complexity. For instance, here's an example containing a coe link 1330 overwritten by P1's store since x = 2 at the end (a coe link), the 1355 F via a coe or fre link, an arbitrary number of cumul-fences, an 1360 of links begins with coe). Then there are events W, X, Y, and Z such [all …]
|
| /Linux-v5.4/tools/memory-model/ |
| D | lock.cat | 131 let coe = co & ext
|
| D | linux-kernel.cat | 61 empty rmw & (fre ; coe) as atomic
|
| /Linux-v5.4/drivers/net/ethernet/smsc/ |
| D | smsc9420.c | 1252 u32 coe = smsc9420_reg_read(pd, COE_CR) | RX_COE_EN; in smsc9420_alloc_rx_ring() local 1253 smsc9420_reg_write(pd, COE_CR, coe); in smsc9420_alloc_rx_ring() 1254 netif_dbg(pd, ifup, pd->dev, "COE_CR = 0x%08x\n", coe); in smsc9420_alloc_rx_ring()
|
| /Linux-v5.4/Documentation/networking/device_drivers/stmicro/ |
| D | stmmac.txt | 164 type_1, type_2 (full csum) and no RX coe.
|
| /Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_main.c | 3459 int status = 0, coe = priv->hw->rx_csum; in stmmac_rx() local 3550 len = stmmac_get_rx_frame_len(priv, p, coe); in stmmac_rx() 3633 if (unlikely(!coe)) in stmmac_rx()
|