Lines Matching defs:tport
1269 struct usbg_tport *tport = tpg->tport;
1271 return &tport->tport_name[0];
1343 struct usbg_tport *tport = container_of(wwn, struct usbg_tport,
1390 tpg->tport = tport;
1463 struct usbg_tport *tport;
1471 tport = kzalloc(sizeof(struct usbg_tport), GFP_KERNEL);
1472 if (!(tport))
1475 tport->tport_wwpn = wwpn;
1476 snprintf(tport->tport_name, sizeof(tport->tport_name), "%s", wnn_name);
1477 return &tport->tport_wwn;
1482 struct usbg_tport *tport = container_of(wwn,
1484 kfree(tport);