to_pci_tsm_ops
const struct pci_tsm_ops *ops = to_pci_tsm_ops(dsm_dev->tsm);
to_pci_tsm_ops(pdev->tsm)->unbind(tdi);
tdi = to_pci_tsm_ops(pdev->tsm)->bind(pdev, kvm, tdi_id);
return to_pci_tsm_ops(pdev->tsm)->guest_req(tdi, scope, req_in, in_len,
const struct pci_tsm_ops *ops = to_pci_tsm_ops(pdev->tsm);
to_pci_tsm_ops(tsm)->remove(tsm);