Searched defs:setChip (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c2836 ath9k_set_power_sleep(struct ath_hal *ah, int setChip) argument
2839 if (setChip) {
2851 ath9k_set_power_network_sleep(struct ath_hal *ah, int setChip) argument
2854 if (setChip) {
2868 ath9k_hw_set_power_awake(struct ath_hal *ah, int setChip) argument
2873 if (setChip) {
2922 int status = B_TRUE, setChip = B_TRUE; local
2927 setChip ? "set chip " : ""));
2931 status = ath9k_hw_set_power_awake(ah, setChip);
2934 ath9k_set_power_sleep(ah, setChip);
[all...]

Completed in 66 milliseconds