Searched refs:pcie_id (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_osdep.c | 69 uint8_t pcie_id = PCI_CAP_ID_PCI_E; in e1000_read_pcie_cap_reg() local 74 status = pci_lcap_locate((OS_DEP(hw))->cfg_handle, pcie_id, &pcie_cap); in e1000_read_pcie_cap_reg() 93 uint8_t pcie_id = PCI_CAP_ID_PCI_E; in e1000_write_pcie_cap_reg() local 98 status = pci_lcap_locate(OS_DEP(hw)->cfg_handle, pcie_id, &pcie_cap); in e1000_write_pcie_cap_reg()
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_osdep.c | 125 uint8_t pcie_id = PCI_CAP_ID_PCI_E; in e1000_write_pcie_cap_reg() local 130 status = pci_lcap_locate(OS_DEP(hw)->cfg_handle, pcie_id, &pcie_cap); in e1000_write_pcie_cap_reg()
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.c | 202 uint8_t pcie_id = PCI_CAP_ID_PCI_E; in i40e_set_hw_bus_info() local 207 status = pci_lcap_locate((OS_DEP(hw))->ios_cfg_handle, pcie_id, in i40e_set_hw_bus_info()
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_osal.c | 543 qede_osal_pci_find_ext_capab(struct ecore_dev *edev, u16 pcie_id) in qede_osal_pci_find_ext_capab() argument 776 qede_osal_pci_write_config_word(struct ecore_dev *dev, u32 addr, u16 pcie_id) in qede_osal_pci_write_config_word() argument 781 pci_config_put16(pci_cfg_handle, (off_t)addr, pcie_id); in qede_osal_pci_write_config_word() 799 qede_osal_pci_find_capability(struct ecore_dev *dev, u16 pcie_id) in qede_osal_pci_find_capability() argument
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | bcm_osal.h | 454 #define OSAL_PCI_FIND_CAPABILITY(ecore_dev, pcie_id)\ argument 455 qede_osal_pci_find_capability(ecore_dev, pcie_id)
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | osal.txt | 288 - int OSAL_PCI_FIND_CAPABILITY(struct *ecore_dev, u16 pcie_id) 290 `pcie_id', or 0 if no such if capability is found. 291 - int OSAL_PCI_FIND_EXT_CAPABILITY(struct *ecore_dev, u16 pcie_id) 293 capability `pcie_id', or 0 if no such if capability is found.
|