Lines Matching defs:data
63 * can safely write the new data into the register.
89 * After the data has been written, we wait until hardware
121 * can safely write the new data into the register.
147 * can safely write the new data into the register.
168 struct rt2x00_dev *rt2x00dev = eeprom->data;
183 struct rt2x00_dev *rt2x00dev = eeprom->data;
386 * rt2x00lib will cut the IV/EIV data out of all frames
388 * to generate the IV/EIV data.
1171 const u8 *data, const size_t len)
1187 fw_crc = (data[len - 2] << 8 | data[len - 1]);
1192 crc = crc_itu_t(0, data, len - 2);
1200 const u8 *data, const size_t len)
1239 data, len);
1870 * TX data initialization
1882 * Disable beaconing while we are reloading the beacon data,
1883 * otherwise we might be sending out invalid data.
1916 entry->skb->data,
1943 * Disable beaconing while we are reloading the beacon data,
1944 * otherwise we might be sending out invalid data.
2020 * Hardware has stripped IV/EIV data from 802.11 frame during
2021 * decryption. It has provided the data separately but rt2x00lib
2309 eeprom.data = rt2x00dev;
2323 * Start validation of the data that has been read.
2687 * incorrect data.
2750 * Allocate eeprom data.