Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.h148 } qede_tx_bcopy_pkt_t; typedef
151 qede_tx_bcopy_pkt_t *bcopy_pool;
152 qede_tx_bcopy_pkt_t *free_list[MAX_TX_RING_SIZE];
175 qede_tx_bcopy_pkt_t *bcopy_pkt;
H A Dqede_fp.c76 static qede_tx_bcopy_pkt_t *
80 qede_tx_bcopy_pkt_t *pkt; in qede_get_bcopy_pkt()
92 qede_put_bcopy_pkt(qede_tx_ring_t *tx_ring, qede_tx_bcopy_pkt_t *pkt) in qede_put_bcopy_pkt()
143 qede_tx_bcopy_pkt_t *bcopy_pkt; in qede_process_tx_completions()
980 qede_tx_bcopy_pkt_t *bcopy_pkt = NULL; in qede_tx_bcopy()
H A Dqede_main.c2502 qede_tx_bcopy_pkt_t *bcopy_pkt; in qede_free_tx_bcopy_buffers()
2539 qede_tx_bcopy_pkt_t *bcopy_pkt, *bcopy_list; in qede_alloc_tx_bcopy_buffers()
2556 size = sizeof (qede_tx_bcopy_pkt_t) * qede->tx_ring_size; in qede_alloc_tx_bcopy_buffers()