target.rst 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. =================================
  2. target and iSCSI Interfaces Guide
  3. =================================
  4. Introduction and Overview
  5. =========================
  6. TBD
  7. Target core device interfaces
  8. =============================
  9. .. kernel-doc:: drivers/target/target_core_device.c
  10. :export:
  11. Target core transport interfaces
  12. ================================
  13. .. kernel-doc:: drivers/target/target_core_transport.c
  14. :export:
  15. Target-supported userspace I/O
  16. ==============================
  17. .. kernel-doc:: drivers/target/target_core_user.c
  18. :doc: Userspace I/O
  19. .. kernel-doc:: include/uapi/linux/target_core_user.h
  20. :doc: Ring Design
  21. iSCSI helper functions
  22. ======================
  23. .. kernel-doc:: drivers/scsi/libiscsi.c
  24. :export:
  25. iSCSI boot information
  26. ======================
  27. .. kernel-doc:: drivers/scsi/iscsi_boot_sysfs.c
  28. :export:
  29. iSCSI transport class
  30. =====================
  31. The file drivers/scsi/scsi_transport_iscsi.c defines transport
  32. attributes for the iSCSI class, which sends SCSI packets over TCP/IP
  33. connections.
  34. .. kernel-doc:: drivers/scsi/scsi_transport_iscsi.c
  35. :export:
  36. iSCSI TCP interfaces
  37. ====================
  38. .. kernel-doc:: drivers/scsi/iscsi_tcp.c
  39. :internal:
  40. .. kernel-doc:: drivers/scsi/libiscsi_tcp.c
  41. :export: