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()
944 struct list_head container; in recv_packet_completion() local
945 INIT_LIST_HEAD(&container); in recv_packet_completion()
946 list_add_tail(&packet->list, &container); in recv_packet_completion()
949 do_recv_completion(ep, &container); in recv_packet_completion()
1108 struct list_head container; in htc_flush_rx_queue() local
1130 INIT_LIST_HEAD(&container); in htc_flush_rx_queue()
1131 list_add_tail(&packet->list, &container); in htc_flush_rx_queue()
1134 do_recv_completion(ep, &container); in htc_flush_rx_queue()