Searched defs:ib_ino_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_ib.h36 typedef uint8_t ib_ino_t; typedef
139 ib_ino_t ino_ino; /* INO number - 8 bit */
163 #define IB_MONDO_TO_INO(mondo) ((ib_ino_t)((mondo) & 0x3f))
199 extern void ib_intr_enable(pci_t *pci_p, ib_ino_t ino);
200 extern void ib_intr_disable(ib_t *ib_p, ib_ino_t ino, int wait);
201 extern void ib_nintr_clear(ib_t *ib_p, ib_ino_t ino);
205 extern ib_ino_info_t *ib_locate_ino(ib_t *ib_p, ib_ino_t ino_num);
206 extern ib_ino_pil_t *ib_new_ino_pil(ib_t *ib_p, ib_ino_t ino_num, uint_t pil,
219 extern void ib_ino_map_reg_share(ib_t *ib_p, ib_ino_t ino,
221 extern int ib_ino_map_reg_unshare(ib_t *ib_p, ib_ino_t in
[all...]

Completed in 58 milliseconds