Lines Matching refs:name
81 .name = "tcm_loop_bus",
88 .name = "tcm_loop",
302 .name = "TCM_Loopback",
723 const char *name)
740 name, tl_nexus, tcm_loop_alloc_sess_cb);
748 tcm_loop_dump_proto_id(tl_hba), name);
954 const char *name)
962 if (strstr(name, "tpgt_") != name) {
966 if (kstrtoul(name+5, 10, &tpgt))
1025 const char *name)
1038 * based on the incoming configfs directory name.
1040 ptr = strstr(name, "naa.");
1045 ptr = strstr(name, "fc.");
1051 ptr = strstr(name, "iqn.");
1054 name);
1061 if (strlen(name) >= TL_WWN_ADDR_LEN) {
1063 name, tcm_loop_dump_proto_id(tl_hba), TL_WWN_ADDR_LEN);
1067 snprintf(&tl_hba->tl_wwn_address[0], TL_WWN_ADDR_LEN, "%s", &name[off]);
1081 tcm_loop_dump_proto_id(tl_hba), name, sh->host_no);