Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c7472 u16 phy_ver; in bnx2x_8073_config_init() local
7476 &phy_ver); in bnx2x_8073_config_init()
7478 if (phy_ver > 0) in bnx2x_8073_config_init()
13577 u32 phy_ver, val; in bnx2x_common_init_phy() local
13590 phy_ver = REG_RD(bp, shmem_base_path[0] + in bnx2x_common_init_phy()
13593 if (phy_ver) { in bnx2x_common_init_phy()
13595 phy_ver); in bnx2x_common_init_phy()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1604 u8 phy_ver[PHY_VER_LEN]; member
H A Dbnxt.c12441 link_info->phy_ver[0] = resp->phy_maj; in bnxt_update_link()
12442 link_info->phy_ver[1] = resp->phy_min; in bnxt_update_link()
12443 link_info->phy_ver[2] = resp->phy_bld; in bnxt_update_link()