Searched refs:pci_find_cap (Results 1 - 25 of 64) sorted by last modified time

123

/freebsd-current/sys/dev/rtsx/
H A Drtsx.c732 pci_find_cap(sc->rtsx_dev, PCIY_EXPRESS, &(sc->rtsx_pcie_cap));
/freebsd-current/sys/dev/cxgbe/
H A Dt4_main.c1204 if (pci_find_cap(dev, PCIY_EXPRESS, &i) == 0) {
12122 return (pci_find_cap(sc->dev, cap, &i) == 0 ? i : 0);
/freebsd-current/share/man/man9/
H A DMakefile1764 pci.9 pci_find_cap.9 \
/freebsd-current/sys/dev/aic7xxx/
H A Daic79xx_pci.c363 pci_find_cap(ahd->dev_softc, PCIY_PCIX, &ahd->pcix_ptr);
/freebsd-current/sys/dev/alc/
H A Dif_alc.c1496 if (pci_find_cap(dev, PCIY_EXPRESS, &base) == 0) {
1603 if (pci_find_cap(dev, PCIY_PMG, &base) == 0) {
/freebsd-current/sys/dev/ice/
H A Dice_lib.c7935 pci_find_cap(dev, PCIY_EXPRESS, &offset);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h608 if (pci_find_cap(pdev->dev.bsddev, capid, &reg))
1094 if ((error = pci_find_cap(root, PCIY_EXPRESS, &pos)) != 0)
/freebsd-current/usr.sbin/pciconf/
H A Dcap.c1296 pci_find_cap(int fd, struct pci_conf *p, uint8_t id) function
/freebsd-current/sys/dev/pci/
H A Dvga_pci.c609 return (pci_find_cap(dev, capability, capreg));
762 DEVMETHOD(pci_find_cap, vga_pci_find_cap),
H A Dpci_pci.c967 if (pci_find_cap(dev, PCIY_EXPRESS, NULL) != 0)
2776 if (pci_find_cap(dev, PCIY_EXPRESS, &pcie_pos) == 0) {
3044 error = pci_find_cap(pcib, PCIY_EXPRESS, &pcie_pos);
H A Dpci.c196 DEVMETHOD(pci_find_cap, pci_find_cap_method),
1433 error = pci_find_cap(child, PCIY_HT, &ptr);
H A Dhostb_pci.c78 if (pci_find_cap(dev, PCIY_AGP, NULL) == 0)
200 return (pci_find_cap(dev, capability, capreg));
272 DEVMETHOD(pci_find_cap, pci_hostb_find_cap),
/freebsd-current/sys/dev/vge/
H A Dif_vge.c1022 if (pci_find_cap(dev, PCIY_EXPRESS, &cap) == 0) {
1027 if (pci_find_cap(dev, PCIY_PMG, &cap) == 0) {
/freebsd-current/sys/dev/bxe/
H A Dbxe.c13176 if (pci_find_cap(sc->dev, PCIY_EXPRESS, &pcie_reg) == 0) {
13207 if (pci_find_cap(sc->dev, PCIY_PMG, &reg) == 0) {
13245 if (pci_find_cap(sc->dev, PCIY_MSI, &reg) == 0) {
13255 if (pci_find_cap(sc->dev, PCIY_MSIX, &reg) == 0) {
/freebsd-current/sys/dev/bge/
H A Dif_bge.c3566 if (pci_find_cap(dev, PCIY_EXPRESS, &reg) == 0) {
3588 if (pci_find_cap(dev, PCIY_PCIX, &reg) == 0)
3618 if (pci_find_cap(sc->bge_dev, PCIY_MSI, &reg) == 0) {
/freebsd-current/sys/dev/bce/
H A Dif_bce.c825 if (pci_find_cap(dev, PCIY_PCIX, &reg) == 0) {
831 if (pci_find_cap(dev, PCIY_EXPRESS, &reg) == 0) {
844 if (pci_find_cap(dev, PCIY_MSI, &reg) == 0) {
850 if (pci_find_cap(dev, PCIY_MSIX, &reg) == 0) {
/freebsd-current/sys/dev/igc/
H A Dif_igc.c2244 if (pci_find_cap(dev, PCIY_PMG, &pmc) != 0)
/freebsd-current/sys/dev/e1000/
H A Dif_em.c4061 if (pci_find_cap(dev, PCIY_PMG, &pmc) != 0)
4233 if (pci_find_cap(dev, PCIY_EXPRESS, &base) != 0)
/freebsd-current/sys/dev/iommu/
H A Dbusdma_iommu.c160 if (pci_find_cap(l, PCIY_EXPRESS, &cap_offset) == 0) {
174 bridge_is_pcie = pci_find_cap(pcib, PCIY_EXPRESS,
185 if (!bridge_is_pcie && pci_find_cap(pcibp,
/freebsd-current/sys/dev/wpi/
H A Dif_wpi.c356 error = pci_find_cap(dev, PCIY_EXPRESS, &sc->sc_cap_off);
/freebsd-current/sys/dev/iwn/
H A Dif_iwn.c446 error = pci_find_cap(dev, PCIY_EXPRESS, &sc->sc_cap_off);
/freebsd-current/sys/dev/virtio/pci/
H A Dvirtio_pci_modern.c757 for (error = pci_find_cap(dev, PCIY_VENDOR, &capreg);
H A Dvirtio_pci.c156 if (pci_find_cap(dev, PCIY_MSI, NULL) != 0)
158 if (pci_find_cap(dev, PCIY_MSIX, NULL) != 0)
/freebsd-current/sys/dev/sume/
H A Dif_sume.c611 if (pci_find_cap(dev, PCIY_EXPRESS, &capmem) != 0) {
/freebsd-current/sys/dev/rtwn/pci/
H A Drtwn_pci_attach.c615 error = pci_find_cap(dev, PCIY_EXPRESS, &cap_off);

Completed in 495 milliseconds

123