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