Home
last modified time | relevance | path

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

/linux-5.19.10/tools/memory-model/
Dlock.cat131 let coe = co & ext
Dlinux-kernel.cat61 empty rmw & (fre ; coe) as atomic
/linux-5.19.10/drivers/net/ethernet/smsc/
Dsmsc9420.c1249 u32 coe = smsc9420_reg_read(pd, COE_CR) | RX_COE_EN; in smsc9420_alloc_rx_ring() local
1250 smsc9420_reg_write(pd, COE_CR, coe); in smsc9420_alloc_rx_ring()
1251 netif_dbg(pd, ifup, pd->dev, "COE_CR = 0x%08x\n", coe); in smsc9420_alloc_rx_ring()
/linux-5.19.10/tools/memory-model/Documentation/
Dexplanation.txt19 11. CACHE COHERENCE AND THE COHERENCE ORDER RELATION: co, coi, and coe
606 CACHE COHERENCE AND THE COHERENCE ORDER RELATION: co, coi, and coe
725 that occur on different CPUs (external coherence order, or coe).
1228 It's important to understand that neither coe nor fre is included in
1230 W ->coe W'. This means that W and W' are stores to the same location,
1348 The formal definition of the prop relation involves a coe or fre link,
1352 of complexity. For instance, here's an example containing a coe link
1383 overwritten by P1's store since x = 2 at the end (a coe link), the
1408 F via a coe or fre link, an arbitrary number of cumul-fences, an
1413 of links begins with coe). Then there are events W, X, Y, and Z such
[all …]
Dglossary.txt49 external" (coe) link is used when it is necessary to exclude
/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c4510 int coe = priv->hw->rx_csum; in stmmac_rx_buf1_len() local
4527 plen = stmmac_get_rx_frame_len(priv, p, coe); in stmmac_rx_buf1_len()
4537 int coe = priv->hw->rx_csum; in stmmac_rx_buf2_len() local
4548 plen = stmmac_get_rx_frame_len(priv, p, coe); in stmmac_rx_buf2_len()
4763 int coe = priv->hw->rx_csum; in stmmac_dispatch_skb_zc() local
4777 if (unlikely(!coe)) in stmmac_dispatch_skb_zc()
5045 int status = 0, coe = priv->hw->rx_csum; in stmmac_rx() local
5279 if (unlikely(!coe)) in stmmac_rx()