Lines Matching refs:EFSYS_ASSERT3U

241 	EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC);  in efx_tx_init()
242 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_tx_init()
285 EFSYS_ASSERT3U(enp->en_tx_qcount, ==, 0); in efx_tx_init()
314 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_fini()
315 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_NIC); in efx_tx_fini()
316 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TX); in efx_tx_fini()
317 EFSYS_ASSERT3U(enp->en_tx_qcount, ==, 0); in efx_tx_fini()
342 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_qcreate()
343 EFSYS_ASSERT3U(enp->en_mod_flags, &, EFX_MOD_TX); in efx_tx_qcreate()
345 EFSYS_ASSERT3U(enp->en_tx_qcount + 1, <, 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()
574 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qpio_post()
601 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qdesc_post()
617 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qdesc_dma_create()
634 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qdesc_tso_create()
653 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qdesc_tso2_create()
669 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qdesc_vlantci_create()
684 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qdesc_checksum_create()
699 EFSYS_ASSERT3U(etp->et_magic, ==, EFX_TXQ_MAGIC); in efx_tx_qstats_update()
947 EFSYS_ASSERT3U(label, <, EFX_EV_TX_NLABELS); in siena_tx_qcreate()
1097 EFSYS_ASSERT3U(enp->en_magic, ==, EFX_NIC_MAGIC); in efx_tx_qstat_name()
1098 EFSYS_ASSERT3U(id, <, TX_NQSTATS); in efx_tx_qstat_name()