drivers/crypto/marvell/octeontx/otx_cpt_common.h

Source file repositories/reference/linux-study-clean/drivers/crypto/marvell/octeontx/otx_cpt_common.h

File Facts

System
Linux kernel
Corpus path
drivers/crypto/marvell/octeontx/otx_cpt_common.h
Extension
.h
Size
1084 bytes
Lines
52
Domain
Driver Families
Bucket
drivers/crypto
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

struct otx_cpt_mbox {
	u64 msg; /* Message type MBOX[0] */
	u64 data;/* Data         MBOX[1] */
};

#endif /* __OTX_CPT_COMMON_H */

Annotation

Implementation Notes