Home
last modified time | relevance | path

Searched refs:AQ_NIC_FC_RX (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_cfg.h75 #define AQ_NIC_FC_RX 2U macro
Daq_ethtool.c488 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()
Daq_nic.c849 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()
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils_fw2x.c172 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()
Dhw_atl_a0.c158 is_rx_flow_control = (AQ_NIC_FC_RX & self->aq_nic_cfg->flow_control); in hw_atl_a0_hw_qos_set()
Dhw_atl_b0.c106 hw_atl_rpb_rx_xoff_en_per_tc_set(self, !!(fc & AQ_NIC_FC_RX), tc); in hw_atl_b0_set_fc()