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()
276 list_add(&packet->list, pkt_queue); in htc_issue_packets()
282 while (!list_empty(pkt_queue)) { in htc_issue_packets()
289 packet = list_first_entry(pkt_queue, in htc_issue_packets()
781 struct list_head *pkt_queue) in htc_send_packets_multiple() argument
786 if (list_empty(pkt_queue)) in htc_send_packets_multiple()
790 packet = list_first_entry(pkt_queue, struct htc_packet, list); in htc_send_packets_multiple()
798 htc_try_send(target, ep, pkt_queue); in htc_send_packets_multiple()
801 if (!list_empty(pkt_queue)) { in htc_send_packets_multiple()
802 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in htc_send_packets_multiple()
806 do_send_completion(ep, pkt_queue); in htc_send_packets_multiple()
1623 struct list_head *pkt_queue) in ath6kl_htc_pipe_add_rxbuf_multiple() argument
1629 if (list_empty(pkt_queue)) in ath6kl_htc_pipe_add_rxbuf_multiple()
1632 first = list_first_entry(pkt_queue, struct htc_packet, list); in ath6kl_htc_pipe_add_rxbuf_multiple()
1640 __func__, first->endpoint, get_queue_depth(pkt_queue), in ath6kl_htc_pipe_add_rxbuf_multiple()
1648 list_splice_tail_init(pkt_queue, &ep->rx_bufq); in ath6kl_htc_pipe_add_rxbuf_multiple()
1654 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in ath6kl_htc_pipe_add_rxbuf_multiple()
1658 do_recv_completion(ep, pkt_queue); in ath6kl_htc_pipe_add_rxbuf_multiple()