Searched refs:int_type (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.h172 unsigned char int_type; member in struct:imps_interrupt
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c828 int int_type; local
834 int_type = DDI_INTR_TYPE_MSI;
836 int_type = DDI_INTR_TYPE_MSIX;
849 ret = ddi_intr_get_nintrs(sc->sc_dev, int_type, &count);
864 ret = ddi_intr_alloc(sc->sc_dev, sc->sc_intr_htable, int_type, 0,
925 sc->sc_int_type = int_type;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c876 if (pwp->int_type == PMCS_INT_FIXED) {
2332 pwp->int_type = PMCS_INT_MSIX;
2336 pwp->int_type = PMCS_INT_MSI;
2341 pwp->int_type = PMCS_INT_FIXED;
2356 pwp->int_type = PMCS_INT_NONE;
2399 pwp->int_type = PMCS_INT_NONE;
2407 if (pwp->int_type == PMCS_INT_MSIX) {
2414 if (pwp->int_type == PMCS_INT_MSI) {
2421 if (pwp->int_type == PMCS_INT_FIXED) {
2575 pwp->intr_cnt, (pwp->int_type
[all...]
H A Dpmcs_subr.c374 switch (pwp->int_type) {
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c3782 hxge_add_intrs_adv_type(p_hxge_t hxgep, uint32_t int_type) argument
3802 ddi_status = ddi_intr_get_nintrs(dip, int_type, &nintrs);
3810 ddi_status = ddi_intr_get_navail(dip, int_type, &navail);
3820 int_type, nintrs, navail));
3823 if (int_type == DDI_INTR_TYPE_MSIX) {
3834 if (int_type == DDI_INTR_TYPE_MSI && !ISP2(navail)) {
3854 int_type, nintrs, navail));
3856 behavior = ((int_type == DDI_INTR_TYPE_FIXED) ? DDI_INTR_ALLOC_STRICT :
3861 ddi_status = ddi_intr_alloc(dip, intrp->htable, int_type, inum,
3973 hxge_add_intrs_adv_type_fix(p_hxge_t hxgep, uint32_t int_type) argument
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c6054 nxge_add_intrs_adv_type(p_nxge_t nxgep, uint32_t int_type) argument
6073 ddi_status = ddi_intr_get_nintrs(dip, int_type, &nintrs);
6081 ddi_status = ddi_intr_get_navail(dip, int_type, &navail);
6094 if (int_type == DDI_INTR_TYPE_MSIX) {
6105 if (int_type == DDI_INTR_TYPE_MSI && !ISP2(navail)) {
6123 behavior = ((int_type == DDI_INTR_TYPE_FIXED) ? DDI_INTR_ALLOC_STRICT :
6127 ddi_status = ddi_intr_alloc(dip, intrp->htable, int_type, inum,
6248 nxge_add_intrs_adv_type_fix(p_nxge_t nxgep, uint32_t int_type) argument
6267 ddi_status = ddi_intr_get_nintrs(dip, int_type, &nintrs);
6275 ddi_status = ddi_intr_get_navail(dip, int_type,
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h544 * int_type defines the kind of interrupt we're using with this card.
554 } int_type; member in struct:pmcs_hw

Completed in 446 milliseconds