Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.h314 unsigned int crc_fwd; member
H A Dbcmasp_intf.c542 if (likely(intf->crc_fwd)) { in bcmasp_rx_poll()
1050 intf->crc_fwd = !!(umac_rl(intf, UMC_CMD) & UMC_CMD_CRC_FWD); in bcmasp_netif_init()
/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.h749 unsigned int crc_fwd:1; member
H A Dbcmsysport.c115 if (priv->rx_chk_en && priv->crc_fwd) in bcm_sysport_set_rx_csum()
175 priv->crc_fwd = !!(umac_readl(priv, UMAC_CMD) & CMD_CRC_FWD); in bcm_sysport_set_features()
177 priv->crc_fwd = !((gib_readl(priv, GIB_CONTROL) & in bcm_sysport_set_features()
823 if (priv->crc_fwd) { in bcm_sysport_desc_rx()