Home
last modified time | relevance | path

Searched refs:dev_to_node (Results 1 – 25 of 82) sorted by relevance

1234

/Linux-v4.19/drivers/crypto/qat/qat_c3xxx/
Dadf_drv.c137 if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) { in adf_probe()
146 dev_to_node(&pdev->dev)); in adf_probe()
165 dev_to_node(&pdev->dev)); in adf_probe()
/Linux-v4.19/drivers/crypto/qat/qat_c62x/
Dadf_drv.c137 if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) { in adf_probe()
146 dev_to_node(&pdev->dev)); in adf_probe()
165 dev_to_node(&pdev->dev)); in adf_probe()
/Linux-v4.19/drivers/crypto/qat/qat_dh895xcc/
Dadf_drv.c137 if (num_possible_nodes() > 1 && dev_to_node(&pdev->dev) < 0) { in adf_probe()
146 dev_to_node(&pdev->dev)); in adf_probe()
165 dev_to_node(&pdev->dev)); in adf_probe()
/Linux-v4.19/drivers/crypto/virtio/
Dvirtio_crypto_mgr.c206 if ((node == dev_to_node(&tmp_dev->vdev->dev) || in virtcrypto_get_dev_node()
207 dev_to_node(&tmp_dev->vdev->dev) < 0) && in virtcrypto_get_dev_node()
Dvirtio_crypto_algs.c387 dev_to_node(&vcrypto->vdev->dev)); in __virtio_crypto_ablkcipher_do_req()
392 dev_to_node(&vcrypto->vdev->dev)); in __virtio_crypto_ablkcipher_do_req()
448 dev_to_node(&vcrypto->vdev->dev)); in __virtio_crypto_ablkcipher_do_req()
Dvirtio_crypto_core.c323 if (num_possible_nodes() > 1 && dev_to_node(&vdev->dev) < 0) { in virtcrypto_probe()
334 dev_to_node(&vdev->dev)); in virtcrypto_probe()
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dqat_crypto.c104 if ((node == dev_to_node(&GET_DEV(tmp_dev)) || in qat_crypto_get_instance_node()
105 dev_to_node(&GET_DEV(tmp_dev)) < 0) && in qat_crypto_get_instance_node()
262 dev_to_node(&GET_DEV(accel_dev))); in qat_crypto_create_instances()
Dadf_transport.c418 dev_to_node(&GET_DEV(accel_dev))); in adf_init_bank()
469 dev_to_node(&GET_DEV(accel_dev))); in adf_init_etr_data()
476 dev_to_node(&GET_DEV(accel_dev))); in adf_init_etr_data()
Dadf_admin.c244 dev_to_node(&GET_DEV(accel_dev))); in adf_init_admin_comms()
Dadf_isr.c242 GFP_KERNEL, dev_to_node(&GET_DEV(accel_dev))); in adf_isr_alloc_msix_entry_table()
/Linux-v4.19/drivers/usb/host/
Dxhci-mem.c38 seg = kzalloc_node(sizeof(*seg), flags, dev_to_node(dev)); in xhci_segment_alloc()
50 dev_to_node(dev)); in xhci_segment_alloc()
370 ring = kzalloc_node(sizeof(*ring), flags, dev_to_node(dev)); in xhci_ring_alloc()
469 ctx = kzalloc_node(sizeof(*ctx), flags, dev_to_node(dev)); in xhci_alloc_container_ctx()
634 dev_to_node(dev)); in xhci_alloc_stream_info()
644 dev_to_node(dev)); in xhci_alloc_stream_info()
851 dev_to_node(dev)); in xhci_alloc_tt_info()
1657 dev_to_node(dev)); in scratchpad_alloc()
1668 flags, dev_to_node(dev)); in scratchpad_alloc()
1738 command = kzalloc_node(sizeof(*command), mem_flags, dev_to_node(dev)); in xhci_alloc_command()
[all …]
/Linux-v4.19/drivers/crypto/qat/qat_c3xxxvf/
Dadf_drv.c140 dev_to_node(&pdev->dev)); in adf_probe()
160 dev_to_node(&pdev->dev)); in adf_probe()
/Linux-v4.19/drivers/crypto/qat/qat_c62xvf/
Dadf_drv.c140 dev_to_node(&pdev->dev)); in adf_probe()
160 dev_to_node(&pdev->dev)); in adf_probe()
/Linux-v4.19/drivers/crypto/qat/qat_dh895xccvf/
Dadf_drv.c140 dev_to_node(&pdev->dev)); in adf_probe()
160 dev_to_node(&pdev->dev)); in adf_probe()
/Linux-v4.19/arch/powerpc/kernel/
Ddma.c78 int node = dev_to_node(dev); in __dma_nommu_alloc_coherent()
151 dev_to_node(dev)); in dma_nommu_alloc_coherent()
Ddma-iommu.c26 dev_to_node(dev)); in dma_iommu_alloc_coherent()
/Linux-v4.19/drivers/nvdimm/
Dof_pmem.c70 ndr_desc.numa_node = dev_to_node(&pdev->dev); in of_pmem_region_probe()
Dpmem.c353 int nid = dev_to_node(dev), fua; in pmem_attach_disk()
396 q = blk_alloc_queue_node(GFP_KERNEL, dev_to_node(dev), NULL); in pmem_attach_disk()
/Linux-v4.19/kernel/
Diomem.c145 dev_to_node(dev)); in devm_memremap()
Dmemremap.c234 nid = dev_to_node(dev); in devm_memremap_pages()
/Linux-v4.19/arch/arm64/kernel/
Dpci.c65 return dev_to_node(&bus->dev); in pcibus_to_node()
/Linux-v4.19/kernel/dma/
Ddirect.c89 page = alloc_pages_node(dev_to_node(dev), gfp, page_order); in dma_direct_alloc()
/Linux-v4.19/arch/x86/pci/
Dintel_mid_pci.c258 ioapic_set_alloc_attr(&info, dev_to_node(&dev->dev), 1, polarity); in intel_mid_pci_irq_enable()
/Linux-v4.19/arch/powerpc/platforms/cell/
Diommu.c560 iommu = cell_iommu_for_node(dev_to_node(dev)); in cell_get_iommu_table()
563 dev->of_node, dev_to_node(dev)); in cell_get_iommu_table()
581 dev_to_node(dev)); in dma_fixed_alloc_coherent()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dalloc.c64 original_node = dev_to_node(&dev->pdev->dev); in mlx5_dma_zalloc_coherent_node()

1234