Searched defs:pcie_bus (Results 1 – 1 of 1) sorted by relevance
393 typedef struct pcie_bus { struct395 dev_info_t *bus_dip;396 dev_info_t *bus_rp_dip;397 ddi_acc_handle_t bus_cfg_hdl; /* error handling acc hdle */398 uint_t bus_fm_flags;399 uint_t bus_soft_state;402 pcie_req_id_t bus_bdf;403 pcie_req_id_t bus_rp_bdf; /* BDF of device's Root Port */404 uint32_t bus_dev_ven_id; /* device/vendor ID */405 uint8_t bus_rev_id; /* revision ID */[all …]