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

/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_aer.c60 if (pci_find_extcap(dev, PCIZ_AER, &aer_offset) == 0) {
130 if (pci_find_extcap(pdev, PCIZ_AER, &aer_offset) == 0) {
156 if (pci_find_extcap(pdev, PCIZ_AER, &aer_offset) == 0) {
/freebsd-current/sys/dev/pci/
H A Dhostb_pci.c216 return (pci_find_extcap(dev, capability, capreg));
274 DEVMETHOD(pci_find_extcap, pci_hostb_find_extcap),
H A Dvga_pci.c625 return (pci_find_extcap(dev, capability, capreg));
764 DEVMETHOD(pci_find_extcap, vga_pci_find_extcap),
H A Dpcivar.h548 pci_find_extcap(device_t dev, int capability, int *capreg) function
H A Dpci_iov.c128 error = pci_find_extcap(dev, PCIZ_SRIOV, &iov_pos);
458 if (pci_find_extcap(devlist[i], PCIZ_SRIOV, &iov_pos) == 0) {
H A Dpci.c204 DEVMETHOD(pci_find_extcap, pci_find_extcap_method),
4371 if (pci_find_extcap(dev, PCIZ_AER, &aer) == 0) {
6611 if (pci_find_extcap(dev, PCIZ_AER, &aer) == 0) {
6883 if (pci_find_extcap(dev, PCIZ_AER, &aer) == 0) {
6928 if (pci_find_extcap(dev, PCIZ_AER, &aer) != 0)
H A Dpci_pci.c3059 error = pci_find_extcap(dev, PCIZ_ARI, &ari_cap_off);
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_mgmt.c357 if (pci_find_extcap(softc->dev, PCIZ_SERNUM, &dev_sn_offset)) {
/freebsd-current/sys/dev/mpi3mr/
H A Dmpi3mr_pci.c357 if (pci_find_extcap(dev, PCIZ_SERNUM, &dev_serial_num) != 0) {
/freebsd-current/sys/dev/vnic/
H A Dnic_main.c1156 err = pci_find_extcap(dev, PCIZ_SRIOV, &iov_pos);
/freebsd-current/sys/amd64/vmm/amd/
H A Damdvi_hw.c154 if (pci_find_extcap(dev, PCIZ_ATS, &off) == 0) {
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h623 if (pci_find_extcap(pdev->dev.bsddev, capid, &reg))
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c1704 if (pci_find_extcap(bsddev, PCIZ_SRIOV, &sriov_pos) == 0) {
/freebsd-current/share/man/man9/
H A DMakefile1767 pci.9 pci_find_extcap.9 \
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c5263 if (pci_find_extcap(ha->pci_dev, ext_cap, &reg) == 0)

Completed in 368 milliseconds