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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dchp.c58 static inline struct channel_path *chpid_to_chp(struct chp_id chpid) function
66 chpid_to_chp(chpid)->state = onoff;
73 return (chpid_to_chp(chpid) ? chpid_to_chp(chpid)->state : -ENODEV);
110 return chpid_to_chp(chpid) != NULL;
461 chp = chpid_to_chp(chpid);

Completed in 159 milliseconds