Lines Matching refs:container
81 struct list_head container; in send_packet_completion() local
84 INIT_LIST_HEAD(&container); in send_packet_completion()
85 list_add_tail(&packet->list, &container); in send_packet_completion()
88 do_send_completion(ep, &container); in send_packet_completion()
937 struct list_head container; in recv_packet_completion() local
938 INIT_LIST_HEAD(&container); in recv_packet_completion()
939 list_add_tail(&packet->list, &container); in recv_packet_completion()
942 do_recv_completion(ep, &container); in recv_packet_completion()
1101 struct list_head container; in htc_flush_rx_queue() local
1123 INIT_LIST_HEAD(&container); in htc_flush_rx_queue()
1124 list_add_tail(&packet->list, &container); in htc_flush_rx_queue()
1127 do_recv_completion(ep, &container); in htc_flush_rx_queue()