Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/net/
A Dfib_nexthop_multiprefix.sh155 local hostid=$1
158 run_cmd ip -netns h${hostid} li set eth0 mtu ${mtu}
159 run_cmd ip -netns r1 li set eth${hostid} mtu ${mtu}
/linux-6.3-rc2/drivers/nvme/host/
A Dfabrics.c397 uuid_copy(&data->hostid, &ctrl->opts->host->id); in nvmf_connect_admin_queue()
483 uuid_copy(&data->hostid, &ctrl->opts->host->id); in nvmf_connect_io_queue()
623 uuid_t hostid; in nvmf_parse_options() local
640 uuid_gen(&hostid); in nvmf_parse_options()
829 ret = uuid_parse(p, &hostid); in nvmf_parse_options()
953 uuid_copy(&opts->host->id, &hostid); in nvmf_parse_options()
A Dfc.c1220 uuid_copy(&assoc_rqst->assoc_cmd.hostid, &ctrl->ctrl.opts->host->id); in nvme_fc_connect_admin_queue()
A Dcore.c3645 static DEVICE_ATTR(hostid, S_IRUGO, nvme_sysfs_show_hostid, NULL);
/linux-6.3-rc2/drivers/nvme/target/
A Dfabrics-cmd.c254 uuid_copy(&ctrl->hostid, &d->hostid); in nvmet_execute_admin_connect()
A Dadmin-cmd.c32 return sizeof(req->sq->ctrl->hostid); in nvmet_feat_data_len()
961 status = nvmet_copy_to_sgl(req, 0, &req->sq->ctrl->hostid, in nvmet_execute_get_features()
962 sizeof(req->sq->ctrl->hostid)); in nvmet_execute_get_features()
A Dnvmet.h192 uuid_t hostid; member
/linux-6.3-rc2/tools/testing/selftests/mount_setattr/
A Dmount_setattr_test.c1151 static int map_ids(pid_t pid, unsigned long nsid, unsigned long hostid, in map_ids() argument
1157 snprintf(map, sizeof(map), "%lu %lu %lu", nsid, hostid, range); in map_ids()
1163 snprintf(map, sizeof(map), "%lu %lu %lu", nsid, hostid, range); in map_ids()
1210 static int get_userns_fd(unsigned long nsid, unsigned long hostid, unsigned long range) in get_userns_fd() argument
1220 ret = map_ids(pid, nsid, hostid, range); in get_userns_fd()
/linux-6.3-rc2/include/linux/
A Dnvme-fc.h262 uuid_t hostid; member
A Dnvme.h773 __le64 hostid; member
1494 uuid_t hostid; member
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/
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-6.3-rc2/Documentation/scsi/
A Dsym53c8xx_2.rst582 hostid=255 no id suggested.
583 hostid=#x (0 < x < 7) x suggested for hosts SCSI id.
A DChangeLog.ncr53c8xx166 - Add 'hostid:#id' boot option. This option allows to change the
A Dncr53c8xx.rst1017 hostid:255 no id suggested.
1018 hostid:#x (0 < x < 7) x suggested for hosts SCSI id.
A DChangeLog.sym53c8xx366 - Add 'hostid:#id' boot option. This option allows to change the

Completed in 51 milliseconds