Home
last modified time | relevance | path

Searched defs:pcie_id (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_osdep.c69 uint8_t pcie_id = PCI_CAP_ID_PCI_E; in e1000_read_pcie_cap_reg() local
93 uint8_t pcie_id = PCI_CAP_ID_PCI_E; in e1000_write_pcie_cap_reg() local
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_osal.c518 qede_osal_pci_find_ext_capab(struct ecore_dev *edev, u16 pcie_id) in qede_osal_pci_find_ext_capab()
751 qede_osal_pci_write_config_word(struct ecore_dev *dev, u32 addr, u16 pcie_id) in qede_osal_pci_write_config_word()
774 qede_osal_pci_find_capability(struct ecore_dev *dev, u16 pcie_id) in qede_osal_pci_find_capability()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_osdep.c125 uint8_t pcie_id = PCI_CAP_ID_PCI_E; in e1000_write_pcie_cap_reg() local
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.c202 uint8_t pcie_id = PCI_CAP_ID_PCI_E; in i40e_set_hw_bus_info() local
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Dbcm_osal.h446 #define OSAL_PCI_FIND_CAPABILITY(ecore_dev, pcie_id)\ argument