Searched refs:h_beacon (Results 1 – 1 of 1) sorted by relevance
119 unsigned long h_beacon; in qlcnic_83xx_store_beacon() local125 if (kstrtoul(buf, 2, &h_beacon)) in qlcnic_83xx_store_beacon()130 if (ahw->beacon_state == h_beacon) in qlcnic_83xx_store_beacon()141 if (h_beacon) in qlcnic_83xx_store_beacon()142 err = qlcnic_83xx_config_led(adapter, 1, h_beacon); in qlcnic_83xx_store_beacon()144 err = qlcnic_83xx_config_led(adapter, 0, !h_beacon); in qlcnic_83xx_store_beacon()146 ahw->beacon_state = h_beacon; in qlcnic_83xx_store_beacon()