Lines Matching refs:t
503 struct vhost_scsi_evt *evt, *t; in vhost_scsi_complete_events() local
508 llist_for_each_entry_safe(evt, t, llnode, list) { in vhost_scsi_complete_events()
555 struct vhost_scsi_cmd *cmd, *t; in vhost_scsi_complete_cmd_work() local
563 llist_for_each_entry_safe(cmd, t, llnode, tvc_completion_list) { in vhost_scsi_complete_cmd_work()
1670 struct vhost_scsi_target *t) in vhost_scsi_set_endpoint() argument
1713 if (!strcmp(tv_tport->tport_name, t->vhost_wwpn)) { in vhost_scsi_set_endpoint()
1744 memcpy(vs->vs_vhost_wwpn, t->vhost_wwpn, in vhost_scsi_set_endpoint()
1802 struct vhost_scsi_target *t) in vhost_scsi_clear_endpoint() argument
1838 if (strcmp(tv_tport->tport_name, t->vhost_wwpn)) { in vhost_scsi_clear_endpoint()
1842 t->vhost_wwpn, t->vhost_tpgt); in vhost_scsi_clear_endpoint()
2005 struct vhost_scsi_target t; in vhost_scsi_release() local
2008 memcpy(t.vhost_wwpn, vs->vs_vhost_wwpn, sizeof(t.vhost_wwpn)); in vhost_scsi_release()
2010 vhost_scsi_clear_endpoint(vs, &t); in vhost_scsi_release()