Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.c153 recycle_entry = &tx_ring->tx_recycle_list[sw_consumer]; in qede_process_tx_completions()
1055 tx_ring->tx_recycle_list[tx_ring->sw_tx_prod].bcopy_pkt = bcopy_pkt; in qede_tx_bcopy()
1056 tx_ring->tx_recycle_list[tx_ring->sw_tx_prod].dmah_entry = NULL; in qede_tx_bcopy()
1100 qede_tx_recycle_list_t *tx_recycle_list = tx_ring->tx_recycle_list; in qede_tx_mapped() local
1367 tx_ring->tx_recycle_list[tx_ring->sw_tx_prod].dmah_entry = head; in qede_tx_mapped()
1368 tx_ring->tx_recycle_list[tx_ring->sw_tx_prod].bcopy_pkt = NULL; in qede_tx_mapped()
H A Dqede.h317 qede_tx_recycle_list_t *tx_recycle_list; member
H A Dqede_main.c2743 tx_ring->tx_recycle_list = recycle_list; in qede_alloc_tx_ring_phys()
2827 if (tx_ring->tx_recycle_list) { in qede_free_tx_ring_phys()
2828 kmem_free(tx_ring->tx_recycle_list, in qede_free_tx_ring_phys()