Searched refs:en_tx_qcount (Results 1 – 2 of 2) sorted by relevance
65 EFSYS_ASSERT3U(enp->en_tx_qcount, ==, 0); in efx_tx_init()344 EFSYS_ASSERT3U(enp->en_tx_qcount + 1, <, encp->enc_txq_limit); in efx_tx_qcreate()395 enp->en_tx_qcount++; in efx_tx_qcreate()462 EFSYS_ASSERT(enp->en_tx_qcount != 0); in efx_tx_qdestroy()463 --enp->en_tx_qcount; in efx_tx_qdestroy()482 EFSYS_ASSERT3U(enp->en_tx_qcount, ==, 0); in efx_tx_fini()
343 uint32_t en_tx_qcount; member