Searched refs:gp_speed (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 5704 u16 gp_status1, gp_speed, link_up, duplex = DUPLEX_FULL; bnx2x_warpcore_read_status() local 5799 MDIO_WC_REG_GP2_STATUS_GP_2_2, &gp_speed); bnx2x_warpcore_read_status() 5802 MDIO_WC_REG_GP2_STATUS_GP_2_3, &gp_speed); bnx2x_warpcore_read_status() 5804 DP(NETIF_MSG_LINK, "lane %d gp_speed 0x%x\n", lane, gp_speed); bnx2x_warpcore_read_status() 5807 gp_speed <<= 8; bnx2x_warpcore_read_status() 5808 gp_speed &= 0x3f00; bnx2x_warpcore_read_status() 5811 rc = bnx2x_get_link_speed_duplex(phy, params, vars, link_up, gp_speed, bnx2x_warpcore_read_status()
|
Completed in 100 milliseconds