Lines Matching refs:flow_ctrl
1278 if (link_info->flow_ctrl.rx) in bnxt_media_status()
1280 if (link_info->flow_ctrl.tx) in bnxt_media_status()
2201 const char *duplex = NULL, *flow_ctrl = NULL; in bnxt_report_link() local
2217 if (link_info->flow_ctrl.tx & link_info->flow_ctrl.rx) in bnxt_report_link()
2218 flow_ctrl = "FC - receive & transmit"; in bnxt_report_link()
2219 else if (link_info->flow_ctrl.tx) in bnxt_report_link()
2220 flow_ctrl = "FC - transmit"; in bnxt_report_link()
2221 else if (link_info->flow_ctrl.rx) in bnxt_report_link()
2222 flow_ctrl = "FC - receive"; in bnxt_report_link()
2224 flow_ctrl = "FC - none"; in bnxt_report_link()
2228 flow_ctrl, (link_info->link_speed * 100)); in bnxt_report_link()
2237 link_info->last_flow_ctrl.tx = link_info->flow_ctrl.tx; in bnxt_report_link()
2238 link_info->last_flow_ctrl.rx = link_info->flow_ctrl.rx; in bnxt_report_link()
2239 link_info->last_flow_ctrl.autoneg = link_info->flow_ctrl.autoneg; in bnxt_report_link()