Home
last modified time | relevance | path

Searched refs:PCI_CAP_NEXT_PTR_NULL (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dpci_cap.c160 *base_p = PCI_CAP_NEXT_PTR_NULL; in pci_lcap_locate()
191 *base_p = PCI_CAP_NEXT_PTR_NULL; in pci_xcap_locate()
241 *base_p = PCI_CAP_NEXT_PTR_NULL; in pci_htcap_locate()
/titanic_41/usr/src/uts/common/os/
H A Dsunpci.c360 {PCI_CAP_NEXT_PTR_NULL, 0, NULL}
431 while (cap_ptr != PCI_CAP_NEXT_PTR_NULL) {
585 uint16_t cap_ptr = PCI_CAP_NEXT_PTR_NULL;
603 while (cap_ptr != PCI_CAP_NEXT_PTR_NULL) {
613 while (pci_cap_entp->cap_id != PCI_CAP_NEXT_PTR_NULL) {
628 if (pci_cap_entp->cap_id == PCI_CAP_NEXT_PTR_NULL)
954 while (cap_ptr != PCI_CAP_NEXT_PTR_NULL) {
963 if (cap_ptr == PCI_CAP_NEXT_PTR_NULL) {
H A Dpcifm.c347 uint16_t pcix_cap_ptr = PCI_CAP_NEXT_PTR_NULL; in pcix_ereport_setup()
356 if (pcix_cap_ptr != PCI_CAP_NEXT_PTR_NULL) in pcix_ereport_setup()
/titanic_41/usr/src/uts/sun4v/io/px/
H A Dpx_libhv.c91 while ((hdr_next_ptr != PCI_CAP_NEXT_PTR_NULL) && in hvio_rp_mps()
/titanic_41/usr/src/uts/common/sys/
H A Dpci.h625 #define PCI_CAP_NEXT_PTR_NULL 0x0 /* no more entries in the list */ macro
/titanic_41/usr/src/cmd/pcitool/
H A Dpcitool.c509 while ((hdr_next_ptr != PCI_CAP_NEXT_PTR_NULL) && in supports_ari()
540 while ((hdr_next_ptr != PCI_CAP_NEXT_PTR_NULL) && in supports_ari()
/titanic_41/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c596 if (ptr == PCI_CAP_NEXT_PTR_NULL) { in audiots_power_up()
/titanic_41/usr/src/uts/common/io/drm/
H A Ddrm_sunmod.c1001 while (caps_ptr != PCI_CAP_NEXT_PTR_NULL) { in drm_supp_device_capability()
/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c3311 if (pcie_dev && cap_id_loc != PCI_CAP_NEXT_PTR_NULL) { in pcicfg_set_standard_props()
5121 if (cap_id_loc != PCI_CAP_NEXT_PTR_NULL) { in pcicfg_get_nslots()
5126 if (slot_id_loc != PCI_CAP_NEXT_PTR_NULL) { in pcicfg_get_nslots()
5188 if (cap_loc != PCI_CAP_NEXT_PTR_NULL) in pcicfg_pcie_port_type()
/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1846 while (cap_ptr != PCI_CAP_NEXT_PTR_NULL && cap_ptr >= PCI_CAP_PTR_OFF) { in set_devpm_d0()
/titanic_41/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4186 caps_ptr = PCI_CAP_NEXT_PTR_NULL; in ahci_config_space_init()
4192 for (cap_count = 0; caps_ptr != PCI_CAP_NEXT_PTR_NULL; ) { in ahci_config_space_init()
/titanic_41/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c4812 while (ptr != PCI_CAP_NEXT_PTR_NULL) { in myri10ge_find_cap()
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13115 caps_ptr = PCI_CAP_NEXT_PTR_NULL; in mptsas_get_pci_cap()
13121 for (cap_count = 0; caps_ptr != PCI_CAP_NEXT_PTR_NULL; ) { in mptsas_get_pci_cap()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c7867 while (cap_ptr != PCI_CAP_NEXT_PTR_NULL) { in ql_get_pci_data()
H A Dql_api.c1285 while (caps_ptr != PCI_CAP_NEXT_PTR_NULL) { in ql_attach()