Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad.h274 #define BNAD_RF_DIM_TIMER_RUNNING 4 macro
H A Dbnad_ethtool.c368 test_bit(BNAD_RF_DIM_TIMER_RUNNING, in bnad_set_coalesce()
370 clear_bit(BNAD_RF_DIM_TIMER_RUNNING, in bnad_set_coalesce()
H A Dbnad.c1768 if (test_bit(BNAD_RF_DIM_TIMER_RUNNING, &bnad->run_flags)) in bnad_dim_timeout()
1798 !test_bit(BNAD_RF_DIM_TIMER_RUNNING, &bnad->run_flags)) { in bnad_dim_timer_start()
1800 set_bit(BNAD_RF_DIM_TIMER_RUNNING, &bnad->run_flags); in bnad_dim_timer_start()
2157 test_bit(BNAD_RF_DIM_TIMER_RUNNING, &bnad->run_flags)) { in bnad_destroy_rx()
2158 clear_bit(BNAD_RF_DIM_TIMER_RUNNING, &bnad->run_flags); in bnad_destroy_rx()