Home
last modified time | relevance | path

Searched refs:crc_fwd (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/broadcom/
Dbcmsysport.h749 unsigned int crc_fwd:1; member
Dbcmsysport.c139 if (priv->rx_chk_en && priv->crc_fwd) in bcm_sysport_set_rx_csum()
199 priv->crc_fwd = !!(umac_readl(priv, UMAC_CMD) & CMD_CRC_FWD); in bcm_sysport_set_features()
201 priv->crc_fwd = !((gib_readl(priv, GIB_CONTROL) & in bcm_sysport_set_features()
857 if (priv->crc_fwd) { in bcm_sysport_desc_rx()
/Linux-v6.6/drivers/net/ethernet/broadcom/asp2/
Dbcmasp.h317 unsigned int crc_fwd; member
Dbcmasp_intf.c563 if (likely(intf->crc_fwd)) { in bcmasp_rx_poll()
1086 intf->crc_fwd = !!(umac_rl(intf, UMC_CMD) & UMC_CMD_CRC_FWD); in bcmasp_netif_init()