Searched refs:FLOW_CONTROL_ENABLE_BIT (Results 1 – 2 of 2) sorted by relevance
808 cm3_state = (val & FLOW_CONTROL_ENABLE_BIT); in mvpp2_rxq_enable_fc()809 val &= ~FLOW_CONTROL_ENABLE_BIT; in mvpp2_rxq_enable_fc()869 cm3_state = (val & FLOW_CONTROL_ENABLE_BIT); in mvpp2_rxq_disable_fc()870 val &= ~FLOW_CONTROL_ENABLE_BIT; in mvpp2_rxq_disable_fc()913 cm3_state = (val & FLOW_CONTROL_ENABLE_BIT); in mvpp2_bm_pool_update_fc()914 val &= ~FLOW_CONTROL_ENABLE_BIT; in mvpp2_bm_pool_update_fc()979 val |= FLOW_CONTROL_ENABLE_BIT; in mvpp2_enable_global_fc()
787 #define FLOW_CONTROL_ENABLE_BIT BIT(0) macro