drivers/infiniband/sw/rdmavt/ah.h

Source file repositories/reference/linux-study-clean/drivers/infiniband/sw/rdmavt/ah.h

File Facts

System
Linux kernel
Corpus path
drivers/infiniband/sw/rdmavt/ah.h
Extension
.h
Size
504 bytes
Lines
18
Domain
Driver Families
Bucket
drivers/infiniband
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 DEF_RVTAH_H
#define DEF_RVTAH_H

#include <rdma/rdma_vt.h>

int rvt_create_ah(struct ib_ah *ah, struct rdma_ah_init_attr *init_attr,
		  struct ib_udata *udata);
int rvt_destroy_ah(struct ib_ah *ibah, u32 destroy_flags);
int rvt_modify_ah(struct ib_ah *ibah, struct rdma_ah_attr *ah_attr);
int rvt_query_ah(struct ib_ah *ibah, struct rdma_ah_attr *ah_attr);

#endif          /* DEF_RVTAH_H */

Annotation

Implementation Notes