Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c7470 u16 phy_ver; in bnx2x_8073_config_init() local
7474 &phy_ver); in bnx2x_8073_config_init()
7476 if (phy_ver > 0) in bnx2x_8073_config_init()
13575 u32 phy_ver, val; in bnx2x_common_init_phy() local
13588 phy_ver = REG_RD(bp, shmem_base_path[0] + in bnx2x_common_init_phy()
13591 if (phy_ver) { in bnx2x_common_init_phy()
13593 phy_ver); in bnx2x_common_init_phy()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1189 u8 phy_ver[PHY_VER_LEN]; member
H A Dbnxt.c9194 link_info->phy_ver[0] = resp->phy_maj; in bnxt_update_link()
9195 link_info->phy_ver[1] = resp->phy_min; in bnxt_update_link()
9196 link_info->phy_ver[2] = resp->phy_bld; in bnxt_update_link()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1238 u8 phy_ver[PHY_VER_LEN]; member
H A Dbnxt.c9698 link_info->phy_ver[0] = resp->phy_maj; in bnxt_update_link()
9699 link_info->phy_ver[1] = resp->phy_min; in bnxt_update_link()
9700 link_info->phy_ver[2] = resp->phy_bld; in bnxt_update_link()
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dr8152.c4985 static int rtl8152_fw_phy_ver(struct r8152 *tp, struct fw_phy_ver *phy_ver) in rtl8152_fw_phy_ver() argument
4989 ver_addr = __le16_to_cpu(phy_ver->ver.addr); in rtl8152_fw_phy_ver()
4990 ver = __le16_to_cpu(phy_ver->ver.data); in rtl8152_fw_phy_ver()

Completed in 82 milliseconds