Home
last modified time | relevance | path

Searched refs:ee_handler (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/sfxge/common/
HDefx_ev.c797 handler = eep->ee_handler[code]; in efx_ev_qpoll()
966 eep->ee_handler[FSE_AZ_EV_CODE_RX_EV] = efx_ev_rx; in efx_ev_qcreate()
967 eep->ee_handler[FSE_AZ_EV_CODE_TX_EV] = efx_ev_tx; in efx_ev_qcreate()
968 eep->ee_handler[FSE_AZ_EV_CODE_DRIVER_EV] = efx_ev_driver; in efx_ev_qcreate()
969 eep->ee_handler[FSE_AZ_EV_CODE_GLOBAL_EV] = efx_ev_global; in efx_ev_qcreate()
970 eep->ee_handler[FSE_AZ_EV_CODE_DRV_GEN_EV] = efx_ev_drv_gen; in efx_ev_qcreate()
972 eep->ee_handler[FSE_AZ_EV_CODE_MCDI_EVRESPONSE] = efx_ev_mcdi; in efx_ev_qcreate()
HDefx_impl.h406 efx_ev_handler_t ee_handler[1 << FSF_AZ_EV_CODE_WIDTH]; member