Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c166 *base_p = PCI_CAP_NEXT_PTR_NULL; in pci_lcap_locate()
202 *base_p = PCI_CAP_NEXT_PTR_NULL; in pci_xcap_locate()
252 *base_p = PCI_CAP_NEXT_PTR_NULL; in pci_htcap_locate()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c262 {PCI_CAP_NEXT_PTR_NULL, 0, 0}
333 while (cap_ptr != PCI_CAP_NEXT_PTR_NULL) {
487 uint16_t cap_ptr = PCI_CAP_NEXT_PTR_NULL;
505 while (cap_ptr != PCI_CAP_NEXT_PTR_NULL) {
515 while (pci_cap_entp->cap_id != PCI_CAP_NEXT_PTR_NULL) {
530 if (pci_cap_entp->cap_id == PCI_CAP_NEXT_PTR_NULL)
856 while (cap_ptr != PCI_CAP_NEXT_PTR_NULL) {
865 if (cap_ptr == PCI_CAP_NEXT_PTR_NULL) {
H A Dpcifm.c351 uint16_t pcix_cap_ptr = PCI_CAP_NEXT_PTR_NULL; in pcix_ereport_setup()
360 if (pcix_cap_ptr != PCI_CAP_NEXT_PTR_NULL) in pcix_ereport_setup()
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_libhv.c91 while ((hdr_next_ptr != PCI_CAP_NEXT_PTR_NULL) && in hvio_rp_mps()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_pci.c68 off != PCI_CAP_NEXT_PTR_NULL; in sfxge_pci_cap_find()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h633 #define PCI_CAP_NEXT_PTR_NULL 0x0 /* no more entries in the list */ macro
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c596 if (ptr == PCI_CAP_NEXT_PTR_NULL) { in audiots_power_up()
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c4853 if (cap_id_loc != PCI_CAP_NEXT_PTR_NULL) { in pcicfg_get_nslots()
4858 if (slot_id_loc != PCI_CAP_NEXT_PTR_NULL) { in pcicfg_get_nslots()
4896 if (cap_loc != PCI_CAP_NEXT_PTR_NULL) in pcicfg_pcie_port_type()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2209 while (cap_ptr != PCI_CAP_NEXT_PTR_NULL && cap_ptr >= PCI_CAP_PTR_OFF) { in set_devpm_d0()
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4291 caps_ptr = PCI_CAP_NEXT_PTR_NULL; in ahci_config_space_init()
4297 for (cap_count = 0; caps_ptr != PCI_CAP_NEXT_PTR_NULL; ) { in ahci_config_space_init()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c4784 while (ptr != PCI_CAP_NEXT_PTR_NULL) { in myri10ge_find_cap()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13383 caps_ptr = PCI_CAP_NEXT_PTR_NULL; in mptsas_get_pci_cap()
13389 for (cap_count = 0; caps_ptr != PCI_CAP_NEXT_PTR_NULL; ) { in mptsas_get_pci_cap()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1452 while (caps_ptr != PCI_CAP_NEXT_PTR_NULL) { in ql_attach()
19197 int cptr = PCI_CAP_NEXT_PTR_NULL; in ql_get_cap_ofst()
19204 while (cptr != PCI_CAP_NEXT_PTR_NULL) { in ql_get_cap_ofst()
H A Dql_xioctl.c8350 while (cap_ptr != PCI_CAP_NEXT_PTR_NULL) { in ql_get_pci_data()