Home
last modified time | relevance | path

Searched refs:et_index (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_tx.c263 if ((rc = ef10_nic_pio_link(enp, etp->et_index, handle)) != 0) { in ef10_tx_qpio_enable()
302 (void) ef10_nic_pio_unlink(enp, etp->et_index); in ef10_tx_qpio_disable()
387 EFSYS_PROBE4(tx_pio_post, unsigned int, etp->et_index, in ef10_tx_qpio_post()
445 EFSYS_PROBE5(tx_post, unsigned int, etp->et_index, in ef10_tx_qpost()
501 EFX_BAR_TBL_DOORBELL_WRITEO(enp, ER_DZ_TX_DESC_UPD_REG, etp->et_index, in ef10_tx_qpush()
533 EFSYS_PROBE3(tx_desc_post, unsigned int, etp->et_index, in ef10_tx_qdesc_post()
558 EFSYS_PROBE4(tx_desc_dma_create, unsigned int, etp->et_index, in ef10_tx_qdesc_dma_create()
578 EFSYS_PROBE4(tx_desc_tso_create, unsigned int, etp->et_index, in ef10_tx_qdesc_tso_create()
600 EFSYS_PROBE4(tx_desc_tso2_create, unsigned int, etp->et_index, in ef10_tx_qdesc_tso2_create()
629 EFSYS_PROBE2(tx_desc_vlantci_create, unsigned int, etp->et_index, in ef10_tx_qdesc_vlantci_create()
[all …]
H A Defx_tx.c320 etp->et_index = index; in efx_tx_qcreate()
711 EFSYS_PROBE5(tx_post, unsigned int, (_etp)->et_index, \
790 etp->et_index, &dword, B_FALSE); in siena_tx_qpush()
827 EFX_BAR_TBL_WRITEO(enp, FR_AZ_TX_PACE_TBL, etp->et_index, in siena_tx_qpace()
848 label = etp->et_index; in siena_tx_qflush()
866 etp->et_index, &oword, B_TRUE); in siena_tx_qenable()
868 EFSYS_PROBE5(tx_descq_ptr, unsigned int, etp->et_index, in siena_tx_qenable()
879 etp->et_index, &oword, B_TRUE); in siena_tx_qenable()
945 etp->et_index, &oword, B_TRUE); in siena_tx_qcreate()
987 EFSYS_PROBE3(tx_desc_post, unsigned int, etp->et_index, in siena_tx_qdesc_post()
[all …]
H A Defx_impl.h737 unsigned int et_index; member
H A Defx_filter.c302 spec->efs_dmaq_id = (uint16_t)etp->et_index; in efx_filter_spec_init_tx()