Home
last modified time | relevance | path

Searched refs:msi_type (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_stat.c75 switch (i_dls_si[i].msi_type) { in dls_stat_update()
124 i_dls_si[i].msi_type); in dls_stat_create()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_msi.c86 irm_params.iparams_types = msi_state_p->msi_type; in px_msi_attach()
371 msi_state_p->msi_type = DDI_INTR_TYPE_MSI; in px_msi_get_props()
373 msi_state_p->msi_type |= DDI_INTR_TYPE_MSIX; in px_msi_get_props()
H A Dpx_msi.h62 uint_t msi_type; /* MSI or MSI-X */ member
H A Dpx_ioapi.h518 typedef enum msi_type { enum
H A Dpx_ib.c931 msi_type_t msi_type; in px_ib_set_msix_target() local
948 msi_type = MSI64_TYPE; in px_ib_set_msix_target()
951 msi_type = MSI32_TYPE; in px_ib_set_msix_target()
1006 msiq_id, msi_type)) != DDI_SUCCESS) { in px_ib_set_msix_target()
H A Dpx_intr.c555 msi_type_t msi_type; in px_msix_ops() local
568 msi_type = MSI64_TYPE; in px_msix_ops()
572 msi_type = MSI32_TYPE; in px_msix_ops()
660 msiq_id, msi_type)) != DDI_SUCCESS) { in px_msix_ops()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_stat.c324 switch (msi[msi_index].msi_type) { in i_mac_driver_stat_update()
347 kstat_named_init(knp, si[i].msi_name, si[i].msi_type); in i_mac_kstat_init()
366 switch (msi[i].msi_type) { in i_mac_stat_update()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h622 uint_t msi_type; /* as defined in kstat_named_init(9F) */ member