Home
last modified time | relevance | path

Searched refs:CssIoAdapterType (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dcss.h233 } CssIoAdapterType; typedef
235 void css_adapter_interrupt(CssIoAdapterType type, uint8_t isc);
237 uint32_t css_get_adapter_id(CssIoAdapterType type, uint8_t isc);
238 void css_register_io_adapters(CssIoAdapterType type, bool swap, bool maskable,
/openbmc/qemu/hw/s390x/
H A Dcss.c500 uint32_t css_get_adapter_id(CssIoAdapterType type, uint8_t isc) in css_get_adapter_id()
519 void css_register_io_adapters(CssIoAdapterType type, bool swap, bool maskable, in css_register_io_adapters()
678 void css_adapter_interrupt(CssIoAdapterType type, uint8_t isc) in css_adapter_interrupt()