Searched refs:chp_link (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/s390/cio/ |
D | chp.h | 28 struct chp_link { struct 74 int chp_ssd_get_mask(struct chsc_ssd_info *, struct chp_link *);
|
D | css.h | 72 struct chp_link; 89 int (*chp_event)(struct subchannel *, struct chp_link *, int);
|
D | chsc.c | 239 struct chp_link link; in chsc_chp_offline() 247 memset(&link, 0, sizeof(struct chp_link)); in chsc_chp_offline() 269 static void s390_process_res_acc(struct chp_link *link) in s390_process_res_acc() 379 static void chsc_link_from_sei(struct chp_link *link, in chsc_link_from_sei() 453 struct chp_link link; in chsc_process_sei_res_acc() 476 memset(&link, 0, sizeof(struct chp_link)); in chsc_process_sei_res_acc() 589 struct chp_link link; in chsc_process_sei_fces_event() 607 memset(&link, 0, sizeof(struct chp_link)); in chsc_process_sei_fces_event() 742 struct chp_link link; in chsc_chp_online() 749 memset(&link, 0, sizeof(struct chp_link)); in chsc_chp_online() [all …]
|
D | vfio_ccw_drv.c | 343 struct chp_link *link, int event) in vfio_ccw_chp_event()
|
D | chp.c | 621 int chp_ssd_get_mask(struct chsc_ssd_info *ssd, struct chp_link *link) in chp_ssd_get_mask()
|
D | device.c | 143 static int io_subchannel_chp_event(struct subchannel *, struct chp_link *, 1135 struct chp_link *link, int event) in io_subchannel_chp_event()
|