Home
last modified time | relevance | path

Searched refs:vs_tpg (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/vhost/
H A Dscsi.c1066 if (!vs_tpg) in vhost_scsi_handle_vq()
1690 if (!vs_tpg) { in vhost_scsi_set_endpoint()
1694 if (vs->vs_tpg) in vhost_scsi_set_endpoint()
1695 memcpy(vs_tpg, vs->vs_tpg, len); in vhost_scsi_set_endpoint()
1711 if (vs->vs_tpg && vs->vs_tpg[tpg->tport_tpgt]) { in vhost_scsi_set_endpoint()
1771 kfree(vs->vs_tpg); in vhost_scsi_set_endpoint()
1772 vs->vs_tpg = vs_tpg; in vhost_scsi_set_endpoint()
1782 tpg = vs_tpg[i]; in vhost_scsi_set_endpoint()
1791 kfree(vs_tpg); in vhost_scsi_set_endpoint()
1818 if (!vs->vs_tpg) { in vhost_scsi_clear_endpoint()
[all …]