Searched refs:netcrc (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/wireless/ |
D | atmel.c | 851 u32 netcrc; in fast_rx_path() local 853 atmel_copy_to_host(priv->dev, (void *)&netcrc, rx_packet_loc + 30 + msdu_size, 4); in fast_rx_path() 854 if ((crc ^ 0xffffffff) != netcrc) { in fast_rx_path() 881 u32 netcrc, crc = 0xffffffff; in probe_crc() local 886 atmel_copy_to_host(priv->dev, (void *)&netcrc, packet_loc + i, 4); in probe_crc() 894 return (crc ^ 0xffffffff) == netcrc; in probe_crc() 932 u32 netcrc; in frag_rx_path() local 934 atmel_copy_to_host(priv->dev, (void *)&netcrc, rx_packet_loc + msdu_size, 4); in frag_rx_path() 935 if ((crc ^ 0xffffffff) != netcrc) { in frag_rx_path() 948 u32 netcrc; in frag_rx_path() local [all …]
|