Searched refs:hostid (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/tools/testing/selftests/net/ |
D | fib_nexthop_multiprefix.sh | 155 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.1.9/drivers/nvme/host/ |
D | fabrics.c | 397 uuid_copy(&data->hostid, &ctrl->opts->host->id); in nvmf_connect_admin_queue() 476 uuid_copy(&data->hostid, &ctrl->opts->host->id); in nvmf_connect_io_queue() 608 uuid_t hostid; in nvmf_parse_options() local 625 uuid_gen(&hostid); in nvmf_parse_options() 814 ret = uuid_parse(p, &hostid); in nvmf_parse_options() 938 uuid_copy(&opts->host->id, &hostid); in nvmf_parse_options()
|
D | fc.c | 1220 uuid_copy(&assoc_rqst->assoc_cmd.hostid, &ctrl->ctrl.opts->host->id); in nvme_fc_connect_admin_queue()
|
D | core.c | 3600 static DEVICE_ATTR(hostid, S_IRUGO, nvme_sysfs_show_hostid, NULL);
|
/linux-6.1.9/drivers/nvme/target/ |
D | fabrics-cmd.c | 254 uuid_copy(&ctrl->hostid, &d->hostid); in nvmet_execute_admin_connect()
|
D | admin-cmd.c | 32 return sizeof(req->sq->ctrl->hostid); in nvmet_feat_data_len() 962 status = nvmet_copy_to_sgl(req, 0, &req->sq->ctrl->hostid, in nvmet_execute_get_features() 963 sizeof(req->sq->ctrl->hostid)); in nvmet_execute_get_features()
|
D | nvmet.h | 191 uuid_t hostid; member
|
/linux-6.1.9/tools/testing/selftests/mount_setattr/ |
D | mount_setattr_test.c | 1158 static int map_ids(pid_t pid, unsigned long nsid, unsigned long hostid, in map_ids() argument 1164 snprintf(map, sizeof(map), "%lu %lu %lu", nsid, hostid, range); in map_ids() 1170 snprintf(map, sizeof(map), "%lu %lu %lu", nsid, hostid, range); in map_ids() 1217 static int get_userns_fd(unsigned long nsid, unsigned long hostid, unsigned long range) in get_userns_fd() argument 1227 ret = map_ids(pid, nsid, hostid, range); in get_userns_fd()
|
/linux-6.1.9/include/linux/ |
D | nvme-fc.h | 262 uuid_t hostid; member
|
D | nvme.h | 772 __le64 hostid; member 1491 uuid_t hostid; member
|
/linux-6.1.9/drivers/scsi/sym53c8xx_2/ |
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-6.1.9/Documentation/scsi/ |
D | sym53c8xx_2.rst | 582 hostid=255 no id suggested. 583 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.rst | 1017 hostid:255 no id suggested. 1018 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
|