Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/
Datmel.c459 int do_rx_crc; /* If we need to CRC incoming packets */ member
906 if (priv->do_rx_crc) { in fast_rx_path()
920 if (priv->do_rx_crc) { in fast_rx_path()
982 if (priv->do_rx_crc) in frag_rx_path()
990 if (priv->do_rx_crc) in frag_rx_path()
1002 if (priv->do_rx_crc) { in frag_rx_path()
1018 if (priv->do_rx_crc) { in frag_rx_path()
1094 priv->do_rx_crc = probe_crc(priv, rx_packet_loc, msdu_size); in rx_done_irq()
1096 priv->do_rx_crc = probe_crc(priv, rx_packet_loc + 24, msdu_size - 24); in rx_done_irq()
1098 if (priv->do_rx_crc) { in rx_done_irq()
[all …]