/linux/drivers/nvme/target/ |
H A D | pr.c | 28 nvmet_pr_find_registrant(struct nvmet_pr *pr, uuid_t *hostid) in nvmet_pr_find_registrant() argument 33 if (uuid_equal(®->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 D | nvmet.h | 70 uuid_t hostid; member 97 uuid_t hostid; member 257 uuid_t hostid; member 588 uuid_t *hostid; member
|
H A D | fabrics-cmd.c | 289 args.hostid = &d->hostid; in nvmet_execute_admin_connect()
|
H A D | admin-cmd.c | 168 return sizeof(req->sq->ctrl->hostid); in nvmet_feat_data_len() 1283 return nvmet_copy_from_sgl(req, 0, &req->sq->ctrl->hostid, in nvmet_set_feat_host_id() 1284 sizeof(req->sq->ctrl->hostid)); in nvmet_set_feat_host_id() 1563 status = nvmet_copy_to_sgl(req, 0, &req->sq->ctrl->hostid, in nvmet_execute_get_features() 1564 sizeof(req->sq->ctrl->hostid)); in nvmet_execute_get_features()
|
H A D | core.c | 1621 uuid_copy(&ctrl->hostid, args->hostid); in nvmet_alloc_ctrl() 1647 if (args->hostid) in nvmet_alloc_ctrl() 1648 uuid_copy(&ctrl->hostid, args->hostid); in nvmet_alloc_ctrl()
|
H A D | pci-epf.c | 2031 args.hostid = &id; in nvmet_pci_epf_create_ctrl()
|
/linux/tools/testing/selftests/net/ |
H A D | fib_nexthop_multiprefix.sh | 153 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 D | fabrics.c | 403 uuid_copy(&data->hostid, &ctrl->opts->host->id); in nvmf_connect_data_prep() 721 uuid_t hostid; in nvmf_parse_options() local 744 uuid_copy(&hostid, &nvmf_default_host->id); in nvmf_parse_options() 930 ret = uuid_parse(p, &hostid); in nvmf_parse_options() 1083 opts->host = nvmf_host_add(hostnqn, &hostid); in nvmf_parse_options()
|
H A D | sysfs.c | 413 static DEVICE_ATTR(hostid, S_IRUGO, nvme_sysfs_show_hostid, NULL);
|
H A D | fc.c | 1171 uuid_copy(&assoc_rqst->assoc_cmd.hostid, &ctrl->ctrl.opts->host->id); in nvme_fc_connect_admin_queue()
|
/linux/include/linux/ |
H A D | nvme-fc.h | 262 uuid_t hostid; member
|
H A D | nvme.h | 870 __le64 hostid; member 889 __u8 hostid[16]; member 1644 uuid_t hostid; member
|
/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 54 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 D | sym53c8xx_2.rst | 582 hostid=255 no id suggested. 583 hostid=#x (0 < x < 7) x suggested for hosts SCSI id.
|
H A D | ChangeLog.ncr53c8xx | 166 - Add 'hostid:#id' boot option. This option allows to change the
|
H A D | ncr53c8xx.rst | 1017 hostid:255 no id suggested. 1018 hostid:#x (0 < x < 7) x suggested for hosts SCSI id.
|
H A D | ChangeLog.sym53c8xx | 366 - Add 'hostid:#id' boot option. This option allows to change the
|