Searched refs:chp_link (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/s390/cio/ |
D | chp.h | 28 struct chp_link { struct 76 int chp_ssd_get_mask(struct chsc_ssd_info *, struct chp_link *);
|
D | css.h | 81 struct chp_link; 98 int (*chp_event)(struct subchannel *, struct chp_link *, int);
|
D | chsc.c | 252 struct chp_link link; in chsc_chp_offline() 260 memset(&link, 0, sizeof(struct chp_link)); in chsc_chp_offline() 282 static void s390_process_res_acc(struct chp_link *link) in s390_process_res_acc() 392 static void chsc_link_from_sei(struct chp_link *link, in chsc_link_from_sei() 466 struct chp_link link; in chsc_process_sei_res_acc() 489 memset(&link, 0, sizeof(struct chp_link)); in chsc_process_sei_res_acc() 603 struct chp_link link; in chsc_process_sei_fces_event() 621 memset(&link, 0, sizeof(struct chp_link)); in chsc_process_sei_fces_event() 756 struct chp_link link; in chsc_chp_online() 763 memset(&link, 0, sizeof(struct chp_link)); in chsc_chp_online() [all …]
|
D | vfio_ccw_drv.c | 300 struct chp_link *link, int event) in vfio_ccw_chp_event()
|
D | chp.c | 642 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 *, 1149 struct chp_link *link, int event) in io_subchannel_chp_event()
|