Searched full:virtfn (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/pci/ |
| H A D | iov.c | 22 #define VIRTFN_ID_LEN 17 /* "virtfn%u\0" for 2^32 - 1 */ 182 static void pci_read_vf_config_common(struct pci_dev *virtfn) in pci_read_vf_config_common() argument 184 struct pci_dev *physfn = virtfn->physfn; in pci_read_vf_config_common() 195 pci_read_config_dword(virtfn, PCI_CLASS_REVISION, in pci_read_vf_config_common() 197 pci_read_config_byte(virtfn, PCI_HEADER_TYPE, in pci_read_vf_config_common() 199 pci_read_config_word(virtfn, PCI_SUBSYSTEM_VENDOR_ID, in pci_read_vf_config_common() 201 pci_read_config_word(virtfn, PCI_SUBSYSTEM_ID, in pci_read_vf_config_common() 206 struct pci_dev *virtfn, int id) in pci_iov_sysfs_link() argument 211 sprintf(buf, "virtfn%u", id); in pci_iov_sysfs_link() 212 rc = sysfs_create_link(&dev->dev.kobj, &virtfn->dev.kobj, buf); in pci_iov_sysfs_link() [all …]
|
| /linux/arch/s390/pci/ |
| H A D | pci_iov.h | 20 int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn); 29 static inline int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn) in zpci_iov_setup_virtfn() argument
|
| /linux/tools/testing/selftests/powerpc/eeh/ |
| H A D | eeh-basic.sh | 24 echo "$dev, Skipped: virtfn"
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_configfs.c | 973 static struct pci_dev *get_physfn_instead(struct pci_dev *virtfn) in get_physfn_instead() argument 975 struct pci_dev *physfn = pci_physfn(virtfn); in get_physfn_instead() 978 pci_dev_put(virtfn); in get_physfn_instead()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci | 189 What: /sys/bus/pci/devices/.../virtfn<N>
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 5571 adapter->virtfn = (sli_intf & SLI_INTF_FT_MASK) ? 1 : 0; in be_map_pci_bars()
|