Searched refs:EFX_TXQ_MAGIC (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/sys/dev/sfxge/common/ |
| D | efx_tx.c | 324 etp->et_magic = EFX_TXQ_MAGIC; in efx_tx_qcreate() 357 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qdestroy() 380 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpost() 402 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpush() 416 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpace() 436 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qflush() 455 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qenable() 468 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpio_enable() 499 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpio_disable() 516 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpio_write() [all …]
|
| D | efx_impl.h | 756 #define EFX_TXQ_MAGIC 0x05092005 macro
|