Searched refs:pci_find_extcap (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/sys/dev/oce/
H A Doce_hw.c210 #define pci_find_extcap pci_find_cap macro
213 if (pci_find_extcap(sc->dev, PCIY_PCIX, &val) == 0) {
218 if (pci_find_extcap(sc->dev, PCIY_EXPRESS, &val) == 0) {
229 if (pci_find_extcap(sc->dev, PCIY_MSI, &val) == 0) {
234 if (pci_find_extcap(sc->dev, PCIY_MSIX, &val) == 0) {
/freebsd-12-stable/sys/dev/pci/
H A Dhostb_pci.c222 return (pci_find_extcap(dev, capability, capreg));
280 DEVMETHOD(pci_find_extcap, pci_hostb_find_extcap),
H A Dvga_pci.c633 return (pci_find_extcap(dev, capability, capreg));
772 DEVMETHOD(pci_find_extcap, vga_pci_find_extcap),
H A Dpci_iov.c131 error = pci_find_extcap(dev, PCIZ_SRIOV, &iov_pos);
458 if (pci_find_extcap(devlist[i], PCIZ_SRIOV, &iov_pos) == 0) {
H A Dpcivar.h539 pci_find_extcap(device_t dev, int capability, int *capreg) function
H A Dpci.c192 DEVMETHOD(pci_find_extcap, pci_find_extcap_method),
4306 if (pci_find_extcap(dev, PCIZ_AER, &aer) == 0) {
6381 if (pci_find_extcap(dev, PCIZ_AER, &aer) == 0) {
6653 if (pci_find_extcap(dev, PCIZ_AER, &aer) == 0) {
6698 if (pci_find_extcap(dev, PCIZ_AER, &aer) != 0)
H A Dpci_pci.c2840 error = pci_find_extcap(dev, PCIZ_ARI, &ari_cap_off);
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe.h220 #define pci_find_cap pci_find_extcap
/freebsd-12-stable/sys/dev/vnic/
H A Dnic_main.c1151 err = pci_find_extcap(dev, PCIZ_SRIOV, &iov_pos);
/freebsd-12-stable/sys/amd64/vmm/amd/
H A Damdvi_hw.c155 if (pci_find_extcap(dev, PCIZ_ATS, &off) == 0) {
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c1615 if (pci_find_extcap(bsddev, PCIZ_SRIOV, &sriov_pos) == 0) {
/freebsd-12-stable/share/man/man9/
H A DMakefile1617 pci.9 pci_find_extcap.9 \
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c5487 if (pci_find_extcap(ha->pci_dev, ext_cap, &reg) == 0)
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe.c63 * pci_find_cap was added in r219865. Re-define this at pci_find_extcap
67 #define pci_find_cap pci_find_extcap

Completed in 280 milliseconds