Home
last modified time | relevance | path

Searched refs:chpids (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Dcss.c291 ChpInfo chpids[MAX_CHPID + 1]; member
300 VMSTATE_STRUCT_ARRAY(chpids, CssImage, MAX_CHPID + 1, 0,
1915 if (css->chpids[i].in_use) { in css_collect_chp_desc()
1916 chpid_type_word = 0x80000000 | (css->chpids[i].type << 8) | i; in css_collect_chp_desc()
1998 if (!channel_subsys.css[real_cssid]->chpids[chpid].in_use) { in css_do_rchp()
2002 if (!channel_subsys.css[real_cssid]->chpids[chpid].is_virtual) { in css_do_rchp()
2048 if (!css->chpids[chpid].in_use) { in css_find_free_chpid()
2065 if (css->chpids[chpid].in_use) { in css_add_chpid()
2068 css->chpids[chpid].in_use = 1; in css_add_chpid()
2069 css->chpids[chpid].type = type; in css_add_chpid()
[all …]
/openbmc/linux/Documentation/arch/s390/
H A Ddriver-model.rst60 chpids:
61 Via which chpids the device is connected.
273 Please note, that unlike /proc/chpids in 2.4, the channel path objects reflect
H A Dcommon_io.rst114 /proc/subchannels and /proc/chpids), see driver-model.txt.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-css14 What: /sys/bus/css/drivers/io_subchannel/.../chpids
/openbmc/linux/drivers/s390/cio/
H A Dcss.c401 static DEVICE_ATTR_RO(chpids);