Lines Matching defs:data
55 * Initialize all data queues.
115 static void rt2x00lib_intf_scheduled_iter(void *data, u8 *mac,
118 struct rt2x00_dev *rt2x00dev = data;
168 static void rt2x00lib_bc_buffer_iter(void *data, u8 *mac,
172 struct rt2x00_dev *rt2x00dev = data;
191 static void rt2x00lib_beaconupdate_iter(void *data, u8 *mac,
194 struct rt2x00_dev *rt2x00dev = data;
264 struct ieee80211_bar *bar = (void *) entry->skb->data;
398 * If the data queue was below the threshold before the txdone
497 * If the IV/EIV data was stripped from the frame before it was
499 * mac80211 will expect the same data to be present it the
560 static u8 *rt2x00lib_find_ie(u8 *data, unsigned int len, u8 ie)
562 struct ieee80211_mgmt *mgmt = (void *)data;
566 end = data + len;
602 struct ieee80211_bar *ba = (void *)skb->data;
645 struct ieee80211_hdr *hdr = (void *) skb->data;
669 tim = rt2x00lib_find_ie(skb->data, skb->len - FCS_LEN, WLAN_EID_TIM);
684 /* 2. Maybe the AP wants to send multicast/broadcast data? */
785 * The data behind the ieee80211 header must be
791 * Hardware might have stripped the IV/EIV/ICV data,
792 * in that case it is possible that the data was
794 * in which case we should reinsert the data into the frame.
1378 * Allocate the driver data memory, if necessary.
1563 * Free the driver data.