Searched refs:h_beacon (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sysfs.c | 120 unsigned long h_beacon; in qlcnic_83xx_store_beacon() local 126 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sysfs.c | 119 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()
|
Completed in 5 milliseconds