Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c441 char mgmt_ver[FW_VER_STR_LEN]; in bnxt_dl_info_get() local
510 snprintf(mgmt_ver, FW_VER_STR_LEN, "%d.%d.%d.%d", in bnxt_dl_info_get()
522 snprintf(mgmt_ver, FW_VER_STR_LEN, "%d.%d.%d.%d", in bnxt_dl_info_get()
535 DEVLINK_INFO_VERSION_GENERIC_FW_MGMT, mgmt_ver); in bnxt_dl_info_get()
567 snprintf(mgmt_ver, FW_VER_STR_LEN, "%d.%d.%d.%d", in bnxt_dl_info_get()
571 DEVLINK_INFO_VERSION_GENERIC_FW_MGMT, mgmt_ver); in bnxt_dl_info_get()
/drivers/net/ethernet/huawei/hinic/
Dhinic_ethtool.c536 u8 mgmt_ver[HINIC_MGMT_VERSION_MAX_LEN] = {0}; in hinic_get_drvinfo() local
544 err = hinic_get_mgmt_version(nic_dev, mgmt_ver); in hinic_get_drvinfo()
548 snprintf(info->fw_version, sizeof(info->fw_version), "%s", mgmt_ver); in hinic_get_drvinfo()
Dhinic_port.c1046 int hinic_get_mgmt_version(struct hinic_dev *nic_dev, u8 *mgmt_ver) in hinic_get_mgmt_version() argument
1071 snprintf(mgmt_ver, HINIC_MGMT_VERSION_MAX_LEN, "%s", up_ver.ver); in hinic_get_mgmt_version()
Dhinic_port.h834 int hinic_get_mgmt_version(struct hinic_dev *nic_dev, u8 *mgmt_ver);