Lines Matching defs:ino

247  * add an additional 0x35 or 0x36 ino interrupt on platforms don't have them
381 * Called from interrupt wrapper: the associated ino is used to index
388 pci_pbm_dma_sync(pbm_t *pbm_p, ib_ino_t ino)
405 if (((chip_type == PCI_CHIP_XMITS) && (ino == pbm_p->pbm_sync_ino)) ||
410 ino_mask = 1ull << ino;
578 ib_intr_map_reg_addr(ib_t *ib_p, ib_ino_t ino)
584 return ((uint64_t *)(ib_p->ib_intr_map_regs) + (ino & 0x3f));
588 ib_clear_intr_reg_addr(ib_t *ib_p, ib_ino_t ino) /* XXX - needs work */
594 return ((uint64_t *)(ib_p->ib_slot_clear_intr_regs) + (ino & 0x3f));
603 ib_ino_map_reg_share(ib_t *ib_p, ib_ino_t ino, ib_ino_info_t *ino_p)
612 ib_ino_map_reg_unshare(ib_t *ib_p, ib_ino_t ino, ib_ino_info_t *ino_p)
622 ib_ino_t ino = IB_MONDO_TO_INO(pci_p->pci_inos[CBNINTR_CDMA]);
625 ib_intr_dist_nintr(ib_p, ino, ib_intr_map_reg_addr(ib_p, ino));
637 * Return the cpuid to to be used for an ino. We have no special cpu
691 cb_ino_to_map_pa(cb_t *cb_p, ib_ino_t ino)
693 return (cb_p->cb_map_pa + (ino << 3));
697 cb_ino_to_clr_pa(cb_t *cb_p, ib_ino_t ino)
699 return (cb_p->cb_clr_pa + (ino << 3));
706 cb_remove_xintr(pci_t *pci_p, dev_info_t *dip, dev_info_t *rdip, ib_ino_t ino,
3381 uint32_t ino = pci_p->pci_inos[inum];
3382 uint32_t mondo = IB_INO_TO_NBMONDO(pci_p->pci_ib_p, ino);
3484 ib_ino_t ino = pci_p->pci_inos[CBNINTR_CDMA];
3487 pbm_p->pbm_cdma_imr_save = *ib_intr_map_reg_addr(pci_p->pci_ib_p, ino);
3494 ib_ino_t ino = pci_p->pci_inos[CBNINTR_CDMA];
3497 *ib_intr_map_reg_addr(pci_p->pci_ib_p, ino) = pbm_p->pbm_cdma_imr_save;