Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c123 bool is_rx_flow_control = false; in hw_atl_a0_hw_qos_set() local
156 is_rx_flow_control = (AQ_NIC_FC_RX & self->aq_nic_cfg->flow_control); in hw_atl_a0_hw_qos_set()
168 hw_atl_rpb_rx_xoff_en_per_tc_set(self, is_rx_flow_control ? 1U : 0U, tc); in hw_atl_a0_hw_qos_set()
Dhw_atl_b0.c108 bool is_rx_flow_control = false; in hw_atl_b0_hw_qos_set() local
141 is_rx_flow_control = (AQ_NIC_FC_RX & self->aq_nic_cfg->flow_control); in hw_atl_b0_hw_qos_set()
153 hw_atl_rpb_rx_xoff_en_per_tc_set(self, is_rx_flow_control ? 1U : 0U, tc); in hw_atl_b0_hw_qos_set()