Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_msi.c361 msi_state_p->msi_data_width = ddi_getprop(DDI_DEV_T_ANY, dip, in px_msi_get_props()
365 msi_state_p->msi_data_width); in px_msi_get_props()
370 if (msi_state_p->msi_data_width) { in px_msi_get_props()
372 if (msi_state_p->msi_data_width == PX_MSIX_WIDTH) in px_msi_get_props()
H A Dpx_msi.h54 uint_t msi_data_width; /* MSI data width */ member