Searched refs:FM10K_TXDCTL_ENABLE (Results 1 – 4 of 4) sorted by relevance
211 reg & ~FM10K_TXDCTL_ENABLE); in fm10k_disable_queues_generic()228 if (!~reg || !(reg & FM10K_TXDCTL_ENABLE)) { in fm10k_disable_queues_generic()511 if (!(~txdctl) || !(txdctl & FM10K_TXDCTL_ENABLE)) in fm10k_get_host_state_generic()519 if (mac->tx_ready && !(txdctl & FM10K_TXDCTL_ENABLE)) { in fm10k_get_host_state_generic()
305 #define FM10K_TXDCTL_ENABLE 0x00004000 macro
932 for (timeout = 0; txdctl & FM10K_TXDCTL_ENABLE; timeout++) { in fm10k_iov_assign_default_mac_vlan_pf()
390 reg & ~FM10K_TXDCTL_ENABLE); in tx_queue_disable()396 if (!(reg & FM10K_TXDCTL_ENABLE)) in tx_queue_disable()885 FM10K_TXDCTL_ENABLE | txdctl); in fm10k_dev_tx_queue_start()