Home
last modified time | relevance | path

Searched refs:h_beacon (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c119 unsigned long h_beacon; in qlcnic_83xx_store_beacon() local
125 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()