Symbol: qede_tx_ring_t
usr/src/uts/common/io/qede/qede.h
1036
qede_bar2_write32_tx_doorbell(qede_tx_ring_t *tx_ring, u32 val);
usr/src/uts/common/io/qede/qede.h
379
qede_tx_ring_t *tx_ring[MAX_TC];
usr/src/uts/common/io/qede/qede.h
781
qede_tx_ring_t tx_array[MAX_TC_COUNT][MAX_FASTPATH_COUNT];
usr/src/uts/common/io/qede/qede_dbg.c
258
qede_print_tx_ring(qede_tx_ring_t *tx_ring)
usr/src/uts/common/io/qede/qede_fp.c
1069
qede_tx_mapped(qede_tx_ring_t *tx_ring, mblk_t *mp, qede_tx_pktinfo_t *pktinfo)
usr/src/uts/common/io/qede/qede_fp.c
123
qede_process_tx_completions(qede_tx_ring_t *tx_ring)
usr/src/uts/common/io/qede/qede_fp.c
1408
qede_send_tx_packet(qede_t *qede, qede_tx_ring_t *tx_ring, mblk_t *mp)
usr/src/uts/common/io/qede/qede_fp.c
1817
qede_tx_ring_t *tx_ring = fp->tx_ring[0];
usr/src/uts/common/io/qede/qede_fp.c
1819
qede_tx_ring_t *tx_ring;
usr/src/uts/common/io/qede/qede_fp.c
206
qede_has_tx_work(qede_tx_ring_t *tx_ring)
usr/src/uts/common/io/qede/qede_fp.c
30
qede_get_dmah_entry(qede_tx_ring_t *tx_ring)
usr/src/uts/common/io/qede/qede_fp.c
45
qede_put_dmah_entries(qede_tx_ring_t *tx_ring, qede_dma_handle_entry_t *dmah)
usr/src/uts/common/io/qede/qede_fp.c
68
qede_get_bcopy_pkt(qede_tx_ring_t *tx_ring)
usr/src/uts/common/io/qede/qede_fp.c
804
qede_tx_ring_t *tx_ring;
usr/src/uts/common/io/qede/qede_fp.c
83
qede_put_bcopy_pkt(qede_tx_ring_t *tx_ring, qede_tx_bcopy_pkt_t *pkt)
usr/src/uts/common/io/qede/qede_fp.c
94
qede_print_tx_indexes(qede_tx_ring_t *tx_ring)
usr/src/uts/common/io/qede/qede_fp.c
969
qede_tx_bcopy(qede_tx_ring_t *tx_ring, mblk_t *mp, qede_tx_pktinfo_t *pktinfo)
usr/src/uts/common/io/qede/qede_gld.c
233
qede_tx_ring_t *tx_ring = fp->tx_ring[0];
usr/src/uts/common/io/qede/qede_gld.c
488
qede_tx_ring_t *tx_ring;
usr/src/uts/common/io/qede/qede_gld.c
691
qede_tx_ring_t *tx_ring;
usr/src/uts/common/io/qede/qede_kstat.c
261
qede_tx_ring_t *tx_ring;
usr/src/uts/common/io/qede/qede_kstat.c
706
qede_tx_ring_t *tx_ring = &qede->tx_array[0][idx];
usr/src/uts/common/io/qede/qede_main.c
1613
qede_tx_ring_t *tx_ring;
usr/src/uts/common/io/qede/qede_main.c
1692
qede_tx_ring_t *tx_ring;
usr/src/uts/common/io/qede/qede_main.c
2442
qede_tx_ring_t *tx_ring;
usr/src/uts/common/io/qede/qede_main.c
2462
qede_alloc_tx_bd_ring(qede_t *qede, qede_tx_ring_t *tx_ring)
usr/src/uts/common/io/qede/qede_main.c
2486
qede_free_tx_bcopy_buffers(qede_tx_ring_t *tx_ring)
usr/src/uts/common/io/qede/qede_main.c
2520
qede_alloc_tx_bcopy_buffers(qede_t *qede, qede_tx_ring_t *tx_ring)
usr/src/uts/common/io/qede/qede_main.c
2590
qede_free_tx_dma_handles(qede_t *qede, qede_tx_ring_t *tx_ring)
usr/src/uts/common/io/qede/qede_main.c
2618
qede_alloc_tx_dma_handles(qede_t *qede, qede_tx_ring_t *tx_ring)
usr/src/uts/common/io/qede/qede_main.c
2672
qede_tx_ring_t *tx_ring;
usr/src/uts/common/io/qede/qede_main.c
2804
qede_tx_ring_t *tx_ring;
usr/src/uts/common/io/qede/qede_main.c
2845
qede_tx_ring_t *tx_ring;
usr/src/uts/common/io/qede/qede_main.c
2951
qede_tx_ring_t *tx_ring;
usr/src/uts/common/io/qede/qede_main.c
318
qede_tx_ring_t *tx_ring;
usr/src/uts/common/io/qede/qede_main.c
346
qede_tx_ring_t *tx_ring;
usr/src/uts/common/io/qede/qede_main.c
387
qede_tx_ring_t *tx_array, *tx_ring;
usr/src/uts/common/io/qede/qede_main.c
518
qede_bar2_write32_tx_doorbell(qede_tx_ring_t *tx_ring, u32 val)