Searched refs:coe (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/tools/memory-model/ |
D | lock.cat | 131 let coe = co & ext
|
D | linux-kernel.cat | 73 empty rmw & (fre ; coe) as atomic
|
/linux-6.6.21/drivers/net/ethernet/smsc/ |
D | smsc9420.c | 1248 u32 coe = smsc9420_reg_read(pd, COE_CR) | RX_COE_EN; in smsc9420_alloc_rx_ring() local 1249 smsc9420_reg_write(pd, COE_CR, coe); in smsc9420_alloc_rx_ring() 1250 netif_dbg(pd, ifup, pd->dev, "COE_CR = 0x%08x\n", coe); in smsc9420_alloc_rx_ring()
|
/linux-6.6.21/tools/memory-model/Documentation/ |
D | explanation.txt | 19 11. CACHE COHERENCE AND THE COHERENCE ORDER RELATION: co, coi, and coe 608 CACHE COHERENCE AND THE COHERENCE ORDER RELATION: co, coi, and coe 727 that occur on different CPUs (external coherence order, or coe). 1260 It's important to understand that neither coe nor fre is included in 1262 W ->coe W'. This means that W and W' are stores to the same location, 1380 The formal definition of the prop relation involves a coe or fre link, 1384 of complexity. For instance, here's an example containing a coe link 1415 overwritten by P1's store since x = 2 at the end (a coe link), the 1440 F via a coe or fre link, an arbitrary number of cumul-fences, an 1445 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.6.21/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 4739 int coe = priv->hw->rx_csum; in stmmac_rx_buf1_len() local 4756 plen = stmmac_get_rx_frame_len(priv, p, coe); in stmmac_rx_buf1_len() 4766 int coe = priv->hw->rx_csum; in stmmac_rx_buf2_len() local 4777 plen = stmmac_get_rx_frame_len(priv, p, coe); in stmmac_rx_buf2_len() 4996 int coe = priv->hw->rx_csum; in stmmac_dispatch_skb_zc() local 5010 if (unlikely(!coe) || !stmmac_has_ip_ethertype(skb)) in stmmac_dispatch_skb_zc() 5294 int status = 0, coe = priv->hw->rx_csum; in stmmac_rx() local 5524 if (unlikely(!coe) || !stmmac_has_ip_ethertype(skb)) in stmmac_rx()
|
/linux-6.6.21/Documentation/devicetree/bindings/net/ |
D | snps,dwmac.yaml | 398 snps,coe-unsupported:
|