Home
last modified time | relevance | path

Searched refs:hostid (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/nvme/target/
H A Dpr.c28 nvmet_pr_find_registrant(struct nvmet_pr *pr, uuid_t *hostid) in nvmet_pr_find_registrant() argument
33 if (uuid_equal(&reg->hostid, hostid)) in nvmet_pr_find_registrant()
156 static void nvmet_pr_resv_released(struct nvmet_pr *pr, uuid_t *hostid) in nvmet_pr_resv_released() argument
167 if (!uuid_equal(&ctrl->hostid, hostid) && in nvmet_pr_resv_released()
168 nvmet_pr_find_registrant(pr, &ctrl->hostid)) { in nvmet_pr_resv_released()
179 static void nvmet_pr_send_event_to_host(struct nvmet_pr *pr, uuid_t *hostid, in nvmet_pr_send_event_to_host() argument
188 if (uuid_equal(hostid, &ctrl->hostid)) { in nvmet_pr_send_event_to_host()
198 static void nvmet_pr_resv_preempted(struct nvmet_pr *pr, uuid_t *hostid) in nvmet_pr_resv_preempted() argument
203 nvmet_pr_send_event_to_host(pr, hostid, in nvmet_pr_resv_preempted()
208 uuid_t *hostid) in nvmet_pr_registration_preempted() argument
[all …]
H A Dnvmet.h70 uuid_t hostid; member
97 uuid_t hostid; member
265 uuid_t hostid; member
606 uuid_t *hostid; member
H A Dadmin-cmd.c159 return sizeof(req->sq->ctrl->hostid); in nvmet_feat_data_len()
1274 return nvmet_copy_from_sgl(req, 0, &req->sq->ctrl->hostid, in nvmet_set_feat_host_id()
1275 sizeof(req->sq->ctrl->hostid)); in nvmet_set_feat_host_id()
1554 status = nvmet_copy_to_sgl(req, 0, &req->sq->ctrl->hostid, in nvmet_execute_get_features()
1555 sizeof(req->sq->ctrl->hostid)); in nvmet_execute_get_features()
H A Dcore.c1688 if (args->hostid) in nvmet_alloc_ctrl()
1689 uuid_copy(&ctrl->hostid, args->hostid); in nvmet_alloc_ctrl()
H A Dpci-epf.c2062 args.hostid = &id; in nvmet_pci_epf_create_ctrl()
/linux/tools/testing/selftests/filesystems/
H A Dutils.c65 __u32 hostid; member
258 fill = snprintf(pos, left, "%u %u %u\n", map->nsid, map->hostid, map->range); in map_ids_from_idmap()
307 int get_userns_fd(unsigned long nsid, unsigned long hostid, unsigned long range) in get_userns_fd() argument
313 .hostid = hostid, in get_userns_fd()
319 .hostid = hostid, in get_userns_fd()
/linux/tools/testing/selftests/net/
H A Dfib_nexthop_multiprefix.sh153 local hostid=$1
156 run_cmd ip -netns h${hostid} li set eth0 mtu ${mtu}
157 run_cmd ip -netns ${r1} li set eth${hostid} mtu ${mtu}
/linux/drivers/nvme/host/
H A Dfabrics.c403 uuid_copy(&data->hostid, &ctrl->opts->host->id); in nvmf_connect_data_prep()
723 uuid_t hostid; in nvmf_parse_options() local
747 uuid_copy(&hostid, &nvmf_default_host->id); in nvmf_parse_options()
933 ret = uuid_parse(p, &hostid); in nvmf_parse_options()
1111 opts->host = nvmf_host_add(hostnqn, &hostid); in nvmf_parse_options()
H A Dsysfs.c468 static DEVICE_ATTR(hostid, S_IRUGO, nvme_sysfs_show_hostid, NULL);
H A Dfc.c1173 uuid_copy(&assoc_rqst->assoc_cmd.hostid, &ctrl->ctrl.opts->host->id); in nvme_fc_connect_admin_queue()
/linux/include/linux/
H A Dnvme-fc.h262 uuid_t hostid; member
H A Dnvme.h909 __le64 hostid; member
928 __u8 hostid[16]; member
1720 uuid_t hostid; member
/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c1146 static int map_ids(pid_t pid, unsigned long nsid, unsigned long hostid, in map_ids() argument
1152 snprintf(map, sizeof(map), "%lu %lu %lu", nsid, hostid, range); in map_ids()
1158 snprintf(map, sizeof(map), "%lu %lu %lu", nsid, hostid, range); in map_ids()
1205 static int get_userns_fd(unsigned long nsid, unsigned long hostid, unsigned long range) in get_userns_fd() argument
1215 ret = map_ids(pid, nsid, hostid, range); in get_userns_fd()
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c54 module_param_named(hostid, sym_driver_setup.host_id, byte, 0);
68 MODULE_PARM_DESC(hostid, "The SCSI ID to use for the host adapters");
/linux/Documentation/scsi/
H A Dsym53c8xx_2.rst582 hostid=255 no id suggested.
583 hostid=#x (0 < x < 7) x suggested for hosts SCSI id.
H A DChangeLog.ncr53c8xx166 - Add 'hostid:#id' boot option. This option allows to change the
H A Dncr53c8xx.rst1017 hostid:255 no id suggested.
1018 hostid:#x (0 < x < 7) x suggested for hosts SCSI id.
H A DChangeLog.sym53c8xx366 - Add 'hostid:#id' boot option. This option allows to change the