Searched refs:hostid (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/nvme/host/ |
D | fabrics.c | 399 uuid_copy(&data->hostid, &ctrl->opts->host->id); in nvmf_connect_admin_queue() 458 uuid_copy(&data->hostid, &ctrl->opts->host->id); in nvmf_connect_io_queue() 618 uuid_t hostid; in nvmf_parse_options() local 631 uuid_gen(&hostid); in nvmf_parse_options() 805 ret = uuid_parse(p, &hostid); in nvmf_parse_options() 841 uuid_copy(&opts->host->id, &hostid); in nvmf_parse_options()
|
D | fc.c | 1213 uuid_copy(&assoc_rqst->assoc_cmd.hostid, &ctrl->ctrl.opts->host->id); in nvme_fc_connect_admin_queue()
|
/Linux-v4.19/drivers/nvme/target/ |
D | fabrics-cmd.c | 160 uuid_copy(&ctrl->hostid, &d->hostid); in nvmet_execute_admin_connect()
|
D | nvmet.h | 162 uuid_t hostid; member
|
D | admin-cmd.c | 711 status = nvmet_copy_to_sgl(req, 0, &req->sq->ctrl->hostid, in nvmet_execute_get_features() 712 sizeof(req->sq->ctrl->hostid)); in nvmet_execute_get_features()
|
/Linux-v4.19/include/linux/ |
D | nvme-fc.h | 194 uuid_t hostid; member
|
D | nvme.h | 523 __le64 hostid; member 1050 uuid_t hostid; member
|
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 67 module_param_named(hostid, sym_driver_setup.host_id, byte, 0); 81 MODULE_PARM_DESC(hostid, "The SCSI ID to use for the host adapters");
|
/Linux-v4.19/Documentation/scsi/ |
D | sym53c8xx_2.txt | 485 hostid=255 no id suggested. 486 hostid=#x (0 < x < 7) x suggested for hosts SCSI id.
|
D | ChangeLog.ncr53c8xx | 166 - Add 'hostid:#id' boot option. This option allows to change the
|
D | ncr53c8xx.txt | 836 hostid:255 no id suggested. 837 hostid:#x (0 < x < 7) x suggested for hosts SCSI id.
|
D | ChangeLog.sym53c8xx | 366 - Add 'hostid:#id' boot option. This option allows to change the
|