Lines Matching defs:name
1648 strncpy(cap->name, dev_name(&vscsi->dma_dev->dev),
2207 char *name = tport->tport_name;
2224 TARGET_PROT_NORMAL, name, nexus,
2632 static struct ibmvscsis_tport *ibmvscsis_lookup_port(const char *name)
2641 if (!strcmp(dev_name(&vdev->dev), name)) {
3455 snprintf(vscsi->eye, sizeof(vscsi->eye), "VSCSI %s", vdev->name);
3639 const char *id, *model, *name;
3651 name = of_get_property(rootdn, "ibm,partition-name", NULL);
3652 if (name)
3653 strncpy(partition_name, name, sizeof(partition_name));
3840 const char *name)
3845 tport = ibmvscsis_lookup_port(name);
3850 name, tport, tport->tport_proto_id);
3869 const char *name)
3876 if (strstr(name, "tpgt_") != name)
3878 rc = kstrtou16(name + 5, 0, &tpgt);
3999 .name = "ibmvscsis",
4011 .name = "ibmvscsis",