drivers/infiniband/sw/rdmavt/pd.h

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

File Facts

System
Linux kernel
Corpus path
drivers/infiniband/sw/rdmavt/pd.h
Extension
.h
Size
339 bytes
Lines
15
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_RDMAVTPD_H
#define DEF_RDMAVTPD_H

#include <rdma/rdma_vt.h>

int rvt_alloc_pd(struct ib_pd *pd, struct ib_udata *udata);
int rvt_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata);

#endif          /* DEF_RDMAVTPD_H */

Annotation

Implementation Notes