drivers/crypto/cavium/nitrox/nitrox_mbx.h

Source file repositories/reference/linux-study-clean/drivers/crypto/cavium/nitrox/nitrox_mbx.h

File Facts

System
Linux kernel
Corpus path
drivers/crypto/cavium/nitrox/nitrox_mbx.h
Extension
.h
Size
279 bytes
Lines
10
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

#ifndef __NITROX_MBX_H
#define __NITROX_MBX_H

int nitrox_mbox_init(struct nitrox_device *ndev);
void nitrox_mbox_cleanup(struct nitrox_device *ndev);
void nitrox_pf2vf_mbox_handler(struct nitrox_device *ndev);

#endif /* __NITROX_MBX_H */

Annotation

Implementation Notes