Searched refs:h_beacon (Results 1 – 1 of 1) sorted by relevance
124 unsigned long h_beacon; in qlcnic_83xx_store_beacon() local130 if (kstrtoul(buf, 2, &h_beacon)) in qlcnic_83xx_store_beacon()135 if (ahw->beacon_state == h_beacon) in qlcnic_83xx_store_beacon()146 if (h_beacon) in qlcnic_83xx_store_beacon()147 err = qlcnic_83xx_config_led(adapter, 1, h_beacon); in qlcnic_83xx_store_beacon()149 err = qlcnic_83xx_config_led(adapter, 0, !h_beacon); in qlcnic_83xx_store_beacon()151 ahw->beacon_state = h_beacon; in qlcnic_83xx_store_beacon()