Searched refs:chp_info (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.c42 static struct sclp_chp_info chp_info; variable in typeref:struct:sclp_chp_info
513 /* Force chp_info refresh on next call to info_validate(). */
521 /* Ensure that chp_info is up-to-date. */
530 rc = sclp_chp_read_info(&chp_info);
556 if (!chp_test_bit(chp_info.recognized, bit))
558 else if (chp_test_bit(chp_info.configured, bit))
560 else if (chp_test_bit(chp_info.standby, bit))

Completed in 68 milliseconds