Searched defs:sphb (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | spapr_pci_vfio.c | 129 bool spapr_phb_eeh_available(SpaprPhbState *sphb) in spapr_phb_eeh_available() 134 static void spapr_phb_vfio_eeh_reenable(SpaprPhbState *sphb) in spapr_phb_vfio_eeh_reenable() 160 int spapr_phb_vfio_eeh_set_option(SpaprPhbState *sphb, in spapr_phb_vfio_eeh_set_option() 223 int spapr_phb_vfio_eeh_get_state(SpaprPhbState *sphb, int *state) in spapr_phb_vfio_eeh_get_state() 272 static void spapr_phb_vfio_eeh_pre_reset(SpaprPhbState *sphb) in spapr_phb_vfio_eeh_pre_reset() 279 int spapr_phb_vfio_eeh_reset(SpaprPhbState *sphb, int option) in spapr_phb_vfio_eeh_reset() 308 int spapr_phb_vfio_eeh_configure(SpaprPhbState *sphb) in spapr_phb_vfio_eeh_configure() 322 bool spapr_phb_eeh_available(SpaprPhbState *sphb) in spapr_phb_eeh_available() 331 int spapr_phb_vfio_eeh_set_option(SpaprPhbState *sphb, in spapr_phb_vfio_eeh_set_option() 337 int spapr_phb_vfio_eeh_get_state(SpaprPhbState *sphb, int *state) in spapr_phb_vfio_eeh_get_state() [all …]
|
H A D | spapr_rtas_ddw.c | 38 static unsigned spapr_phb_get_active_win_num(SpaprPhbState *sphb) in spapr_phb_get_active_win_num() 59 static unsigned spapr_phb_get_free_liobn(SpaprPhbState *sphb) in spapr_phb_get_free_liobn() 99 SpaprPhbState *sphb; in rtas_ibm_query_pe_dma_window() local 149 SpaprPhbState *sphb; in rtas_ibm_create_pe_dma_window() local 226 SpaprPhbState *sphb; in rtas_ibm_remove_pe_dma_window() local 276 SpaprPhbState *sphb; in rtas_ibm_reset_pe_dma_window() local
|
H A D | spapr_pci.c | 68 SpaprPhbState *sphb; in spapr_pci_find_phb() local 83 SpaprPhbState *sphb = spapr_pci_find_phb(spapr, buid); in spapr_pci_find_dev() local 482 SpaprPhbState *sphb; in rtas_ibm_set_eeh_option() local 518 SpaprPhbState *sphb; in rtas_ibm_get_config_addr_info2() local 572 SpaprPhbState *sphb; in rtas_ibm_read_slot_reset_state2() local 614 SpaprPhbState *sphb; in rtas_ibm_set_slot_reset() local 648 SpaprPhbState *sphb; in rtas_ibm_configure_pe() local 681 SpaprPhbState *sphb; in rtas_ibm_slot_error_detail() local 731 SpaprPhbState *sphb = SPAPR_PCI_HOST_BRIDGE(opaque); in spapr_route_intx_pin_to_irq() local 786 static char *spapr_phb_vfio_get_loc_code(SpaprPhbState *sphb, PCIDevice *pdev) in spapr_phb_vfio_get_loc_code() [all …]
|
H A D | spapr.c | 4042 SpaprPhbState *sphb = SPAPR_PCI_HOST_BRIDGE(drc->dev); in spapr_phb_dt_populate() local 4065 SpaprPhbState *sphb = SPAPR_PCI_HOST_BRIDGE(dev); in spapr_phb_pre_plug() local 4102 SpaprPhbState *sphb = SPAPR_PCI_HOST_BRIDGE(dev); in spapr_phb_plug() local 4140 SpaprPhbState *sphb = SPAPR_PCI_HOST_BRIDGE(dev); in spapr_phb_unplug_request() local
|
/openbmc/qemu/include/hw/pci-host/ |
H A D | spapr.h | 129 static inline bool spapr_phb_eeh_available(SpaprPhbState *sphb) in spapr_phb_eeh_available() 133 static inline int spapr_phb_vfio_eeh_set_option(SpaprPhbState *sphb, in spapr_phb_vfio_eeh_set_option() 138 static inline int spapr_phb_vfio_eeh_get_state(SpaprPhbState *sphb, in spapr_phb_vfio_eeh_get_state() 143 static inline int spapr_phb_vfio_eeh_reset(SpaprPhbState *sphb, int option) in spapr_phb_vfio_eeh_reset() 147 static inline int spapr_phb_vfio_eeh_configure(SpaprPhbState *sphb) in spapr_phb_vfio_eeh_configure() 158 static inline unsigned spapr_phb_windows_supported(SpaprPhbState *sphb) in spapr_phb_windows_supported()
|