Searched refs:chp_info (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.c44 static struct sclp_chp_info chp_info; variable in typeref:struct:sclp_chp_info
546 /* Force chp_info refresh on next call to info_validate(). */
554 /* Ensure that chp_info is up-to-date. */
563 rc = sclp_chp_read_info(&chp_info);
589 if (!chp_test_bit(chp_info.recognized, bit))
591 else if (chp_test_bit(chp_info.configured, bit))
593 else if (chp_test_bit(chp_info.standby, bit))

Completed in 105 milliseconds