Searched refs:gp_status1 (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c4411 u16 gp_status1 = 0, lnkup = 0, lnkup_kr = 0; bnx2x_warpcore_config_runtime() local
4429 &gp_status1); bnx2x_warpcore_config_runtime()
4430 lnkup = (gp_status1 >> (8+lane)) & 0x1;/* 1G */ bnx2x_warpcore_config_runtime()
4432 lnkup_kr = (gp_status1 >> (12+lane)) & 0x1; bnx2x_warpcore_config_runtime()
5704 u16 gp_status1, gp_speed, link_up, duplex = DUPLEX_FULL; bnx2x_warpcore_read_status() local
5730 &gp_status1); bnx2x_warpcore_read_status()
5731 DP(NETIF_MSG_LINK, "0x81d1 = 0x%x\n", gp_status1); bnx2x_warpcore_read_status()
5733 link_up = ((gp_status1 >> 8) | bnx2x_warpcore_read_status()
5734 (gp_status1 >> 12) | bnx2x_warpcore_read_status()
5735 (gp_status1)) & bnx2x_warpcore_read_status()

Completed in 105 milliseconds