Searched refs:PCI_EXT_CAP_ID_DSN (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dpci_regs.h712 #define PCI_EXT_CAP_ID_DSN 0x03 /* Device Serial Number */ macro
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c74 [PCI_EXT_CAP_ID_DSN] = PCI_EXT_CAP_DSN_SIZEOF,
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c1675 pos = pci_find_ext_capability(qedf->pdev, PCI_EXT_CAP_ID_DSN);
/linux-master/drivers/pci/
H A Dpci.c607 * %PCI_EXT_CAP_ID_DSN Device Serial Number
620 * Looks up the PCI_EXT_CAP_ID_DSN and reads the 8 bytes of the Device Serial
631 pos = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_DSN);
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c4990 base = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_DSN);
4993 "%s: PCI_EXT_CAP_ID_DSN is not supported\n", __func__);

Completed in 237 milliseconds