Lines Matching defs:data
65 * These macros depend on initialization of type related data in bus_p.
146 * PCI(e/-X) compliant devices. These registers only contain "dynamic" data.
147 * Static data such as Capability Offsets and Version #s is saved in the parent
148 * private data.
285 * For hot plugged device, these data are init'ed during during probe
286 * For non-hotplugged device, these data are init'ed in pci_autoconfig (on x86),
321 /* Cache of last fault data */
331 void *bus_hp_ctrl; /* HP bus ctrl data */
384 pf_data_t *pf_dq_head_p; /* ptr to fault data queue */
385 pf_data_t *pf_dq_tail_p; /* ptr pt last fault data q */
615 #define PCIE_ZALLOC(data) kmem_zalloc(sizeof (data), KM_SLEEP)