Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c302 struct qed_ll2_tx_packet *p_pkt = NULL; in qed_ll2_txq_flush() local
316 p_pkt = list_first_entry(&p_tx->active_descq, in qed_ll2_txq_flush()
318 if (!p_pkt) in qed_ll2_txq_flush()
321 list_del(&p_pkt->list_entry); in qed_ll2_txq_flush()
323 list_add_tail(&p_pkt->list_entry, &p_tx->free_descq); in qed_ll2_txq_flush()
328 p_buffer = (struct qed_ooo_buffer *)p_pkt->cookie; in qed_ll2_txq_flush()
332 p_tx->cur_completing_packet = *p_pkt; in qed_ll2_txq_flush()
335 p_tx->cur_completing_bd_idx == p_pkt->bd_used; in qed_ll2_txq_flush()
336 tx_frag = p_pkt->bds_set[0].tx_frag; in qed_ll2_txq_flush()
339 p_pkt->cookie, in qed_ll2_txq_flush()
[all …]