Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/cio/
Dcss.h132 extern struct channel_subsystem *channel_subsystems[];
137 return channel_subsystems[0]; in css_by_id()
142 for ((css) = channel_subsystems[0]; (css); (css) = NULL)
Dcss.c41 struct channel_subsystem *channel_subsystems[MAX_CSS_IDX + 1]; variable
446 sch->dev.parent = &channel_subsystems[0]->device; in css_register_subchannel()
979 channel_subsystems[nr] = css; in setup_css()
1037 channel_subsystems[nr] = NULL; in setup_css()
1070 return &channel_subsystems[0]->device; in cio_get_dma_css_dev()
1223 struct channel_subsystem *css = channel_subsystems[i]; in css_bus_init()
Ddevice_pgid.c328 first = &channel_subsystems[0]->global_pgid; in pgid_analyze()