Searched refs:powertable (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/iwp/ |
H A D | iwp.c | 4094 iwp_powertable_cmd_t powertable; in iwp_config() local 4104 (void) memset(&powertable, 0, sizeof (powertable)); in iwp_config() 4105 powertable.flags = LE_16(0x8); in iwp_config() 4106 err = iwp_cmd(sc, POWER_TABLE_CMD, &powertable, in iwp_config() 4107 sizeof (powertable), 0); in iwp_config()
|
/illumos-gate/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 4293 iwh_powertable_cmd_t powertable; in iwh_config() local 4305 (void) memset(&powertable, 0, sizeof (powertable)); in iwh_config() 4306 powertable.flags = LE_16(0x8); in iwh_config() 4307 err = iwh_cmd(sc, POWER_TABLE_CMD, &powertable, in iwh_config() 4308 sizeof (powertable), 0); in iwh_config()
|
/illumos-gate/usr/src/uts/common/io/iwk/ |
H A D | iwk2.c | 3806 iwk_powertable_cmd_t powertable; in iwk_config() local 3816 (void) memset(&powertable, 0, sizeof (powertable)); in iwk_config() 3817 powertable.flags = LE_16(0x8); in iwk_config() 3818 err = iwk_cmd(sc, POWER_TABLE_CMD, &powertable, in iwk_config() 3819 sizeof (powertable), 0); in iwk_config()
|