Searched refs:pending_packets (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Dhosts.h27 struct list_head pending_packets; member in struct:hpsb_host
H A Dieee1394_core.c519 /* here the packet must be on the host->pending_packets queue */
615 list_add_tail(&packet->queue, &host->pending_packets);
716 list_for_each_entry(packet, &host->pending_packets, queue)
1054 list_splice_init(&host->pending_packets, &tmp);
1080 list_for_each_entry_safe(packet, p, &host->pending_packets, queue) {
1089 if (!list_empty(&host->pending_packets))
H A Dhosts.c131 INIT_LIST_HEAD(&h->pending_packets);

Completed in 79 milliseconds