Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_tx.c139 txq->et_txqs_idx, ret); in ena_alloc_txq()
153 ena_err(ena, "failed to create Tx CQ %u: %d", txq->et_txqs_idx, in ena_alloc_txq()
179 ena_err(ena, "failed to create Tx SQ %u: %d", txq->et_txqs_idx, in ena_alloc_txq()
208 txq->et_txqs_idx, ret); in ena_cleanup_txq()
225 txq->et_txqs_idx, ret); in ena_cleanup_txq()
H A Dena.h394 uint_t et_txqs_idx; /* WO */ member
H A Dena_stats.c364 (void) snprintf(buf, sizeof (buf), "txq_%d", txq->et_txqs_idx); in ena_stat_txq_init()
H A Dena.c1534 txq->et_txqs_idx = i; in ena_attach_alloc_txqs()