Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sfxge/common/
Defx_tx.c326 etp->et_magic = EFX_TXQ_MAGIC; in efx_tx_qcreate()
359 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qdestroy()
382 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpost()
404 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpush()
418 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpace()
438 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qflush()
457 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qenable()
470 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpio_enable()
501 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpio_disable()
518 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpio_write()
[all …]
Defx_impl.h741 uint32_t et_magic; member