Searched refs:gp_speed (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 5694 u16 gp_status1, gp_speed, link_up, duplex = DUPLEX_FULL; in bnx2x_warpcore_read_status() local 5789 MDIO_WC_REG_GP2_STATUS_GP_2_2, &gp_speed); in bnx2x_warpcore_read_status() 5792 MDIO_WC_REG_GP2_STATUS_GP_2_3, &gp_speed); in bnx2x_warpcore_read_status() 5794 DP(NETIF_MSG_LINK, "lane %d gp_speed 0x%x\n", lane, gp_speed); in bnx2x_warpcore_read_status() 5797 gp_speed <<= 8; in bnx2x_warpcore_read_status() 5798 gp_speed &= 0x3f00; in bnx2x_warpcore_read_status() 5801 rc = bnx2x_get_link_speed_duplex(phy, params, vars, link_up, gp_speed, in bnx2x_warpcore_read_status()
|