Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.h70 struct list_head active_descq; member
85 struct list_head active_descq; member
Dqed_ll2.c315 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()
[all …]