drivers/pci/hotplug/rpadlpar.h

Source file repositories/reference/linux-study-clean/drivers/pci/hotplug/rpadlpar.h

File Facts

System
Linux kernel
Corpus path
drivers/pci/hotplug/rpadlpar.h
Extension
.h
Size
420 bytes
Lines
21
Domain
Representative Device Path
Bucket
PCIe NVMe Storage Path
Inferred role
Representative Device Path: implementation source
Status
source implementation candidate

Why This File Exists

Part of the selected hardware vertical slice: PCI discovery, driver binding, NVMe queues, block requests, DMA, interrupts, and completion.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _RPADLPAR_IO_H_
#define _RPADLPAR_IO_H_

int dlpar_sysfs_init(void);
void dlpar_sysfs_exit(void);

int dlpar_add_slot(char *drc_name);
int dlpar_remove_slot(char *drc_name);

#endif

Annotation

Implementation Notes