Symbol: ena_txq_t
usr/src/uts/common/io/ena/ena.c
1966
ena_txq_t *txq = &ena->ena_txqs[i];
usr/src/uts/common/io/ena/ena.c
2001
ena_txq_t *txq = &ena->ena_txqs[i];
usr/src/uts/common/io/ena/ena.c
2065
ena_txq_t *txq = &ena->ena_txqs[i];
usr/src/uts/common/io/ena/ena.c
2134
ena_txq_t *txq = &ena->ena_txqs[i];
usr/src/uts/common/io/ena/ena.h
1029
extern bool ena_alloc_txq(ena_txq_t *);
usr/src/uts/common/io/ena/ena.h
1030
extern void ena_cleanup_txq(ena_txq_t *, bool);
usr/src/uts/common/io/ena/ena.h
806
ena_txq_t *ena_txqs;
usr/src/uts/common/io/ena/ena.h
952
extern void ena_stat_txq_cleanup(ena_txq_t *);
usr/src/uts/common/io/ena/ena.h
953
extern bool ena_stat_txq_init(ena_txq_t *);
usr/src/uts/common/io/ena/ena.h
971
extern void ena_tx_intr_work(ena_txq_t *);
usr/src/uts/common/io/ena/ena_gld.c
115
ena_txq_t *txq = &ena->ena_txqs[ring_index];
usr/src/uts/common/io/ena/ena_intr.c
29
ena_txq_t *txq = &ena->ena_txqs[vector - 1];
usr/src/uts/common/io/ena/ena_stats.c
348
ena_stat_txq_cleanup(ena_txq_t *txq)
usr/src/uts/common/io/ena/ena_stats.c
357
ena_stat_txq_init(ena_txq_t *txq)
usr/src/uts/common/io/ena/ena_stats.c
489
ena_txq_t *txq = (ena_txq_t *)rh;
usr/src/uts/common/io/ena/ena_tx.c
125
ena_alloc_txq(ena_txq_t *txq)
usr/src/uts/common/io/ena/ena_tx.c
20
ena_free_tx_dma(ena_txq_t *txq)
usr/src/uts/common/io/ena/ena_tx.c
209
ena_cleanup_txq(ena_txq_t *txq, bool resetting)
usr/src/uts/common/io/ena/ena_tx.c
263
ena_txq_t *txq = (ena_txq_t *)rh;
usr/src/uts/common/io/ena/ena_tx.c
277
ena_txq_t *txq = (ena_txq_t *)rh;
usr/src/uts/common/io/ena/ena_tx.c
298
ena_tcb_alloc(ena_txq_t *txq)
usr/src/uts/common/io/ena/ena_tx.c
314
ena_tcb_free(ena_txq_t *txq, ena_tx_control_block_t *tcb)
usr/src/uts/common/io/ena/ena_tx.c
344
ena_tcb_pull(const ena_txq_t *txq, ena_tx_control_block_t *tcb, mblk_t *mp)
usr/src/uts/common/io/ena/ena_tx.c
373
ena_fill_tx_data_desc(ena_txq_t *txq, ena_tx_control_block_t *tcb,
usr/src/uts/common/io/ena/ena_tx.c
442
ena_llq_write_to_dev(ena_txq_t *txq, uint8_t *buf, uint16_t entry_size)
usr/src/uts/common/io/ena/ena_tx.c
468
ena_submit_tx(ena_txq_t *txq, uint16_t desc_idx)
usr/src/uts/common/io/ena/ena_tx.c
488
ena_txq_t *txq = arg;
usr/src/uts/common/io/ena/ena_tx.c
50
ena_alloc_tx_dma(ena_txq_t *txq)
usr/src/uts/common/io/ena/ena_tx.c
656
ena_tx_intr_work(ena_txq_t *txq)
usr/src/uts/common/io/ena/ena_watchdog.c
64
ena_txq_t *txq = &ena->ena_txqs[i];