Searched refs:et_magic (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_tx.c | 356 etp->et_magic = EFX_TXQ_MAGIC; in efx_tx_qcreate() 389 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qdestroy() 412 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpost() 433 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpush() 447 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpace() 467 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qflush() 486 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qenable() 499 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpio_enable() 530 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpio_disable() 547 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpio_write() [all …]
|
H A D | efx_impl.h | 826 uint32_t et_magic; member
|