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