Home
last modified time | relevance | path

Searched refs:chpid_to_chp (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/s390/cio/
Dchp.c60 chpid_to_chp(chpid)->state = onoff; in set_chp_logically_online()
67 return (chpid_to_chp(chpid) ? chpid_to_chp(chpid)->state : -ENODEV); in chp_get_status()
104 return chpid_to_chp(chpid) != NULL; in chp_is_registered()
463 chp = chpid_to_chp(chpid); in chp_get_chp_desc()
Dchp.h56 static inline struct channel_path *chpid_to_chp(struct chp_id chpid) in chpid_to_chp() function
Dchsc.c498 struct channel_path *chp = chpid_to_chp(chpid); in chsc_chp_vary()
Dcss.c1047 chp = chpid_to_chp(chpid); in channel_subsystem_reinit()