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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dchp.c56 static inline struct channel_path *chpid_to_chp(struct chp_id chpid) function
64 chpid_to_chp(chpid)->state = onoff;
71 return (chpid_to_chp(chpid) ? chpid_to_chp(chpid)->state : -ENODEV);
107 return chpid_to_chp(chpid) != NULL;
476 chp = chpid_to_chp(chpid);

Completed in 18 milliseconds