Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A 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...]
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A 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...]

Completed in 9 milliseconds