drivers/target/iscsi/iscsi_target_device.h

Source file repositories/reference/linux-study-clean/drivers/target/iscsi/iscsi_target_device.h

File Facts

System
Linux kernel
Corpus path
drivers/target/iscsi/iscsi_target_device.h
Extension
.h
Size
328 bytes
Lines
12
Domain
Driver Families
Bucket
drivers/target
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef ISCSI_TARGET_DEVICE_H
#define ISCSI_TARGET_DEVICE_H

struct iscsit_cmd;
struct iscsit_session;

extern void iscsit_determine_maxcmdsn(struct iscsit_session *);
extern void iscsit_increment_maxcmdsn(struct iscsit_cmd *, struct iscsit_session *);

#endif /* ISCSI_TARGET_DEVICE_H */

Annotation

Implementation Notes