Home
last modified time | relevance | path

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

/trueos/sys/dev/sfxge/
HDsfxge_intr.c151 struct sfxge_intr_hdl *table; in sfxge_intr_bus_enable()
207 struct sfxge_intr_hdl *table; in sfxge_intr_bus_disable()
223 struct sfxge_intr_hdl *table; in sfxge_intr_alloc()
234 table = malloc(count * sizeof(struct sfxge_intr_hdl), in sfxge_intr_alloc()
331 struct sfxge_intr_hdl *table; in sfxge_intr_setup_msi()
368 struct sfxge_intr_hdl *table; in sfxge_intr_setup_fixed()
383 table = malloc(sizeof(struct sfxge_intr_hdl), M_SFXGE, M_WAITOK); in sfxge_intr_setup_fixed()
485 struct sfxge_intr_hdl *table; in sfxge_intr_fini()
HDsfxge.h138 struct sfxge_intr_hdl { struct
147 struct sfxge_intr_hdl *table; argument