Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/cio/
Dcss.h86 int (*chp_event)(struct subchannel *, struct chp_link *, int); member
Dchsc.c215 if (sch->driver && sch->driver->chp_event) in s390_subchannel_remove_chpid()
216 if (sch->driver->chp_event(sch, data, CHP_OFFLINE) != 0) in s390_subchannel_remove_chpid()
254 if (sch->driver && sch->driver->chp_event) in __s390_process_res_acc()
255 sch->driver->chp_event(sch, data, CHP_ONLINE); in __s390_process_res_acc()
742 if (sch->driver && sch->driver->chp_event) in __s390_subchannel_vary_chpid()
743 sch->driver->chp_event(sch, &link, in __s390_subchannel_vary_chpid()
Ddevice.c184 .chp_event = io_subchannel_chp_event,