Lines Matching refs:active_descq
312 while (!list_empty(&p_tx->active_descq)) { in qed_ll2_txq_flush()
313 p_pkt = list_first_entry(&p_tx->active_descq, in qed_ll2_txq_flush()
319 b_last_packet = list_empty(&p_tx->active_descq); in qed_ll2_txq_flush()
368 if (list_empty(&p_tx->active_descq)) in qed_ll2_txq_completion()
371 p_pkt = list_first_entry(&p_tx->active_descq, in qed_ll2_txq_completion()
488 if (!list_empty(&p_rx->active_descq)) in qed_ll2_rxq_handle_completion()
489 p_pkt = list_first_entry(&p_rx->active_descq, in qed_ll2_rxq_handle_completion()
592 while (!list_empty(&p_rx->active_descq)) { in qed_ll2_rxq_flush()
593 p_pkt = list_first_entry(&p_rx->active_descq, in qed_ll2_rxq_flush()
611 b_last = list_empty(&p_rx->active_descq); in qed_ll2_rxq_flush()
700 if (unlikely(list_empty(&p_rx->active_descq))) { in qed_ll2_lb_rxq_handler()
707 p_pkt = list_first_entry(&p_rx->active_descq, in qed_ll2_lb_rxq_handler()
899 if (list_empty(&p_tx->active_descq)) in qed_ll2_lb_txq_completion()
902 p_pkt = list_first_entry(&p_tx->active_descq, in qed_ll2_lb_txq_completion()
1589 INIT_LIST_HEAD(&p_rx->active_descq); in qed_ll2_establish_connection()
1600 INIT_LIST_HEAD(&p_tx->active_descq); in qed_ll2_establish_connection()
1734 &p_rx->active_descq); in qed_ll2_post_rx_buffer_notify_fw()
1740 list_add_tail(&p_curp->list_entry, &p_rx->active_descq); in qed_ll2_post_rx_buffer_notify_fw()
1976 list_move_tail(&p_pkt->list_entry, &p_tx->active_descq); in qed_ll2_tx_packet_notify()