Home
last modified time | relevance | path

Searched refs:et_cq_phase (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_tx.c159 txq->et_cq_phase = 1; in ena_alloc_txq()
231 txq->et_cq_phase = 0; in ena_cleanup_txq()
519 while (ENAHW_TX_CDESC_GET_PHASE(cdesc) == txq->et_cq_phase) { in ena_tx_intr_work()
548 txq->et_cq_phase ^= 1; in ena_tx_intr_work()
H A Dena.h456 uint16_t et_cq_phase; /* TM */ member