Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c3246 clear_bit(__QLCNIC_START_FW, &adapter->state); in qlcnic_clr_all_drv_state()
3292 if (test_and_clear_bit(__QLCNIC_START_FW, &adapter->state)) in qlcnic_can_start_firmware()
3418 set_bit(__QLCNIC_START_FW, &adapter->state); in qlcnic_fwinit_work()
3809 set_bit(__QLCNIC_START_FW, &adapter->state); in qlcnic_attach_func()
H A Dqlcnic.h1048 #define __QLCNIC_START_FW 4 macro