Searched refs:et_index (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/sfxge/common/ |
H A D | ef10_tx.c | 282 if ((rc = ef10_nic_pio_link(enp, etp->et_index, handle)) != 0) { in ef10_tx_qpio_enable() 321 if (ef10_nic_pio_unlink(enp, etp->et_index) != 0) in ef10_tx_qpio_disable() 406 EFSYS_PROBE4(tx_pio_post, unsigned int, etp->et_index, in ef10_tx_qpio_post() 465 EFSYS_PROBE5(tx_post, unsigned int, etp->et_index, in ef10_tx_qpost() 535 etp->et_index, &oword); in ef10_tx_qpush() 551 etp->et_index, &dword, B_FALSE); in ef10_tx_qpush() 580 EFSYS_PROBE3(tx_desc_post, unsigned int, etp->et_index, in ef10_tx_qdesc_post() 602 EFSYS_PROBE4(tx_desc_dma_create, unsigned int, etp->et_index, in ef10_tx_qdesc_dma_create() 624 EFSYS_PROBE4(tx_desc_tso_create, unsigned int, etp->et_index, in ef10_tx_qdesc_tso_create() 649 EFSYS_PROBE4(tx_desc_tso2_create, unsigned int, etp->et_index, in ef10_tx_qdesc_tso2_create() [all …]
|
H A D | efx_tx.c | 358 etp->et_index = index; in efx_tx_qcreate() 754 EFSYS_PROBE5(tx_post, unsigned int, (_etp)->et_index, \ 831 etp->et_index, &dword, B_FALSE); in siena_tx_qpush() 869 EFX_BAR_TBL_WRITEO(enp, FR_AZ_TX_PACE_TBL, etp->et_index, in siena_tx_qpace() 890 label = etp->et_index; in siena_tx_qflush() 908 etp->et_index, &oword, B_TRUE); in siena_tx_qenable() 910 EFSYS_PROBE5(tx_descq_ptr, unsigned int, etp->et_index, in siena_tx_qenable() 921 etp->et_index, &oword, B_TRUE); in siena_tx_qenable() 995 etp->et_index, &oword, B_TRUE); in siena_tx_qcreate() 1039 EFSYS_PROBE3(tx_desc_post, unsigned int, etp->et_index, in siena_tx_qdesc_post() [all …]
|
H A D | efx_impl.h | 828 unsigned int et_index; member
|
H A D | efx_filter.c | 345 spec->efs_dmaq_id = (uint16_t)etp->et_index; in efx_filter_spec_init_tx()
|