Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
Datmel.c458 int do_rx_crc; /* If we need to CRC incoming packets */ member
904 if (priv->do_rx_crc) { in fast_rx_path()
918 if (priv->do_rx_crc) { in fast_rx_path()
980 if (priv->do_rx_crc) in frag_rx_path()
988 if (priv->do_rx_crc) in frag_rx_path()
1000 if (priv->do_rx_crc) { in frag_rx_path()
1016 if (priv->do_rx_crc) { in frag_rx_path()
1091 priv->do_rx_crc = probe_crc(priv, rx_packet_loc, msdu_size); in rx_done_irq()
1093 priv->do_rx_crc = probe_crc(priv, rx_packet_loc + 24, msdu_size - 24); in rx_done_irq()
1095 if (priv->do_rx_crc) { in rx_done_irq()
[all …]