Searched refs:chsc_determine_channel_path_desc (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/s390/cio/ |
D | chsc.c | 810 int chsc_determine_channel_path_desc(struct chp_id chpid, int fmt, int rfmt, in chsc_determine_channel_path_desc() function 843 EXPORT_SYMBOL_GPL(chsc_determine_channel_path_desc); 855 ret = chsc_determine_channel_path_desc(chpid, 0, 0, 0, 0, scpd_area); in chsc_determine_base_channel_path_desc() 875 ret = chsc_determine_channel_path_desc(chpid, 0, 0, 1, 0, scpd_area); in chsc_determine_fmt1_channel_path_desc()
|
D | chsc.h | 131 int chsc_determine_channel_path_desc(struct chp_id chpid, int fmt, int rfmt,
|
D | chsc_sch.c | 808 ret = chsc_determine_channel_path_desc(chpd->chpid, chpd->fmt, in chsc_ioctl_chpd()
|