Lines Matching refs:pkt_queue

205 			     struct list_head *pkt_queue)  in htc_issue_packets()  argument
215 pkt_queue, get_queue_depth(pkt_queue)); in htc_issue_packets()
217 while (!list_empty(pkt_queue)) { in htc_issue_packets()
218 packet = list_first_entry(pkt_queue, struct htc_packet, list); in htc_issue_packets()
277 list_add(&packet->list, pkt_queue); in htc_issue_packets()
283 while (!list_empty(pkt_queue)) { in htc_issue_packets()
290 packet = list_first_entry(pkt_queue, in htc_issue_packets()
784 struct list_head *pkt_queue) in htc_send_packets_multiple() argument
789 if (list_empty(pkt_queue)) in htc_send_packets_multiple()
793 packet = list_first_entry(pkt_queue, struct htc_packet, list); in htc_send_packets_multiple()
801 htc_try_send(target, ep, pkt_queue); in htc_send_packets_multiple()
804 if (!list_empty(pkt_queue)) { in htc_send_packets_multiple()
805 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in htc_send_packets_multiple()
809 do_send_completion(ep, pkt_queue); in htc_send_packets_multiple()
1635 struct list_head *pkt_queue) in ath6kl_htc_pipe_add_rxbuf_multiple() argument
1641 if (list_empty(pkt_queue)) in ath6kl_htc_pipe_add_rxbuf_multiple()
1644 first = list_first_entry(pkt_queue, struct htc_packet, list); in ath6kl_htc_pipe_add_rxbuf_multiple()
1652 __func__, first->endpoint, get_queue_depth(pkt_queue), in ath6kl_htc_pipe_add_rxbuf_multiple()
1660 list_splice_tail_init(pkt_queue, &ep->rx_bufq); in ath6kl_htc_pipe_add_rxbuf_multiple()
1666 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in ath6kl_htc_pipe_add_rxbuf_multiple()
1670 do_recv_completion(ep, pkt_queue); in ath6kl_htc_pipe_add_rxbuf_multiple()