Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/atmel/
Datmel.c897 u8 mac4[6]; in fast_rx_path() local
902 atmel_copy_to_host(priv->dev, mac4, rx_packet_loc + 24, 6); in fast_rx_path()
906 crc = crc32_le(crc, mac4, 6); in fast_rx_path()
970 u8 mac4[ETH_ALEN]; in frag_rx_path() local
985 atmel_copy_to_host(priv->dev, mac4, rx_packet_loc, ETH_ALEN); in frag_rx_path()
990 crc = crc32_le(crc, mac4, 6); in frag_rx_path()
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dipw2200.h801 u8 mac4[6]; member