Searched defs:ptemp_list (Results 1 - 1 of 1) sorted by relevance

/drivers/firmware/
H A Ddell_rbu.c262 static int do_packet_read(char *data, struct list_head *ptemp_list, argument
270 newpacket = list_entry(ptemp_list, struct packet_data, list);
298 struct list_head *ptemp_list; local
312 ptemp_list = (&packet_data_head.list)->next;
313 while (!list_empty(ptemp_list)) {
314 bytes_copied = do_packet_read(pdest, ptemp_list,
326 ptemp_list = ptemp_list->next;
336 struct list_head *ptemp_list; local
340 ptemp_list
[all...]

Completed in 47 milliseconds