Writing Device Drivers for Oracle® Solaris 11.2

Exit Print View

Updated: September 2014
 
 

pci_plist_getvf() Interface

The pci_plist_getvf(9F) interface is used to obtain the name-value pair list for VF devices.

int pciv_plist_getvf (pci_param_t param, uint16_t vf_index, pci_plist_t *vfplist_p)

where:

param

A handle obtained from pci_param_get()or pci_param_get_ioctl() interfaces.

vf_index

A value between 0 through #VFS - 1.

*vfplist_p

A pointer to the pci_plist_t structure.