Searched refs:FLOW_CONTROL_ENABLE_BIT (Results 1 – 2 of 2) sorted by relevance
783 cm3_state = (val & FLOW_CONTROL_ENABLE_BIT); in mvpp2_rxq_enable_fc()784 val &= ~FLOW_CONTROL_ENABLE_BIT; in mvpp2_rxq_enable_fc()844 cm3_state = (val & FLOW_CONTROL_ENABLE_BIT); in mvpp2_rxq_disable_fc()845 val &= ~FLOW_CONTROL_ENABLE_BIT; in mvpp2_rxq_disable_fc()888 cm3_state = (val & FLOW_CONTROL_ENABLE_BIT); in mvpp2_bm_pool_update_fc()889 val &= ~FLOW_CONTROL_ENABLE_BIT; in mvpp2_bm_pool_update_fc()954 val |= FLOW_CONTROL_ENABLE_BIT; in mvpp2_enable_global_fc()
787 #define FLOW_CONTROL_ENABLE_BIT BIT(0) macro