Home
last modified time | relevance | path

Searched refs:ddi_irm_pool_t (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dddi_intr_irm.c74 static void irm_balance_thread(ddi_irm_pool_t *);
75 static void i_ddi_irm_balance(ddi_irm_pool_t *);
76 static void i_ddi_irm_enqueue(ddi_irm_pool_t *, boolean_t);
77 static void i_ddi_irm_reduce(ddi_irm_pool_t *pool);
78 static int i_ddi_irm_reduce_by_policy(ddi_irm_pool_t *, int, int);
79 static void i_ddi_irm_reduce_new(ddi_irm_pool_t *, int);
81 static int i_ddi_irm_notify(ddi_irm_pool_t *, ddi_irm_req_t *);
106 list_create(&irm_pools_list, sizeof (ddi_irm_pool_t), in irm_init()
107 offsetof(ddi_irm_pool_t, ipool_link)); in irm_init()
122 ddi_irm_pool_t *pool_p; in i_ddi_irm_poststartup()
[all …]
H A Dddi_intr_impl.c236 ddi_irm_pool_t *pool_p; in i_ddi_intr_get_current_navail()
265 i_ddi_intr_get_limit(dev_info_t *dip, int type, ddi_irm_pool_t *pool_p) in i_ddi_intr_get_limit()
/titanic_44/usr/src/uts/common/sys/
H A Dddi_intr_impl.h245 } ddi_irm_pool_t; typedef
258 ddi_irm_pool_t *ireq_pool_p; /* Supplying pool */
332 ddi_irm_pool_t *pool_p);
334 ddi_irm_pool_t *i_ddi_intr_get_pool(dev_info_t *dip, int intr_type);
H A Dsunndi.h286 ddi_irm_pool_t **pool_retp);
289 ndi_irm_destroy(ddi_irm_pool_t *poolp);
292 ndi_irm_resize_pool(ddi_irm_pool_t *poolp, uint_t newsize);
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dirm.c96 offsetof(ddi_irm_pool_t, ipool_req_list)); in irmreqs_walk_init()
104 ddi_irm_pool_t pool; in irmpools_dcmd()
/titanic_44/usr/src/uts/i86pc/sys/
H A Dapix_irm_impl.h50 extern ddi_irm_pool_t *apix_irm_pool_p;
/titanic_44/usr/src/uts/sun4/io/px/
H A Dpx_msi.h65 ddi_irm_pool_t *msi_pool_p; /* IRM Pool */
H A Dpx_msi.c53 ddi_irm_pool_t *irm_pool_p = NULL; in px_msi_attach()
H A Dpx_intr.c803 *(ddi_irm_pool_t **)result = NULL; in px_msix_ops()
806 *(ddi_irm_pool_t **)result = msi_state_p->msi_pool_p; in px_msix_ops()
/titanic_44/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c69 extern ddi_irm_pool_t *apix_irm_pool_p;
766 *(ddi_irm_pool_t **)result = apix_irm_pool_p; in pci_common_intr_ops()
/titanic_44/usr/src/uts/i86pc/os/
H A Dmp_machdep.c169 ddi_irm_pool_t *apix_irm_pool_p = NULL;