Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.h84 struct list_head active_descq; member
98 struct list_head active_descq; member
Dqed_ll2.c313 while (!list_empty(&p_tx->active_descq)) { in qed_ll2_txq_flush()
314 p_pkt = list_first_entry(&p_tx->active_descq, in qed_ll2_txq_flush()
320 b_last_packet = list_empty(&p_tx->active_descq); in qed_ll2_txq_flush()
366 if (list_empty(&p_tx->active_descq)) in qed_ll2_txq_completion()
369 p_pkt = list_first_entry(&p_tx->active_descq, in qed_ll2_txq_completion()
486 if (!list_empty(&p_rx->active_descq)) in qed_ll2_rxq_handle_completion()
487 p_pkt = list_first_entry(&p_rx->active_descq, in qed_ll2_rxq_handle_completion()
581 while (!list_empty(&p_rx->active_descq)) { in qed_ll2_rxq_flush()
582 p_pkt = list_first_entry(&p_rx->active_descq, in qed_ll2_rxq_flush()
600 b_last = list_empty(&p_rx->active_descq); in qed_ll2_rxq_flush()
[all …]