Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dnet_driver.h477 EFX_CHANNEL_STATE_POLL_BIT = 2, enumerator
533 clear_bit_unlock(EFX_CHANNEL_STATE_POLL_BIT, &channel->busy_poll_state); in efx_channel_unlock_poll()
538 return test_bit(EFX_CHANNEL_STATE_POLL_BIT, &channel->busy_poll_state); in efx_channel_busy_polling()