Searched refs:pci_find_cap (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.h38 uint8_t pci_find_cap(int fd, struct pci_conf *p, uint8_t id);
H A Derr.c153 pcie = pci_find_cap(fd, p, PCIY_EXPRESS);
/freebsd-11-stable/sys/dev/e1000/
H A De1000_osdep.c78 pci_find_cap(dev, PCIY_EXPRESS, &offset);
92 pci_find_cap(dev, PCIY_EXPRESS, &offset);
/freebsd-11-stable/sys/dev/pci/
H A Dhostb_pci.c81 if (pci_find_cap(dev, PCIY_AGP, NULL) == 0)
204 return (pci_find_cap(dev, capability, capreg));
276 DEVMETHOD(pci_find_cap, pci_hostb_find_cap),
H A Dvga_pci.c493 return (pci_find_cap(dev, capability, capreg));
645 DEVMETHOD(pci_find_cap, vga_pci_find_cap),
H A Dpcivar.h463 pci_find_cap(device_t dev, int capability, int *capreg) function
/freebsd-11-stable/sys/dev/siba/
H A Dsiba_bwn.c255 return (pci_find_cap(dev, capability, capreg));
393 DEVMETHOD(pci_find_cap, siba_bwn_find_cap),
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo_pci.c178 if (pci_find_cap(dev, PCIY_EXPRESS, &reg) == 0) {
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vsc.c240 err = pci_find_cap(mdev->pdev->dev.bsddev, PCIY_VENDOR, capreg);
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe.h222 #ifndef pci_find_cap
223 #define pci_find_cap pci_find_extcap macro
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_agpsupport.c49 return (pci_find_cap(dev->device, cap, NULL) == 0);
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme.c249 status = pci_find_cap(dev, PCIY_EXPRESS, &ptr);
/freebsd-11-stable/sys/x86/iommu/
H A Dbusdma_dmar.c159 if (pci_find_cap(l, PCIY_EXPRESS, &cap_offset) == 0) {
173 bridge_is_pcie = pci_find_cap(pcib, PCIY_EXPRESS,
184 if (!bridge_is_pcie && pci_find_cap(pcibp,
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_pci.c456 pci_find_cap(root, PCIY_EXPRESS, &pos);
H A Ddrm_os_freebsd.c262 return (pci_find_cap(dev->dev, cap, NULL) == 0);
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c119 if (pci_find_cap(sc->parent, PCIY_EXPRESS, &reg) == 0)
/freebsd-11-stable/sys/dev/oce/
H A Doce_hw.c208 #define pci_find_extcap pci_find_cap
/freebsd-11-stable/sys/dev/virtio/pci/
H A Dvirtio_pci.c278 if (pci_find_cap(dev, PCIY_MSI, NULL) != 0)
281 if (pci_find_cap(dev, PCIY_MSIX, NULL) == 0) {
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h497 if (pci_find_cap(pdev->dev.bsddev, capid, &reg))
933 if ((error = pci_find_cap(root, PCIY_EXPRESS, &pos)) != 0)
/freebsd-11-stable/sys/dev/rl/
H A Dif_rl.c813 pci_find_cap(sc->rl_dev, PCIY_PMG, &pmc) == 0) {
1994 pci_find_cap(sc->rl_dev, PCIY_PMG, &pmc) == 0) {
2059 if (pci_find_cap(sc->rl_dev, PCIY_PMG, &pmc) != 0)
/freebsd-11-stable/sys/dev/ale/
H A Dif_ale.c370 if (pci_find_cap(sc->ale_dev, PCIY_VPD, &vpdc) == 0) {
583 if (pci_find_cap(dev, PCIY_EXPRESS, &i) == 0) {
630 if (pci_find_cap(dev, PCIY_PMG, &pmc) == 0) {
1501 if (pci_find_cap(sc->ale_dev, PCIY_PMG, &pmc) != 0) {
1580 if (pci_find_cap(sc->ale_dev, PCIY_PMG, &pmc) == 0) {
/freebsd-11-stable/sys/dev/ae/
H A Dif_ae.c347 if (pci_find_cap(dev, PCIY_PMG, &pmc) == 0) {
936 error = pci_find_cap(sc->dev, PCIY_VPD, vpdc);
1384 if (pci_find_cap(sc->dev, PCIY_PMG, &pmc) == 0) {
/freebsd-11-stable/sys/dev/nge/
H A Dif_nge.c925 if (pci_find_cap(sc->nge_dev, PCIY_PMG, &i) == 0)
2529 if (pci_find_cap(sc->nge_dev, PCIY_PMG, &pmc) != 0)
2616 if (pci_find_cap(sc->nge_dev, PCIY_PMG, &pmc) == 0) {
/freebsd-11-stable/sys/dev/ste/
H A Dif_ste.c1029 if (pci_find_cap(dev, PCIY_PMG, &pmc) == 0)
2008 if (pci_find_cap(sc->ste_dev, PCIY_PMG, &pmc) == 0) {
2112 if (pci_find_cap(sc->ste_dev, PCIY_PMG, &pmc) != 0) {
/freebsd-11-stable/sys/dev/vr/
H A Dif_vr.c687 pci_find_cap(dev, PCIY_PMG, &pmc) == 0)
702 if (pci_find_cap(dev, PCIY_PMG, &pmc) == 0)
2533 pci_find_cap(sc->vr_dev, PCIY_PMG, &pmc) != 0)

Completed in 463 milliseconds

123