Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c2840 link_info->phy_ver[0] = resp->phy_maj; in bnxt_hwrm_port_phy_qcfg()
2841 link_info->phy_ver[1] = resp->phy_min; in bnxt_hwrm_port_phy_qcfg()
2842 link_info->phy_ver[2] = resp->phy_bld; in bnxt_hwrm_port_phy_qcfg()
2843 snprintf(softc->ver_info->phy_ver, sizeof(softc->ver_info->phy_ver), in bnxt_hwrm_port_phy_qcfg()
2844 "%d.%d.%d", link_info->phy_ver[0], link_info->phy_ver[1], in bnxt_hwrm_port_phy_qcfg()
2845 link_info->phy_ver[2]); in bnxt_hwrm_port_phy_qcfg()
H A Dbnxt.h394 uint8_t phy_ver[PHY_VER_LEN]; member
602 char phy_ver[BNXT_VERSTR_SIZE]; member
H A Dbnxt_sysctl.c1189 "phy", CTLFLAG_RD, vi->phy_ver, 0, in bnxt_create_ver_sysctls()
/freebsd/sys/dev/bxe/
H A Dbxe_elink.c8365 uint16_t phy_ver; in elink_8073_config_init() local
8369 &phy_ver); in elink_8073_config_init()
8371 if (phy_ver > 0) in elink_8073_config_init()
14625 uint32_t phy_ver, val; in elink_common_init_phy() local
14642 phy_ver = REG_RD(sc, shmem_base_path[0] + in elink_common_init_phy()
14645 if (phy_ver) { in elink_common_init_phy()
14647 phy_ver); in elink_common_init_phy()