Searched refs:coe (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/smsc/
H A Dsmsc9420.c1249 u32 coe = smsc9420_reg_read(pd, COE_CR) | RX_COE_EN; local
1250 smsc9420_reg_write(pd, COE_CR, coe);
1251 netif_dbg(pd, ifup, pd->dev, "COE_CR = 0x%08x\n", coe);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4558 /* DWMAC IPs can be synthesized to support tx coe only for a few tx
4560 * support tx coe needs to fallback to software checksum calculation.
4855 int coe = priv->hw->rx_csum; local
4872 plen = stmmac_get_rx_frame_len(priv, p, coe);
4882 int coe = priv->hw->rx_csum; local
4893 plen = stmmac_get_rx_frame_len(priv, p, coe);
5119 int coe = priv->hw->rx_csum; local
5138 if (unlikely(!coe) || !stmmac_has_ip_ethertype(skb))
5422 int status = 0, coe = priv->hw->rx_csum; local
5659 if (unlikely(!coe) || !stmmac_has_ip_ethertyp
[all...]

Completed in 135 milliseconds