Home
last modified time | relevance | path

Searched refs:gp_speed (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c5698 u16 gp_status1, gp_speed, link_up, duplex = DUPLEX_FULL; in bnx2x_warpcore_read_status() local
5793 MDIO_WC_REG_GP2_STATUS_GP_2_2, &gp_speed); in bnx2x_warpcore_read_status()
5796 MDIO_WC_REG_GP2_STATUS_GP_2_3, &gp_speed); in bnx2x_warpcore_read_status()
5798 DP(NETIF_MSG_LINK, "lane %d gp_speed 0x%x\n", lane, gp_speed); in bnx2x_warpcore_read_status()
5801 gp_speed <<= 8; in bnx2x_warpcore_read_status()
5802 gp_speed &= 0x3f00; in bnx2x_warpcore_read_status()
5805 rc = bnx2x_get_link_speed_duplex(phy, params, vars, link_up, gp_speed, in bnx2x_warpcore_read_status()