Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dnet_driver.h473 EFX_CHANNEL_STATE_IDLE = 0, enumerator
484 WRITE_ONCE(channel->busy_poll_state, EFX_CHANNEL_STATE_IDLE); in efx_channel_busy_poll_init()
521 WRITE_ONCE(channel->busy_poll_state, EFX_CHANNEL_STATE_IDLE); in efx_channel_unlock_napi()
527 return cmpxchg(&channel->busy_poll_state, EFX_CHANNEL_STATE_IDLE, in efx_channel_try_lock_poll()
528 EFX_CHANNEL_STATE_POLL) == EFX_CHANNEL_STATE_IDLE; in efx_channel_try_lock_poll()