Lines Matching refs:duplex

929 			if (bp->duplex == DUPLEX_HALF)  in bnx2_report_fw_link()
935 if (bp->duplex == DUPLEX_HALF) in bnx2_report_fw_link()
941 if (bp->duplex == DUPLEX_HALF) in bnx2_report_fw_link()
947 if (bp->duplex == DUPLEX_HALF) in bnx2_report_fw_link()
991 bp->duplex == DUPLEX_FULL ? "full" : "half"); in bnx2_report_link()
1023 if (bp->duplex == DUPLEX_FULL) { in bnx2_resolve_flow_ctrl()
1029 if (bp->duplex != DUPLEX_FULL) { in bnx2_resolve_flow_ctrl()
1103 bp->duplex = bp->req_duplex; in bnx2_5709s_linkup()
1123 bp->duplex = DUPLEX_FULL; in bnx2_5709s_linkup()
1125 bp->duplex = DUPLEX_HALF; in bnx2_5709s_linkup()
1151 bp->duplex = DUPLEX_FULL; in bnx2_5708s_linkup()
1153 bp->duplex = DUPLEX_HALF; in bnx2_5708s_linkup()
1168 bp->duplex = DUPLEX_FULL; in bnx2_5706s_linkup()
1171 bp->duplex = DUPLEX_HALF; in bnx2_5706s_linkup()
1185 bp->duplex = DUPLEX_FULL; in bnx2_5706s_linkup()
1188 bp->duplex = DUPLEX_HALF; in bnx2_5706s_linkup()
1212 bp->duplex = DUPLEX_FULL; in bnx2_copper_linkup()
1216 bp->duplex = DUPLEX_HALF; in bnx2_copper_linkup()
1225 bp->duplex = DUPLEX_FULL; in bnx2_copper_linkup()
1229 bp->duplex = DUPLEX_HALF; in bnx2_copper_linkup()
1233 bp->duplex = DUPLEX_FULL; in bnx2_copper_linkup()
1237 bp->duplex = DUPLEX_HALF; in bnx2_copper_linkup()
1253 bp->duplex = DUPLEX_FULL; in bnx2_copper_linkup()
1256 bp->duplex = DUPLEX_HALF; in bnx2_copper_linkup()
1306 (bp->duplex == DUPLEX_HALF)) { in bnx2_set_mac_link()
1341 if (bp->duplex == DUPLEX_HALF) in bnx2_set_mac_link()
1978 bp->duplex = DUPLEX_FULL; in bnx2_remote_phy_event()
1981 bp->duplex = DUPLEX_HALF; in bnx2_remote_phy_event()
1987 bp->duplex = DUPLEX_HALF; in bnx2_remote_phy_event()
1994 bp->duplex = DUPLEX_HALF; in bnx2_remote_phy_event()
2000 bp->duplex = DUPLEX_HALF; in bnx2_remote_phy_event()
2013 if (bp->duplex == DUPLEX_FULL) in bnx2_remote_phy_event()
2137 bp->duplex = bp->req_duplex; in bnx2_setup_copper_phy()
6910 cmd->duplex = bp->duplex; in bnx2_get_settings()
6920 cmd->duplex = DUPLEX_UNKNOWN; in bnx2_get_settings()
6975 (cmd->duplex != DUPLEX_FULL)) in bnx2_set_settings()
6986 req_duplex = cmd->duplex; in bnx2_set_settings()