Searched refs:netcrc (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/wireless/atmel/ |
D | atmel.c | 918 u32 netcrc; in fast_rx_path() local 920 atmel_copy_to_host(priv->dev, (void *)&netcrc, rx_packet_loc + 30 + msdu_size, 4); in fast_rx_path() 921 if ((crc ^ 0xffffffff) != netcrc) { in fast_rx_path() 947 u32 netcrc, crc = 0xffffffff; in probe_crc() local 952 atmel_copy_to_host(priv->dev, (void *)&netcrc, packet_loc + i, 4); in probe_crc() 960 return (crc ^ 0xffffffff) == netcrc; in probe_crc() 1000 u32 netcrc; in frag_rx_path() local 1002 atmel_copy_to_host(priv->dev, (void *)&netcrc, rx_packet_loc + msdu_size, 4); in frag_rx_path() 1003 if ((crc ^ 0xffffffff) != netcrc) { in frag_rx_path() 1016 u32 netcrc; in frag_rx_path() local [all …]
|