FreeBSD kernel amd64 PCI device code
pci_iov.h File Reference
#include "pci_iov_if.h"
Include dependency graph for pci_iov.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int pci_iov_attach_name (device_t dev, struct nvlist *pf_schema, struct nvlist *vf_schema, const char *fmt,...) __printflike(4
 
int static __inline int pci_iov_attach (device_t dev, struct nvlist *pf_schema, struct nvlist *vf_schema)
 
static __inline int pci_iov_detach (device_t dev)
 

Function Documentation

◆ pci_iov_attach()

int static __inline int pci_iov_attach ( device_t  dev,
struct nvlist *  pf_schema,
struct nvlist *  vf_schema 
)
static

Definition at line 40 of file pci_iov.h.

References dev, pf_schema, and vf_schema.

◆ pci_iov_attach_name()

int pci_iov_attach_name ( device_t  dev,
struct nvlist *  pf_schema,
struct nvlist *  vf_schema,
const char *  fmt,
  ... 
)

◆ pci_iov_detach()

static __inline int pci_iov_detach ( device_t  dev)
static

Definition at line 47 of file pci_iov.h.

References dev.