Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c853 char mgmt_ver[FW_VER_STR_LEN]; in bnxt_dl_info_get() local
918 snprintf(mgmt_ver, FW_VER_STR_LEN, "%d.%d.%d.%d", in bnxt_dl_info_get()
930 snprintf(mgmt_ver, FW_VER_STR_LEN, "%d.%d.%d.%d", in bnxt_dl_info_get()
943 DEVLINK_INFO_VERSION_GENERIC_FW_MGMT, mgmt_ver); in bnxt_dl_info_get()
980 snprintf(mgmt_ver, FW_VER_STR_LEN, "%d.%d.%d.%d", in bnxt_dl_info_get()
984 DEVLINK_INFO_VERSION_GENERIC_FW_MGMT, mgmt_ver); in bnxt_dl_info_get()
/linux-6.12.1/drivers/net/ethernet/huawei/hinic/
Dhinic_ethtool.c533 u8 mgmt_ver[HINIC_MGMT_VERSION_MAX_LEN] = {0}; in hinic_get_drvinfo() local
541 err = hinic_get_mgmt_version(nic_dev, mgmt_ver); in hinic_get_drvinfo()
545 snprintf(info->fw_version, sizeof(info->fw_version), "%s", mgmt_ver); in hinic_get_drvinfo()
Dhinic_port.c1061 int hinic_get_mgmt_version(struct hinic_dev *nic_dev, u8 *mgmt_ver) in hinic_get_mgmt_version() argument
1086 snprintf(mgmt_ver, HINIC_MGMT_VERSION_MAX_LEN, "%s", up_ver.ver); in hinic_get_mgmt_version()
Dhinic_port.h846 int hinic_get_mgmt_version(struct hinic_dev *nic_dev, u8 *mgmt_ver);