Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.c1040 if (!test_bit(__QLCNIC_MBX_POLL_ENABLE, &adapter->state)) in qlcnic_83xx_mbx_poll_work()
1050 if (test_and_set_bit(__QLCNIC_MBX_POLL_ENABLE, &adapter->state)) in qlcnic_83xx_enable_mbx_poll()
1059 if (!test_and_clear_bit(__QLCNIC_MBX_POLL_ENABLE, &adapter->state)) in qlcnic_83xx_disable_mbx_poll()
Dqlcnic.h1056 #define __QLCNIC_MBX_POLL_ENABLE 12 macro