Searched refs:pci_find_extcap (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_aer.c | 56 if (pci_find_extcap(dev, PCIZ_AER, &aer_offset) == 0) { in adf_aer_store_ppaerucm_reg() 126 if (pci_find_extcap(pdev, PCIZ_AER, &aer_offset) == 0) { in adf_dev_pre_reset() 152 if (pci_find_extcap(pdev, PCIZ_AER, &aer_offset) == 0) { in adf_dev_post_reset()
|
/freebsd/sys/dev/pci/ |
H A D | hostb_pci.c | 216 return (pci_find_extcap(dev, capability, capreg)); in pci_hostb_find_extcap() 274 DEVMETHOD(pci_find_extcap, pci_hostb_find_extcap),
|
H A D | vga_pci.c | 600 return (pci_find_extcap(dev, capability, capreg)); in vga_pci_find_extcap() 739 DEVMETHOD(pci_find_extcap, vga_pci_find_extcap),
|
H A D | pci_iov.c | 128 error = pci_find_extcap(dev, PCIZ_SRIOV, &iov_pos); in pci_iov_attach_method() 458 if (pci_find_extcap(devlist[i], PCIZ_SRIOV, &iov_pos) == 0) { in pci_iov_set_ari()
|
H A D | pcivar.h | 559 pci_find_extcap(device_t dev, int capability, int *capreg) in pci_find_extcap() function
|
H A D | pci.c | 198 DEVMETHOD(pci_find_extcap, pci_find_extcap_method), 4458 if (pci_find_extcap(dev, PCIZ_AER, &aer) == 0) { in pci_add_child_clear_aer() 6687 if (pci_find_extcap(dev, PCIZ_AER, &aer) == 0) { in pcie_apei_error() 6959 if (pci_find_extcap(dev, PCIZ_AER, &aer) == 0) { in pci_print_faulted_dev() 7004 if (pci_find_extcap(dev, PCIZ_AER, &aer) != 0) in db_clear_pcie_errors()
|
H A D | pci_pci.c | 2646 error = pci_find_extcap(dev, PCIZ_ARI, &ari_cap_off); in pcib_try_enable_ari()
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_mgmt.c | 340 if (pci_find_extcap(softc->dev, PCIZ_SERNUM, &dev_sn_offset)) { in bnxt_mgmt_get_dev_info()
|
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr_pci.c | 371 if (pci_find_extcap(dev, PCIZ_SERNUM, &dev_serial_num) != 0) { in mpi3mr_ctrl_security_status()
|
/freebsd/sys/dev/vnic/ |
H A D | nic_main.c | 1156 err = pci_find_extcap(dev, PCIZ_SRIOV, &iov_pos); in nic_sriov_init()
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | amdvi_hw.c | 154 if (pci_find_extcap(dev, PCIZ_ATS, &off) == 0) { in amdvi_find_ats_qlen()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 645 if (pci_find_extcap(pdev->dev.bsddev, capid, ®)) in pci_find_ext_capability()
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_main.c | 1719 if (pci_find_extcap(bsddev, PCIZ_SRIOV, &sriov_pos) == 0) { in init_one()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1808 pci.9 pci_find_extcap.9 \
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_os.c | 5262 if (pci_find_extcap(ha->pci_dev, ext_cap, ®) == 0) in qlnx_pci_find_ext_capability()
|