Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/atmel/
Datmel.c457 int do_rx_crc; /* If we need to CRC incoming packets */ member
903 if (priv->do_rx_crc) { in fast_rx_path()
917 if (priv->do_rx_crc) { in fast_rx_path()
979 if (priv->do_rx_crc) in frag_rx_path()
987 if (priv->do_rx_crc) in frag_rx_path()
999 if (priv->do_rx_crc) { in frag_rx_path()
1015 if (priv->do_rx_crc) { in frag_rx_path()
1090 priv->do_rx_crc = probe_crc(priv, rx_packet_loc, msdu_size); in rx_done_irq()
1092 priv->do_rx_crc = probe_crc(priv, rx_packet_loc + 24, msdu_size - 24); in rx_done_irq()
1094 if (priv->do_rx_crc) { in rx_done_irq()
[all …]