Searched refs:commit_name (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_devlink.c | 26 char commit_name[FBNIC_SN_STR_LEN]; in fbnic_version_running_put() local 28 snprintf(commit_name, FBNIC_SN_STR_LEN, "%s.commit", ver_name); in fbnic_version_running_put() 29 err = devlink_info_version_running_put(req, commit_name, in fbnic_version_running_put() 51 char commit_name[FBNIC_SN_STR_LEN]; in fbnic_version_stored_put() local 53 snprintf(commit_name, FBNIC_SN_STR_LEN, "%s.commit", ver_name); in fbnic_version_stored_put() 54 err = devlink_info_version_stored_put(req, commit_name, in fbnic_version_stored_put()
|