Home
last modified time | relevance | path

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

/openbmc/linux/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()
1094 if (priv->do_rx_crc) { in rx_done_irq()
1129 if (priv->do_rx_crc) { in rx_done_irq()
1446 priv->do_rx_crc ? "On" : "Off"); in atmel_proc_show()
[all …]