Home
last modified time | relevance | path

Searched refs:msiq_rec_type (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_ib.c930 msiq_rec_type_t msiq_rec_type; in px_ib_set_msix_target() local
947 msiq_rec_type = MSI64_REC; in px_ib_set_msix_target()
950 msiq_rec_type = MSI32_REC; in px_ib_set_msix_target()
997 msiq_rec_type, msi_num, cpu_id, &msiq_id)) != DDI_SUCCESS) { in px_ib_set_msix_target()
1010 hdlp, msiq_rec_type, msi_num, msiq_id); in px_ib_set_msix_target()
1017 PX_INTR_STATE_ENABLE, msiq_rec_type, msi_num)) != DDI_SUCCESS) { in px_ib_set_msix_target()
1021 hdlp, msiq_rec_type, msi_num, msiq_id); in px_ib_set_msix_target()
1043 hdlp->ih_pri), rdip, hdlp->ih_inum, msiq_rec_type, msi_num); in px_ib_set_msix_target()
1047 rdip, hdlp->ih_inum, msiq_rec_type, msi_num); in px_ib_set_msix_target()
1052 hdlp, msiq_rec_type, msi_num, msiq_id); in px_ib_set_msix_target()
[all …]
H A Dpx_ioapi.h481 msiq_rec_type : 8; /* DW 0 - 07:00 */ member
510 typedef enum msiq_rec_type { enum
H A Dpx_intr.c313 rec_type = msiq_rec_p->msiq_rec_type; in px_msiq_intr()
554 msiq_rec_type_t msiq_rec_type; in px_msix_ops() local
567 msiq_rec_type = MSI64_REC; in px_msix_ops()
571 msiq_rec_type = MSI32_REC; in px_msix_ops()
651 msiq_rec_type, msi_num, -1, &msiq_id)) != DDI_SUCCESS) { in px_msix_ops()
662 hdlp, msiq_rec_type, msi_num, msiq_id); in px_msix_ops()
669 hdlp, msiq_rec_type, msi_num, msiq_id); in px_msix_ops()
679 PX_INTR_STATE_ENABLE, msiq_rec_type, msi_num); in px_msix_ops()
696 hdlp->ih_pri, PX_INTR_STATE_DISABLE, msiq_rec_type, in px_msix_ops()
709 hdlp, msiq_rec_type, msi_num, msiq_id); in px_msix_ops()
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c999 msiq_rec_p->msiq_rec_type = 0; in px_lib_get_msiq_rec()
1019 msiq_rec_p->msiq_rec_type = MSI32_REC; in px_lib_get_msiq_rec()
1025 msiq_rec_p->msiq_rec_type = MSI64_REC; in px_lib_get_msiq_rec()
1031 msiq_rec_p->msiq_rec_type = MSG_REC; in px_lib_get_msiq_rec()
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c969 if (!curr_msiq_rec_p->msiq_rec_type) { in px_lib_get_msiq_rec()
971 msiq_rec_p->msiq_rec_type = 0; in px_lib_get_msiq_rec()
988 curr_msiq_rec_p->msiq_rec_type = 0; in px_lib_clr_msiq_rec()