Lines Matching refs:flow_ctrl
1402 if (link_info->flow_ctrl.autoneg) { in bnxt_hwrm_set_pause_common()
1405 if (link_info->flow_ctrl.rx) in bnxt_hwrm_set_pause_common()
1408 if (link_info->flow_ctrl.tx) in bnxt_hwrm_set_pause_common()
1414 if (link_info->flow_ctrl.rx) in bnxt_hwrm_set_pause_common()
1417 if (link_info->flow_ctrl.tx) in bnxt_hwrm_set_pause_common()
1469 if (softc->link_info.flow_ctrl.autoneg) in bnxt_hwrm_set_link_setting()
1488 if (!softc->link_info.flow_ctrl.autoneg) in bnxt_hwrm_set_link_setting()
2893 link_info->flow_ctrl.autoneg = false; in bnxt_hwrm_port_phy_qcfg()
2894 link_info->flow_ctrl.tx = false; in bnxt_hwrm_port_phy_qcfg()
2895 link_info->flow_ctrl.rx = false; in bnxt_hwrm_port_phy_qcfg()
2899 link_info->flow_ctrl.autoneg = true; in bnxt_hwrm_port_phy_qcfg()
2902 if (link_info->flow_ctrl.autoneg) { in bnxt_hwrm_port_phy_qcfg()
2904 link_info->flow_ctrl.tx = true; in bnxt_hwrm_port_phy_qcfg()
2906 link_info->flow_ctrl.rx = true; in bnxt_hwrm_port_phy_qcfg()
2909 link_info->flow_ctrl.tx = true; in bnxt_hwrm_port_phy_qcfg()
2911 link_info->flow_ctrl.rx = true; in bnxt_hwrm_port_phy_qcfg()