Searched refs:coe (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/memory-model/ |
D | lock.cat | 131 let coe = co & ext
|
D | linux-kernel.cat | 61 empty rmw & (fre ; coe) as atomic
|
/linux-6.1.9/drivers/net/ethernet/smsc/ |
D | smsc9420.c | 1249 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-6.1.9/tools/memory-model/Documentation/ |
D | explanation.txt | 19 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 …]
|
D | glossary.txt | 49 external" (coe) link is used when it is necessary to exclude
|
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 4648 int coe = priv->hw->rx_csum; in stmmac_rx_buf1_len() local 4665 plen = stmmac_get_rx_frame_len(priv, p, coe); in stmmac_rx_buf1_len() 4675 int coe = priv->hw->rx_csum; in stmmac_rx_buf2_len() local 4686 plen = stmmac_get_rx_frame_len(priv, p, coe); in stmmac_rx_buf2_len() 4901 int coe = priv->hw->rx_csum; in stmmac_dispatch_skb_zc() local 4915 if (unlikely(!coe)) in stmmac_dispatch_skb_zc() 5175 int status = 0, coe = priv->hw->rx_csum; in stmmac_rx() local 5401 if (unlikely(!coe)) in stmmac_rx()
|