Searched refs:pci_dev (Results 26 - 50 of 58) sorted by relevance

123

/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c102 linux_pdev_dma_init(struct pci_dev *pdev)
125 linux_pdev_dma_uninit(struct pci_dev *pdev)
220 struct pci_dev *pdev;
233 const struct pci_device_id *id, struct pci_dev *pdev)
316 struct pci_dev *pdev;
328 linux_pci_detach_device(struct pci_dev *pdev)
352 struct pci_dev *pdev;
374 struct pci_dev *pdev;
396 struct pci_dev *pdev;
408 struct pci_dev *pde
[all...]
/freebsd-12-stable/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci_hostb.c236 sc->pci_dev = bhnd_find_bridge_root(dev, devclass_find("pci"));
237 if (sc->pci_dev == NULL) {
326 pci_write_config(sc->pci_dev, PCIR_LATTIMER, 0x20 /* 960ns */,
372 if (pci_set_max_read_req(sc->pci_dev, msize) == 0)
525 cfg = pcie_read_config(sc->pci_dev, PCIER_LINK_CTL, 2);
534 pcie_write_config(sc->pci_dev, PCIER_LINK_CTL, cfg, 2);
636 lcreg = pcie_read_config(sc->pci_dev, PCIER_LINK_CTL, 2);
642 pcie_write_config(sc->pci_dev, PCIER_LINK_CTL, lcreg, 2);
/freebsd-12-stable/sys/dev/qlxgb/
H A Dqla_dbg.c58 dev = ha->pci_dev;
97 dev = ha->pci_dev;
156 dev = ha->pci_dev;
H A Dqla_def.h126 device_t pci_dev; member in struct:qla_host
/freebsd-12-stable/sys/dev/qlxgbe/
H A Dql_dbg.c54 dev = ha->pci_dev;
93 dev = ha->pci_dev;
152 dev = ha->pci_dev;
H A Dql_def.h151 device_t pci_dev; member in struct:qla_host
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c186 static int set_dma_caps(struct pci_dev *pdev)
232 struct pci_dev *pdev = dev->pdev;
248 struct pci_dev *pdev = dev->pdev;
258 static int request_bar(struct pci_dev *pdev)
275 static void release_bar(struct pci_dev *pdev)
868 struct pci_dev *pdev = dev->pdev;
1320 static int init_one(struct pci_dev *pdev,
1661 static void remove_one(struct pci_dev *pdev)
1686 static pci_ers_result_t mlx5_pci_err_detected(struct pci_dev *pdev,
1705 static pci_ers_result_t mlx5_pci_slot_reset(struct pci_dev *pde
[all...]
H A Dmlx5_fwdump.c254 struct pci_dev *pdev;
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_catas.c74 struct pci_dev *pdev = dev->pdev;
H A Dmthca_reset.c49 struct pci_dev *bridge = NULL;
H A Dmthca_main.c900 static int __mthca_init_one(struct pci_dev *pdev, int hca_type)
1084 static void __mthca_remove_one(struct pci_dev *pdev)
1125 int __mthca_restart_one(struct pci_dev *pdev)
1138 static int mthca_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
1160 static void mthca_remove_one(struct pci_dev *pdev)
H A Dmthca_dev.h293 struct pci_dev *pdev;
457 int __mthca_restart_one(struct pci_dev *pdev);
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c370 device_id = pci_get_device(ha->pci_dev);
695 device_printf(ha->pci_dev, "invalid queue_count value (%d)\n",
803 ha->pci_dev = dev;
866 "pci_dev = %p pci_reg = %p, reg_len = 0x%08x reg_rid = 0x%08x"
871 ha->pci_dev, ha->pci_reg, rsrc_len_reg,
1227 device_printf(ha->pci_dev, "%s: DEFAULT\n",
1233 device_printf(ha->pci_dev, "%s: ETH_ONLY\n",
1239 device_printf(ha->pci_dev, "%s: ETH_IWARP\n",
1245 device_printf(ha->pci_dev, "%s: ETH_ROCE\n",
1275 ecore_init_dp(&ha->cdev, ha->dp_module, ha->dp_level, ha->pci_dev);
[all...]
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_drv.c980 i915_pci_remove(struct pci_dev *pdev)
989 struct pci_dev *pdev = to_pci_dev(dev);
1013 struct pci_dev *pdev = to_pci_dev(dev);
1021 struct pci_dev *pdev = to_pci_dev(dev);
1034 struct pci_dev *pdev = to_pci_dev(dev);
1042 struct pci_dev *pdev = to_pci_dev(dev);
H A Di915_dma.c1239 static void i915_switcheroo_set_state(struct pci_dev *pdev, enum vga_switcheroo_state state)
1258 static bool i915_switcheroo_can_switch(struct pci_dev *pdev)
1412 struct pci_dev *pdev = dev_priv->dev->pdev;
/freebsd-12-stable/sys/x86/x86/
H A Dio_apic.c105 device_t pci_dev; /* matched pci device, if found */ member in struct:ioapic
637 io->pci_dev = NULL;
1033 KASSERT(io->pci_dev == NULL,
1034 ("ioapic %d pci_dev not NULL", io->io_id));
1038 io->pci_dev = dev;
1079 if (io == NULL || io->pci_dev == NULL)
1081 error = pci_get_id(io->pci_dev, PCI_ID_RID, &rid);
/freebsd-12-stable/sys/dev/mxge/
H A Dif_mxge_var.h230 struct pci_dev *pdev;
/freebsd-12-stable/sys/dev/qlxge/
H A Dqls_def.h266 device_t pci_dev; member in struct:qla_host
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c176 struct pci_dev *pdev;
3048 static int extended_func_num(struct pci_dev *pdev)
3099 static u64 mlx4_enable_sriov(struct mlx4_dev *dev, struct pci_dev *pdev,
3174 struct pci_dev *pdev = dev->persist->pdev;
3190 struct pci_dev *pdev = dev->persist->pdev;
3200 static int mlx4_load_one(struct pci_dev *pdev, int pci_dev_data,
3596 static int __mlx4_init_one(struct pci_dev *pdev, int pci_dev_data,
3747 static int mlx4_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
3820 static void mlx4_unload_one(struct pci_dev *pdev)
3901 static void mlx4_remove_one(struct pci_dev *pde
[all...]
/freebsd-12-stable/sys/ofed/include/rdma/
H A Drdma_vt.h206 struct pci_dev * (*get_pci_dev)(struct rvt_dev_info *rdi);
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_device.c907 static bool radeon_switcheroo_quirk_long_wakeup(struct pci_dev *pdev)
931 static void radeon_switcheroo_set_state(struct pci_dev *pdev, enum vga_switcheroo_state state)
971 static bool radeon_switcheroo_can_switch(struct pci_dev *pdev)
/freebsd-12-stable/sys/arm64/arm64/
H A Dgicv3_its.c144 device_t pci_dev; member in struct:its_dev
1062 its_get_devid(device_t pci_dev) argument
1066 if (pci_get_id(pci_dev, PCI_ID_MSI, &id) != 0)
1082 if (its_dev->pci_dev == child)
1108 its_dev->pci_dev = child;
/freebsd-12-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c558 device_t pci_dev; local
565 pci_dev = pci_find_dbsf(hbus->pci_domain,
567 if (pci_dev)
568 device_delete_child(hbus->pci_bus, pci_dev);
/freebsd-12-stable/sys/dev/mlx5/
H A Ddriver.h666 struct pci_dev *pdev;
885 static inline struct mlx5_core_dev *pci2mlx5_core_dev(struct pci_dev *pdev)
/freebsd-12-stable/sys/dev/isp/
H A Disp_pci.c312 #define ISP_PCD(isp) ((struct isp_pcisoftc *)isp)->pci_dev
315 device_t pci_dev; member in struct:isp_pcisoftc
646 pcs->pci_dev = dev;
661 pcs->pci_dev = dev;
2000 pci_read_config(pcs->pci_dev, PCIR_COMMAND, 1));

Completed in 481 milliseconds

123