Lines Matching refs:active_descq
315 while (!list_empty(&p_tx->active_descq)) { in qed_ll2_txq_flush()
316 p_pkt = list_first_entry(&p_tx->active_descq, in qed_ll2_txq_flush()
322 b_last_packet = list_empty(&p_tx->active_descq); in qed_ll2_txq_flush()
371 if (list_empty(&p_tx->active_descq)) in qed_ll2_txq_completion()
374 p_pkt = list_first_entry(&p_tx->active_descq, in qed_ll2_txq_completion()
491 if (!list_empty(&p_rx->active_descq)) in qed_ll2_rxq_handle_completion()
492 p_pkt = list_first_entry(&p_rx->active_descq, in qed_ll2_rxq_handle_completion()
595 while (!list_empty(&p_rx->active_descq)) { in qed_ll2_rxq_flush()
596 p_pkt = list_first_entry(&p_rx->active_descq, in qed_ll2_rxq_flush()
614 b_last = list_empty(&p_rx->active_descq); in qed_ll2_rxq_flush()
703 if (unlikely(list_empty(&p_rx->active_descq))) { in qed_ll2_lb_rxq_handler()
710 p_pkt = list_first_entry(&p_rx->active_descq, in qed_ll2_lb_rxq_handler()
902 if (list_empty(&p_tx->active_descq)) in qed_ll2_lb_txq_completion()
905 p_pkt = list_first_entry(&p_tx->active_descq, in qed_ll2_lb_txq_completion()
1592 INIT_LIST_HEAD(&p_rx->active_descq); in qed_ll2_establish_connection()
1603 INIT_LIST_HEAD(&p_tx->active_descq); in qed_ll2_establish_connection()
1737 &p_rx->active_descq); in qed_ll2_post_rx_buffer_notify_fw()
1743 list_add_tail(&p_curp->list_entry, &p_rx->active_descq); in qed_ll2_post_rx_buffer_notify_fw()
1979 list_move_tail(&p_pkt->list_entry, &p_tx->active_descq); in qed_ll2_tx_packet_notify()