drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_proto.h

Source file repositories/reference/linux-study-clean/drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_proto.h

File Facts

System
Linux kernel
Corpus path
drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_proto.h
Extension
.h
Size
406 bytes
Lines
14
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 ADF_PFVF_PF_PROTO_H
#define ADF_PFVF_PF_PROTO_H

#include <linux/types.h>
#include "adf_accel_devices.h"

int adf_send_pf2vf_msg(struct adf_accel_dev *accel_dev, u8 vf_nr, struct pfvf_message msg);

int adf_enable_pf2vf_comms(struct adf_accel_dev *accel_dev);

#endif /* ADF_PFVF_PF_PROTO_H */

Annotation

Implementation Notes