Searched refs:h_beacon (Results 1 – 1 of 1) sorted by relevance
120 unsigned long h_beacon; in qlcnic_83xx_store_beacon() local126 if (kstrtoul(buf, 2, &h_beacon)) in qlcnic_83xx_store_beacon()131 if (ahw->beacon_state == h_beacon) in qlcnic_83xx_store_beacon()142 if (h_beacon) in qlcnic_83xx_store_beacon()143 err = qlcnic_83xx_config_led(adapter, 1, h_beacon); in qlcnic_83xx_store_beacon()145 err = qlcnic_83xx_config_led(adapter, 0, !h_beacon); in qlcnic_83xx_store_beacon()147 ahw->beacon_state = h_beacon; in qlcnic_83xx_store_beacon()