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