Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.h71 struct list_head active_descq; member
86 struct list_head active_descq; member
H A Dqed_ll2.c286 while (!list_empty(&p_tx->active_descq)) { in qed_ll2_txq_flush()
287 p_pkt = list_first_entry(&p_tx->active_descq, in qed_ll2_txq_flush()
293 b_last_packet = list_empty(&p_tx->active_descq); in qed_ll2_txq_flush()
342 if (list_empty(&p_tx->active_descq)) in qed_ll2_txq_completion()
345 p_pkt = list_first_entry(&p_tx->active_descq, in qed_ll2_txq_completion()
462 if (!list_empty(&p_rx->active_descq)) in qed_ll2_rxq_handle_completion()
463 p_pkt = list_first_entry(&p_rx->active_descq, in qed_ll2_rxq_handle_completion()
566 while (!list_empty(&p_rx->active_descq)) { in qed_ll2_rxq_flush()
567 p_pkt = list_first_entry(&p_rx->active_descq, in qed_ll2_rxq_flush()
585 b_last = list_empty(&p_rx->active_descq); in qed_ll2_rxq_flush()
[all …]