| /freebsd/sys/dev/ips/ |
| H A D | ips_pci.c | 45 (pci_get_device(dev) == IPS_MORPHEUS_DEVICE_ID)) { in ips_pci_probe() 49 (pci_get_device(dev) == IPS_COPPERHEAD_DEVICE_ID)) { in ips_pci_probe() 53 (pci_get_device(dev) == IPS_MARCO_DEVICE_ID)) { in ips_pci_probe() 71 if(pci_get_device(dev) == IPS_MORPHEUS_DEVICE_ID){ in ips_pci_attach() 76 } else if(pci_get_device(dev) == IPS_COPPERHEAD_DEVICE_ID){ in ips_pci_attach() 81 } else if (pci_get_device(dev) == IPS_MARCO_DEVICE_ID){ in ips_pci_attach() 93 if(pci_get_device(dev) == IPS_COPPERHEAD_DEVICE_ID) in ips_pci_attach()
|
| /freebsd/sys/dev/qat/include/common/ |
| H A D | icp_qat_hal.h | 151 u32 dev_id = pci_get_device(GET_DEV((handle)->accel_dev)); \ 158 u32 dev_id = pci_get_device(GET_DEV((handle)->accel_dev)); \ 168 (IS_QAT_GEN3(pci_get_device(GET_DEV(handle_->accel_dev)))) ? \ 173 pci_get_device(GET_DEV(handle_->accel_dev)))) ? \ 183 (IS_QAT_GEN3(pci_get_device(GET_DEV(handle_->accel_dev)))) ? \ 186 pci_get_device(GET_DEV(handle_->accel_dev)))) ? \
|
| /freebsd/sys/dev/qat/qat_common/ |
| H A D | qat_hal.c | 231 if (IS_QAT_GEN4(pci_get_device(GET_DEV(handle->accel_dev)))) { in qat_hal_set_ae_nn_mode() 393 if (IS_QAT_GEN3(pci_get_device(GET_DEV(handle->accel_dev)))) { in qat_hal_reset() 398 } else if (IS_QAT_GEN4(pci_get_device(GET_DEV(handle->accel_dev)))) { in qat_hal_reset() 407 pci_get_device(GET_DEV(handle->accel_dev)))) { in qat_hal_reset() 565 (IS_QAT_GEN3_OR_GEN4(pci_get_device(GET_DEV(handle->accel_dev)))) ? in qat_hal_reset_timestamp() 597 if (pci_get_device(GET_DEV(handle->accel_dev)) != in qat_hal_init_esram() 635 if (IS_QAT_GEN3(pci_get_device(GET_DEV(handle->accel_dev)))) { in qat_hal_clr_reset() 642 } else if (IS_QAT_GEN4(pci_get_device(GET_DEV(handle->accel_dev)))) { in qat_hal_clr_reset() 653 pci_get_device(GET_DEV(handle->accel_dev)))) { in qat_hal_clr_reset() 784 if (IS_QAT_GEN4(pci_get_device(GET_DEV(handle->accel_dev)))) { in qat_hal_wr_uwords() [all …]
|
| H A D | qat_uclo.c | 332 lmem = IS_QAT_GEN4(pci_get_device(GET_DEV(handle->accel_dev))) ? in qat_uclo_init_lmem_seg() 422 IS_QAT_GEN4(pci_get_device(GET_DEV(handle->accel_dev))); in qat_uclo_init_ustore() 823 if (IS_QAT_GEN4(pci_get_device(GET_DEV(handle->accel_dev)))) { in qat_uclo_map_ae() 882 switch (pci_get_device(GET_DEV(handle->accel_dev))) { in qat_uclo_get_dev_type() 899 pci_get_device(GET_DEV(handle->accel_dev))); in qat_uclo_get_dev_type() 1081 if (!IS_QAT_GEN4(pci_get_device(GET_DEV(handle->accel_dev)))) { in qat_hal_set_modes() 1099 if (IS_QAT_GEN3_OR_GEN4(pci_get_device(GET_DEV(handle->accel_dev)))) { in qat_hal_set_modes() 1257 unsigned int device_id = pci_get_device(GET_DEV(handle->accel_dev)); in qat_uclo_map_simg() 1402 if (!IS_QAT_GEN4(pci_get_device(GET_DEV(handle->accel_dev)))) { in qat_uclo_map_suof() 1441 if (IS_QAT_GEN3_OR_GEN4(pci_get_device(GET_DEV(handle->accel_dev)))) { in qat_uclo_auth_fw() [all …]
|
| /freebsd/sys/dev/cpufreq/ |
| H A D | ichss.c | 162 (pci_get_device(ich_device) != PCI_DEV_82801BA && in ichss_identify() 163 pci_get_device(ich_device) != PCI_DEV_82801CA && in ichss_identify() 164 pci_get_device(ich_device) != PCI_DEV_82801DB)) in ichss_identify() 172 if (pci_get_device(ich_device) == PCI_DEV_82801BA) { in ichss_identify() 178 pci_get_device(hostb) == PCI_DEV_82815_MC && in ichss_identify()
|
| /freebsd/sys/dev/ral/ |
| H A D | if_ral_pci.c | 188 pci_get_device(dev) == ident->device) { in ral_pci_probe() 205 switch (pci_get_device(dev)) { in ral_pci_attach() 247 error = (*psc->sc_opns->attach)(dev, pci_get_device(dev)); in ral_pci_attach()
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_iov.c | 162 d = pci_get_device(dev); in t4iov_probe() 182 d = pci_get_device(dev); in t5iov_probe() 202 d = pci_get_device(dev); in t6iov_probe() 222 d = pci_get_device(dev); in chiov_probe()
|
| /freebsd/sys/dev/mpt/ |
| H A D | mpt_pci.c | 184 switch (pci_get_device(dev)) { in mpt_pci_probe() 299 if (pci_get_device(mpt2->dev) != pci_get_device(mpt->dev)) { 330 switch (pci_get_device(dev)) { in mpt_pci_attach() 399 switch (pci_get_device(dev)) { in mpt_pci_attach()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | pci.c | 77 if (!pci_get_device(PCI_VENDOR_ID_MEDIATEK, MT7996_DEVICE_ID_2, NULL) && in mt7996_pci_init_hif2() 78 !pci_get_device(PCI_VENDOR_ID_MEDIATEK, MT7992_DEVICE_ID_2, NULL) && in mt7996_pci_init_hif2() 79 !pci_get_device(PCI_VENDOR_ID_MEDIATEK, MT7990_DEVICE_ID_2, NULL)) in mt7996_pci_init_hif2()
|
| /freebsd/sys/dev/qat/qat_hw/qat_4xxx/ |
| H A D | adf_drv.c | 41 pci_get_device(dev) == id->device) { in adf_probe() 137 switch (pci_get_device(accel_pci_dev->pci_dev)) { in adf_cleanup_accel() 197 adf_init_hw_data_4xxx(accel_dev->hw_device, pci_get_device(dev)); in adf_attach()
|
| /freebsd/sys/dev/bwi/ |
| H A D | if_bwi_pci.c | 109 did = pci_get_device(dev); in bwi_pci_probe() 166 sc->sc_pci_did = pci_get_device(dev); in bwi_pci_attach()
|
| /freebsd/sys/dev/mwl/ |
| H A D | if_mwl_pci.c | 115 ident = mwl_pci_lookup(pci_get_vendor(dev), pci_get_device(dev)); in mwl_pci_probe() 197 if (mwl_attach(pci_get_device(dev), sc) == 0) in mwl_pci_attach()
|
| /freebsd/sys/dev/uart/ |
| H A D | uart_bus_pci.c | 224 device = pci_get_device(dev); in uart_pci_match() 258 device = pci_get_device(dev); in uart_pci_unique_console_match()
|
| /freebsd/sys/dev/mpi3mr/ |
| H A D | mpi3mr_pci.c | 217 if (m->device != pci_get_device(dev)) in mpi3mr_find_ident() 386 pci_get_device(dev), pci_get_subvendor(dev), in mpi3mr_ctrl_security_status() 400 pci_get_device(dev), pci_get_subvendor(dev), in mpi3mr_ctrl_security_status() 412 pci_get_device(dev), pci_get_subvendor(dev), in mpi3mr_ctrl_security_status()
|
| /freebsd/sys/dev/qat/qat_hw/qat_4xxxvf/ |
| H A D | adf_drv.c | 41 pci_get_device(dev) == id->device) { in adf_probe() 78 switch (pci_get_device(accel_pci_dev->pci_dev)) { in adf_cleanup_accel()
|
| /freebsd/sys/dev/qat/qat_hw/qat_c62x/ |
| H A D | adf_drv.c | 37 pci_get_device(dev) == id->device) { in adf_probe() 65 switch (pci_get_device(accel_pci_dev->pci_dev)) { in adf_cleanup_accel()
|
| /freebsd/sys/dev/qat/qat_hw/qat_c4xxx/ |
| H A D | adf_drv.c | 37 pci_get_device(dev) == id->device) { in adf_probe() 65 switch (pci_get_device(accel_pci_dev->pci_dev)) { in adf_cleanup_accel()
|
| /freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/ |
| H A D | adf_drv.c | 37 pci_get_device(dev) == id->device) { in adf_probe() 65 switch (pci_get_device(accel_pci_dev->pci_dev)) { in adf_cleanup_accel()
|
| /freebsd/sys/dev/qat/qat_hw/qat_c3xxx/ |
| H A D | adf_drv.c | 37 pci_get_device(dev) == id->device) { in adf_probe() 65 switch (pci_get_device(accel_pci_dev->pci_dev)) { in adf_cleanup_accel()
|
| /freebsd/sys/dev/ath/ |
| H A D | if_ath_pci.c | 153 devname = ath_hal_probe(pci_get_vendor(dev), pci_get_device(dev)); in ath_pci_probe() 277 error = ath_attach(pci_get_device(dev), sc); in ath_pci_attach()
|
| /freebsd/sys/dev/malo/ |
| H A D | if_malo_pci.c | 136 devid = pci_get_device(dev); in malo_pci_probe() 239 error = malo_attach(pci_get_device(dev), sc); in malo_pci_attach()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | pci.c | 83 tmp_pdev = pci_get_device(PCI_VENDOR_ID_MEDIATEK, 0x7916, NULL); in mt7915_pci_init_hif2() 89 tmp_pdev = pci_get_device(PCI_VENDOR_ID_MEDIATEK, 0x790a, NULL); in mt7915_pci_init_hif2()
|
| /freebsd/usr.sbin/fwget/pci/ |
| H A D | pci | 54 pci_get_device() 96 device=$(pci_get_device "${fulldevice}")
|
| /freebsd/sys/dev/qat/qat_hw/qat_200xx/ |
| H A D | adf_drv.c | 37 pci_get_device(dev) == id->device) { in adf_probe() 65 switch (pci_get_device(accel_pci_dev->pci_dev)) { in adf_cleanup_accel()
|
| /freebsd/sys/dev/aac/ |
| H A D | aac_pci.c | 296 devid = pci_get_device(dev); in aac_find_ident() 500 (pci_get_device(dev) != 0x00c5)) in aacch_probe()
|