Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.c141 qede_tx_recycle_list_t *recycle_entry; in qede_process_tx_completions() local
153 recycle_entry = &tx_ring->tx_recycle_list[sw_consumer]; in qede_process_tx_completions()
154 if (recycle_entry->dmah_entry != NULL) { in qede_process_tx_completions()
155 dmah = recycle_entry->dmah_entry; in qede_process_tx_completions()
171 recycle_entry->dmah_entry = NULL; in qede_process_tx_completions()
172 } else if (recycle_entry->bcopy_pkt != NULL) { in qede_process_tx_completions()
173 bcopy_pkt = recycle_entry->bcopy_pkt; in qede_process_tx_completions()
176 recycle_entry->bcopy_pkt = NULL; in qede_process_tx_completions()