Searched refs:et_txqs_idx (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ena/ |
H A D | ena_tx.c | 139 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 D | ena.h | 394 uint_t et_txqs_idx; /* WO */ member
|
H A D | ena_stats.c | 364 (void) snprintf(buf, sizeof (buf), "txq_%d", txq->et_txqs_idx); in ena_stat_txq_init()
|
H A D | ena.c | 1534 txq->et_txqs_idx = i; in ena_attach_alloc_txqs()
|