Home
last modified time | relevance | path

Searched refs:channel_subsystems (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/s390/cio/
Dcss.h141 extern struct channel_subsystem *channel_subsystems[];
146 return channel_subsystems[0]; in css_by_id()
151 for ((css) = channel_subsystems[0]; (css); (css) = NULL)
Dcss.c41 struct channel_subsystem *channel_subsystems[MAX_CSS_IDX + 1]; variable
437 sch->dev.parent = &channel_subsystems[0]->device; in css_register_subchannel()
979 channel_subsystems[nr] = css; in setup_css()
1032 channel_subsystems[nr] = NULL; in setup_css()
1065 return &channel_subsystems[0]->device; in cio_get_dma_css_dev()
1225 struct channel_subsystem *css = channel_subsystems[i]; in css_bus_init()
Ddevice_pgid.c329 first = &channel_subsystems[0]->global_pgid; in pgid_analyze()