Searched refs:p_tx (Results 1 – 1 of 1) sorted by relevance
275 struct qed_ll2_tx_queue *p_tx; in qed_ll2_txq_flush() local283 p_tx = &p_ll2_conn->tx_queue; in qed_ll2_txq_flush()285 spin_lock_irqsave(&p_tx->lock, flags); in qed_ll2_txq_flush()286 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()294 list_add_tail(&p_pkt->list_entry, &p_tx->free_descq); in qed_ll2_txq_flush()295 spin_unlock_irqrestore(&p_tx->lock, flags); in qed_ll2_txq_flush()303 p_tx->cur_completing_packet = *p_pkt; in qed_ll2_txq_flush()304 p_tx->cur_completing_bd_idx = 1; in qed_ll2_txq_flush()[all …]