Searched refs:DDI_INTR_TYPE_MSI (Results 26 - 50 of 74) sorted by relevance

123

/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c682 DDI_INTR_TYPE_MSI);
1073 intr_index = (type == DDI_INTR_TYPE_MSI) ? MSI_INDEX :
1577 DDI_INTR_TYPE_MSI : DDI_INTR_TYPE_MSIX;
1578 if (type == DDI_INTR_TYPE_MSI) {
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_intr.c433 i40e->i40e_intr_type == DDI_INTR_TYPE_MSI);
H A Di40e_main.c1601 case DDI_INTR_TYPE_MSI:
1719 if ((intr_types & DDI_INTR_TYPE_MSI) &&
1721 if (i40e_alloc_intr_handles(i40e, devinfo, DDI_INTR_TYPE_MSI))
1783 case DDI_INTR_TYPE_MSI:
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c70 (intrType == DDI_INTR_TYPE_MSI) ? "MSI" :
1272 numMSI = BnxeGetInterruptCount(pDev, DDI_INTR_TYPE_MSI, intrTypes);
H A Dbnxe_main.c731 (pUM->intrType == DDI_INTR_TYPE_MSI) ? "MSI" :
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c1662 if (type == DDI_INTR_TYPE_MSI) {
1716 if (type == DDI_INTR_TYPE_MSI) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c3266 (state->ts_intr_types_avail & DDI_INTR_TYPE_MSI)) {
3267 status = tavor_add_intrs(state, DDI_INTR_TYPE_MSI);
3269 state->ts_intr_type_chosen = DDI_INTR_TYPE_MSI;
3431 (DDI_INTR_TYPE_FIXED | DDI_INTR_TYPE_MSI));
3439 (state->ts_intr_types_avail & DDI_INTR_TYPE_MSI)) {
H A Dtavor_event.c112 if (state->ts_intr_type_chosen == DDI_INTR_TYPE_MSI) {
611 if (state->ts_intr_type_chosen == DDI_INTR_TYPE_MSI) {
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c3679 } else if (intr_types & DDI_INTR_TYPE_MSI) {
3680 type = DDI_INTR_TYPE_MSI;
3692 if (intr_types & DDI_INTR_TYPE_MSI) {
3693 type = DDI_INTR_TYPE_MSI;
3711 if ((type == DDI_INTR_TYPE_MSIX || type == DDI_INTR_TYPE_MSI ||
3761 case DDI_INTR_TYPE_MSI: /* 0x2 */
3834 if (int_type == DDI_INTR_TYPE_MSI && !ISP2(navail)) {
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c4250 (ixgbe->intr_type == DDI_INTR_TYPE_MSI)) {
4953 if ((intr_types & DDI_INTR_TYPE_MSI) &&
4955 rc = ixgbe_alloc_intr_handles(ixgbe, DDI_INTR_TYPE_MSI);
5024 case DDI_INTR_TYPE_MSI:
5179 case DDI_INTR_TYPE_MSI:
6071 (DDI_INTR_TYPE_MSIX | DDI_INTR_TYPE_MSI)) {
6091 (DDI_INTR_TYPE_MSIX | DDI_INTR_TYPE_MSI)) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c2335 case DDI_INTR_TYPE_MSI:
2391 itypes &= ~DDI_INTR_TYPE_MSI;
2412 if (itypes & DDI_INTR_TYPE_MSI) {
2413 pmcs_setup_intr_impl(pwp, DDI_INTR_TYPE_MSI, 1);
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c787 if ((intr_types & DDI_INTR_TYPE_MSI) && ehcip->ehci_msi_enabled) {
788 if (ehci_add_intrs(ehcip, DDI_INTR_TYPE_MSI)
798 ehcip->ehci_intr_type = DDI_INTR_TYPE_MSI;
876 flag = (intr_type == DDI_INTR_TYPE_MSI) ?
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_intr.c628 if (hdlp->ih_type == DDI_INTR_TYPE_MSI)
874 case DDI_INTR_TYPE_MSI:
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c831 if (igb->intr_type & (DDI_INTR_TYPE_MSIX | DDI_INTR_TYPE_MSI)) {
848 if (igb->intr_type & (DDI_INTR_TYPE_MSIX | DDI_INTR_TYPE_MSI)) {
/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c635 if (is_msi_supported && (intr_types & DDI_INTR_TYPE_MSI)) {
644 si_ctlp->sictl_intr_type = DDI_INTR_TYPE_MSI;
5026 rc = ddi_intr_get_nintrs(devinfo, DDI_INTR_TYPE_MSI, &count);
5035 rc = ddi_intr_get_navail(devinfo, DDI_INTR_TYPE_MSI, &avail);
5054 rc = ddi_intr_alloc(devinfo, si_ctlp->sictl_htable, DDI_INTR_TYPE_MSI,
5150 if ((si_ctlp->sictl_intr_type == DDI_INTR_TYPE_MSI) &&
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c5960 } else if (intr_types & DDI_INTR_TYPE_MSI) {
5961 type = DDI_INTR_TYPE_MSI;
5974 if (intr_types & DDI_INTR_TYPE_MSI) {
5975 type = DDI_INTR_TYPE_MSI;
5993 if ((type == DDI_INTR_TYPE_MSIX || type == DDI_INTR_TYPE_MSI ||
6039 case DDI_INTR_TYPE_MSI: /* 0x2 */
6105 if (int_type == DDI_INTR_TYPE_MSI && !ISP2(navail)) {
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c3938 if ((intr_types & DDI_INTR_TYPE_MSI) && bgep->chipid.msi_enabled) {
3939 if (bge_add_intrs(bgep, DDI_INTR_TYPE_MSI) != DDI_SUCCESS) {
3945 bgep->intr_type = DDI_INTR_TYPE_MSI;
4396 if (intr_type == DDI_INTR_TYPE_MSI) {
4547 if (bgep->intr_type == DDI_INTR_TYPE_MSI)
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_main.c712 else if (intr_type == DDI_INTR_TYPE_MSI)
823 if (atgep->atge_intr_types & DDI_INTR_TYPE_MSI) {
824 err = atge_add_intr_handler(atgep, DDI_INTR_TYPE_MSI);
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c1808 if (adapter->intr_type == DDI_INTR_TYPE_MSI)
1831 if (adapter->intr_type == DDI_INTR_TYPE_MSI)
2287 if (adapter->intr_type == DDI_INTR_TYPE_MSI)
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c2820 if ((intr_types & DDI_INTR_TYPE_MSI) && nge_enable_msi) {
2871 if (nge_add_intrs(ngep, DDI_INTR_TYPE_MSI) != DDI_SUCCESS) {
2877 ngep->intr_type = DDI_INTR_TYPE_MSI;
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c1636 } else if ((intr_types & DDI_INTR_TYPE_MSI) != 0 && pvscsi_enable_msi) {
1638 DDI_INTR_TYPE_MSI) == DDI_SUCCESS) {
1639 pvs->intr_type = DDI_INTR_TYPE_MSI;
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c2023 (nvme_setup_interrupts(nvme, DDI_INTR_TYPE_MSI, 1)
2246 if ((nvme->n_intr_types & (DDI_INTR_TYPE_MSI | DDI_INTR_TYPE_MSIX))
2254 (nvme_setup_interrupts(nvme, DDI_INTR_TYPE_MSI,
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c695 if (intr_types & DDI_INTR_TYPE_MSI) {
704 nvc->nvc_intr_type = DDI_INTR_TYPE_MSI;
3898 rc = ddi_intr_get_nintrs(devinfo, DDI_INTR_TYPE_MSI, &count);
3910 rc = ddi_intr_get_navail(devinfo, DDI_INTR_TYPE_MSI, &avail);
3931 rc = ddi_intr_alloc(devinfo, nvc->nvc_htable, DDI_INTR_TYPE_MSI,
4038 if ((nvc->nvc_intr_type == DDI_INTR_TYPE_MSI) &&
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1154 case DDI_INTR_TYPE_MSI:
1341 *result = hdlp->ih_type & ~(DDI_INTR_TYPE_MSI |
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h63 #ifndef DDI_INTR_TYPE_MSI
64 #define DDI_INTR_TYPE_MSI 0x2 macro

Completed in 475 milliseconds

123