Lines Matching refs:netcrc
920 u32 netcrc; in fast_rx_path() local
922 atmel_copy_to_host(priv->dev, (void *)&netcrc, rx_packet_loc + 30 + msdu_size, 4); in fast_rx_path()
923 if ((crc ^ 0xffffffff) != netcrc) { in fast_rx_path()
949 u32 netcrc, crc = 0xffffffff; in probe_crc() local
954 atmel_copy_to_host(priv->dev, (void *)&netcrc, packet_loc + i, 4); in probe_crc()
962 return (crc ^ 0xffffffff) == netcrc; in probe_crc()
1002 u32 netcrc; in frag_rx_path() local
1004 atmel_copy_to_host(priv->dev, (void *)&netcrc, rx_packet_loc + msdu_size, 4); in frag_rx_path()
1005 if ((crc ^ 0xffffffff) != netcrc) { in frag_rx_path()
1018 u32 netcrc; in frag_rx_path() local
1022 atmel_copy_to_host(priv->dev, (void *)&netcrc, rx_packet_loc + msdu_size, 4); in frag_rx_path()
1023 if ((crc ^ 0xffffffff) != netcrc) { in frag_rx_path()