Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c3596 if (test_bit(__QLCNIC_AER, &adapter->state)) in qlcnic_schedule_work()
3816 clear_bit(__QLCNIC_AER, &adapter->state); in qlcnic_attach_func()
3844 set_bit(__QLCNIC_AER, &adapter->state); in qlcnic_82xx_io_error_detected()
3881 if (state == QLCNIC_DEV_READY && test_and_clear_bit(__QLCNIC_AER, in qlcnic_82xx_io_resume()
Dqlcnic_83xx_hw.c4201 set_bit(__QLCNIC_AER, &adapter->state); in qlcnic_83xx_io_error_detected()
4230 clear_bit(__QLCNIC_AER, &adapter->state); in qlcnic_83xx_io_slot_reset()
4239 if (test_and_clear_bit(__QLCNIC_AER, &adapter->state)) in qlcnic_83xx_io_resume()
Dqlcnic.h1049 #define __QLCNIC_AER 5 macro