Searched refs:hostid (Results 1 – 10 of 10) sorted by relevance
| /drivers/nvme/target/ |
| A D | pr.c | 33 if (uuid_equal(®->hostid, hostid)) in nvmet_pr_find_registrant() 167 if (!uuid_equal(&ctrl->hostid, hostid) && in nvmet_pr_resv_released() 188 if (uuid_equal(hostid, &ctrl->hostid)) { in nvmet_pr_send_event_to_host() 249 uuid_copy(&new->hostid, &ctrl->hostid); in nvmet_pr_register() 300 if (uuid_equal(®->hostid, &ctrl->hostid)) { in nvmet_pr_unregister() 340 uuid_copy(&new->hostid, &holder->hostid); in nvmet_pr_update_reg_attr() 451 if (uuid_equal(&pc_ref->hostid, hostid)) { in nvmet_pr_set_ctrl_to_abort() 471 uuid_copy(&hostid, ®->hostid); in nvmet_pr_unreg_all_host_by_prkey() 494 uuid_copy(&hostid, ®->hostid); in nvmet_pr_unreg_all_others_by_prkey() 513 uuid_copy(&hostid, ®->hostid); in nvmet_pr_unreg_all_others() [all …]
|
| A D | nvmet.h | 70 uuid_t hostid; member 97 uuid_t hostid; member 264 uuid_t hostid; member 606 uuid_t *hostid; member
|
| A D | fabrics-cmd.c | 314 args.hostid = &d->hostid; in nvmet_execute_admin_connect()
|
| A D | admin-cmd.c | 159 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()
|
| A D | core.c | 1692 if (args->hostid) in nvmet_alloc_ctrl() 1693 uuid_copy(&ctrl->hostid, args->hostid); in nvmet_alloc_ctrl()
|
| A D | pci-epf.c | 2060 args.hostid = &id; in nvmet_pci_epf_create_ctrl()
|
| /drivers/nvme/host/ |
| A D | fabrics.c | 403 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()
|
| A D | sysfs.c | 468 static DEVICE_ATTR(hostid, S_IRUGO, nvme_sysfs_show_hostid, NULL);
|
| A D | fc.c | 1171 uuid_copy(&assoc_rqst->assoc_cmd.hostid, &ctrl->ctrl.opts->host->id); in nvme_fc_connect_admin_queue()
|
| /drivers/scsi/sym53c8xx_2/ |
| 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");
|
Completed in 34 milliseconds