Lines Matching defs:element
248 struct list_head *element;
253 element = il->free_frames.next;
254 list_del(element);
255 kfree(list_entry(element, struct il3945_frame, list));
270 struct list_head *element;
282 element = il->free_frames.next;
283 list_del(element);
284 return list_entry(element, struct il3945_frame, list);
930 struct list_head *element;
937 element = rxq->rx_free.next;
938 rxb = list_entry(element, struct il_rx_buf, list);
939 list_del(element);
977 struct list_head *element;
1036 element = rxq->rx_used.next;
1037 rxb = list_entry(element, struct il_rx_buf, list);
1038 list_del(element);
3542 /* we create the 802.11 header and a zero-length SSID element */