Searched refs:ee_index (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_ev.c | 215 (void) efx_mcdi_fini_evq(enp, eep->ee_index); in ef10_ev_qdestroy() 240 EFX_BAR_VI_WRITED(enp, ER_DD_EVQ_INDIRECT, eep->ee_index, in ef10_ev_qprime() 248 EFX_BAR_VI_WRITED(enp, ER_DD_EVQ_INDIRECT, eep->ee_index, in ef10_ev_qprime() 252 EFX_BAR_VI_WRITED(enp, ER_DZ_EVQ_RPTR_REG, eep->ee_index, in ef10_ev_qprime() 311 (void) efx_mcdi_driver_event(enp, eep->ee_index, event); in ef10_ev_qpost() 350 rc = efx_mcdi_set_evq_tmr(enp, eep->ee_index, mode, ns); in ef10_ev_qmoderate() 366 eep->ee_index, &dword, 0); in ef10_ev_qmoderate() 378 eep->ee_index, &dword, 0); in ef10_ev_qmoderate() 820 EFSYS_PROBE3(bad_event, unsigned int, eep->ee_index, in ef10_ev_driver() 844 EFSYS_PROBE3(bad_event, unsigned int, eep->ee_index, in ef10_ev_drv_gen() [all …]
|
| H A D | rhead_ev.c | 181 (void) efx_mcdi_fini_evq(enp, eep->ee_index); in rhead_ev_qdestroy() 195 EFX_POPULATE_DWORD_2(dword, ERF_GZ_EVQ_ID, eep->ee_index, in rhead_ev_qprime() 236 EFSYS_PROBE3(bad_event, unsigned int, eep->ee_index, in rhead_ev_dispatch() 306 EFSYS_PROBE3(event, unsigned int, eep->ee_index, in rhead_ev_qpoll() 383 EFSYS_PROBE7(ew_bad_event, unsigned int, eep->ee_index, in rhead_ev_ew_dispatch() 447 EFSYS_PROBE7(ew_event, unsigned int, eep->ee_index, in rhead_ev_ew_qpoll()
|
| H A D | efx_ev.c | 335 eep->ee_index = index; in efx_ev_qcreate_irq() 912 EFSYS_PROBE3(bad_event, unsigned int, eep->ee_index, in siena_ev_tx() 1086 EFSYS_PROBE3(bad_event, unsigned int, eep->ee_index, in siena_ev_drv_gen() 1218 EFX_BAR_TBL_WRITED(enp, FR_AZ_EVQ_RPTR_REG, eep->ee_index, in siena_ev_qprime() 1236 EFX_POPULATE_OWORD_3(oword, FRF_AZ_DRV_EV_QID, eep->ee_index, in siena_ev_qpost() 1276 locked = (eep->ee_index == 0) ? 1 : 0; in siena_ev_qmoderate() 1279 eep->ee_index, &dword, locked); in siena_ev_qmoderate() 1468 eep->ee_index, &oword, B_TRUE); in siena_ev_qdestroy() 1471 EFX_BAR_TBL_WRITEO(enp, FR_AZ_TIMER_TBL, eep->ee_index, &oword, B_TRUE); in siena_ev_qdestroy() 1530 EFSYS_PROBE3(event, unsigned int, eep->ee_index, in siena_ef10_ev_qpoll() [all …]
|
| H A D | rhead_tx.c | 51 if ((rc = efx_mcdi_init_txq(enp, ndescs, eep->ee_index, label, index, in rhead_tx_qcreate()
|
| H A D | ef10_tx.c | 65 if ((rc = efx_mcdi_init_txq(enp, ndescs, eep->ee_index, label, index, in ef10_tx_qcreate()
|
| H A D | efx_tx.c | 1014 FRF_AZ_TX_DESCQ_EVQ_ID, eep->ee_index, in siena_tx_qcreate()
|
| H A D | efx_impl.h | 999 unsigned int ee_index; member
|
| H A D | efx_rx.c | 1805 FRF_AZ_RX_DESCQ_EVQ_ID, eep->ee_index, in siena_rx_qcreate()
|
| H A D | efx_mcdi.c | 2999 MCDI_IN_SET_DWORD(req, INIT_RXQ_EXT_IN_TARGET_EVQ, eep->ee_index); in efx_mcdi_init_rxq()
|