Searched refs:FM10K_RXQCTL_ENABLE (Results 1 – 3 of 3) sorted by relevance
217 reg & ~FM10K_RXQCTL_ENABLE); in fm10k_disable_queues_generic()233 if (!~reg || !(reg & FM10K_RXQCTL_ENABLE)) { in fm10k_disable_queues_generic()
247 #define FM10K_RXQCTL_ENABLE 0x00000001 macro
647 u32 rxqctl = FM10K_RXQCTL_ENABLE | FM10K_RXQCTL_PF; in fm10k_configure_rx_ring()