Home
last modified time | relevance | path

Searched refs:active_descq (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
A Dqed_ll2.h70 struct list_head active_descq; member
85 struct list_head active_descq; member
A Dqed_ll2.c312 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()
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()
592 while (!list_empty(&p_rx->active_descq)) { in qed_ll2_rxq_flush()
611 b_last = list_empty(&p_rx->active_descq); in qed_ll2_rxq_flush()
899 if (list_empty(&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()
[all …]

Completed in 8 milliseconds