drivers/scsi/elx/efct/efct_unsol.h

Source file repositories/reference/linux-study-clean/drivers/scsi/elx/efct/efct_unsol.h

File Facts

System
Linux kernel
Corpus path
drivers/scsi/elx/efct/efct_unsol.h
Extension
.h
Size
490 bytes
Lines
18
Domain
Driver Families
Bucket
drivers/scsi
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

#if !defined(__OSC_UNSOL_H__)
#define __OSC_UNSOL_H__

int
efct_unsolicited_cb(void *arg, struct efc_hw_sequence *seq);
int
efct_dispatch_fcp_cmd(struct efct_node *node, struct efc_hw_sequence *seq);
int
efct_node_recv_abts_frame(struct efct_node *node, struct efc_hw_sequence *seq);

#endif /* __OSC_UNSOL_H__ */

Annotation

Implementation Notes