Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_main.c2600 clear_bit(__QLCNIC_START_FW, &adapter->state); in qlcnic_clr_all_drv_state()
2640 if (test_and_clear_bit(__QLCNIC_START_FW, &adapter->state)) in qlcnic_can_start_firmware()
2756 set_bit(__QLCNIC_START_FW, &adapter->state); in qlcnic_fwinit_work()
3072 set_bit(__QLCNIC_START_FW, &adapter->state); in qlcnic_attach_func()
Dqlcnic.h943 #define __QLCNIC_START_FW 4 macro