Searched refs:AQ_NIC_FC_RX (Results 1 – 6 of 6) sorted by relevance
75 #define AQ_NIC_FC_RX 2U macro
488 pause->rx_pause = !!(fc & AQ_NIC_FC_RX); in aq_ethtool_get_pauseparam()506 aq_nic->aq_hw->aq_nic_cfg->flow_control |= AQ_NIC_FC_RX; in aq_ethtool_set_pauseparam()508 aq_nic->aq_hw->aq_nic_cfg->flow_control &= ~AQ_NIC_FC_RX; in aq_ethtool_set_pauseparam()
849 if (self->aq_nic_cfg.flow_control & AQ_NIC_FC_RX) in aq_nic_get_link_ksettings()855 !!(self->aq_nic_cfg.flow_control & AQ_NIC_FC_RX)) in aq_nic_get_link_ksettings()
172 if (self->aq_nic_cfg->flow_control & AQ_NIC_FC_RX) in aq_fw2x_set_mpi_flow_control()509 *fcmode = AQ_NIC_FC_RX; in aq_fw2x_get_flow_control()511 *fcmode = AQ_NIC_FC_RX | AQ_NIC_FC_TX; in aq_fw2x_get_flow_control()
158 is_rx_flow_control = (AQ_NIC_FC_RX & self->aq_nic_cfg->flow_control); in hw_atl_a0_hw_qos_set()
106 hw_atl_rpb_rx_xoff_en_per_tc_set(self, !!(fc & AQ_NIC_FC_RX), tc); in hw_atl_b0_set_fc()