Searched refs:chp_link (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.10/drivers/s390/cio/ | 
| D | chp.h | 27 struct chp_link {  struct 73 int chp_ssd_get_mask(struct chsc_ssd_info *, struct chp_link *);
  | 
| D | css.h | 64 struct chp_link; 86 	int (*chp_event)(struct subchannel *, struct chp_link *, int);
  | 
| D | chsc.c | 236 	struct chp_link link;  in chsc_chp_offline() 244 	memset(&link, 0, sizeof(struct chp_link));  in chsc_chp_offline() 266 static void s390_process_res_acc(struct chp_link *link)  in s390_process_res_acc() 431 	struct chp_link link;  in chsc_process_sei_res_acc() 454 	memset(&link, 0, sizeof(struct chp_link));  in chsc_process_sei_res_acc() 698 	struct chp_link link;  in chsc_chp_online() 705 		memset(&link, 0, sizeof(struct chp_link));  in chsc_chp_online() 724 	struct chp_link link;  in __s390_subchannel_vary_chpid() 726 	memset(&link, 0, sizeof(struct chp_link));  in __s390_subchannel_vary_chpid()
  | 
| D | vfio_ccw_drv.c | 330 			      struct chp_link *link, int event)  in vfio_ccw_chp_event()
  | 
| D | chp.c | 603 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 *, 1170 				   struct chp_link *link, int event)  in io_subchannel_chp_event()
  |