Home
last modified time | relevance | path

Searched refs:ee_index (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_ev.c213 (void) efx_mcdi_fini_evq(enp, eep->ee_index); in ef10_ev_qdestroy()
238 EFX_BAR_VI_WRITED(enp, ER_DD_EVQ_INDIRECT, eep->ee_index, in ef10_ev_qprime()
246 EFX_BAR_VI_WRITED(enp, ER_DD_EVQ_INDIRECT, eep->ee_index, in ef10_ev_qprime()
250 EFX_BAR_VI_WRITED(enp, ER_DZ_EVQ_RPTR_REG, eep->ee_index, in ef10_ev_qprime()
309 (void) efx_mcdi_driver_event(enp, eep->ee_index, event); in ef10_ev_qpost()
348 rc = efx_mcdi_set_evq_tmr(enp, eep->ee_index, mode, ns); in ef10_ev_qmoderate()
364 eep->ee_index, &dword, 0); in ef10_ev_qmoderate()
376 eep->ee_index, &dword, 0); in ef10_ev_qmoderate()
818 EFSYS_PROBE3(bad_event, unsigned int, eep->ee_index, in ef10_ev_driver()
842 EFSYS_PROBE3(bad_event, unsigned int, eep->ee_index, in ef10_ev_drv_gen()
[all …]
H A Drhead_ev.c179 (void) efx_mcdi_fini_evq(enp, eep->ee_index); in rhead_ev_qdestroy()
193 EFX_POPULATE_DWORD_2(dword, ERF_GZ_EVQ_ID, eep->ee_index, in rhead_ev_qprime()
234 EFSYS_PROBE3(bad_event, unsigned int, eep->ee_index, in rhead_ev_dispatch()
304 EFSYS_PROBE3(event, unsigned int, eep->ee_index, in rhead_ev_qpoll()
381 EFSYS_PROBE7(ew_bad_event, unsigned int, eep->ee_index, in rhead_ev_ew_dispatch()
445 EFSYS_PROBE7(ew_event, unsigned int, eep->ee_index, in rhead_ev_ew_qpoll()
H A Defx_ev.c333 eep->ee_index = index; in efx_ev_qcreate()
893 EFSYS_PROBE3(bad_event, unsigned int, eep->ee_index, in siena_ev_tx()
1067 EFSYS_PROBE3(bad_event, unsigned int, eep->ee_index, in siena_ev_drv_gen()
1199 EFX_BAR_TBL_WRITED(enp, FR_AZ_EVQ_RPTR_REG, eep->ee_index, in siena_ev_qprime()
1217 EFX_POPULATE_OWORD_3(oword, FRF_AZ_DRV_EV_QID, eep->ee_index, in siena_ev_qpost()
1257 locked = (eep->ee_index == 0) ? 1 : 0; in siena_ev_qmoderate()
1260 eep->ee_index, &dword, locked); in siena_ev_qmoderate()
1441 eep->ee_index, &oword, B_TRUE); in siena_ev_qdestroy()
1444 EFX_BAR_TBL_WRITEO(enp, FR_AZ_TIMER_TBL, eep->ee_index, &oword, B_TRUE); in siena_ev_qdestroy()
1503 EFSYS_PROBE3(event, unsigned int, eep->ee_index, in siena_ef10_ev_qpoll()
[all …]
H A Drhead_tx.c51 if ((rc = efx_mcdi_init_txq(enp, ndescs, eep->ee_index, label, index, in rhead_tx_qcreate()
H A Def10_tx.c65 if ((rc = efx_mcdi_init_txq(enp, ndescs, eep->ee_index, label, index, in ef10_tx_qcreate()
H A Defx_tx.c1014 FRF_AZ_TX_DESCQ_EVQ_ID, eep->ee_index, in siena_tx_qcreate()
H A Defx_impl.h956 unsigned int ee_index; member
H A Defx_rx.c1758 FRF_AZ_RX_DESCQ_EVQ_ID, eep->ee_index, in siena_rx_qcreate()
H A Defx_mcdi.c2862 MCDI_IN_SET_DWORD(req, INIT_RXQ_EXT_IN_TARGET_EVQ, eep->ee_index); in efx_mcdi_init_rxq()