/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_prs.c | 22 static int mvpp2_prs_hw_write(struct mvpp2 *priv, struct mvpp2_prs_entry *pe) in mvpp2_prs_hw_write() 46 int mvpp2_prs_init_from_hw(struct mvpp2 *priv, struct mvpp2_prs_entry *pe, in mvpp2_prs_init_from_hw() 101 static void mvpp2_prs_tcam_lu_set(struct mvpp2_prs_entry *pe, unsigned int lu) in mvpp2_prs_tcam_lu_set() 110 static void mvpp2_prs_tcam_port_set(struct mvpp2_prs_entry *pe, in mvpp2_prs_tcam_port_set() 120 static void mvpp2_prs_tcam_port_map_set(struct mvpp2_prs_entry *pe, in mvpp2_prs_tcam_port_map_set() 129 unsigned int mvpp2_prs_tcam_port_map_get(struct mvpp2_prs_entry *pe) in mvpp2_prs_tcam_port_map_get() 135 static void mvpp2_prs_tcam_data_byte_set(struct mvpp2_prs_entry *pe, in mvpp2_prs_tcam_data_byte_set() 148 void mvpp2_prs_tcam_data_byte_get(struct mvpp2_prs_entry *pe, in mvpp2_prs_tcam_data_byte_get() 159 static bool mvpp2_prs_tcam_data_cmp(struct mvpp2_prs_entry *pe, int offs, in mvpp2_prs_tcam_data_cmp() 169 static void mvpp2_prs_tcam_ai_update(struct mvpp2_prs_entry *pe, in mvpp2_prs_tcam_ai_update() [all …]
|
D | mvpp2_debugfs.c | 248 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_port_vid_show() local 282 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_port_parser_show() local 303 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_filter_show() local 352 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_prs_pmap_show() local 370 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_prs_ai_show() local 388 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_prs_hdata_show() local 407 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_prs_sram_show() local
|
/drivers/iommu/ |
D | intel-pasid.c | 262 static inline void pasid_clear_entry(struct pasid_entry *pe) in pasid_clear_entry() 276 struct pasid_entry *pe; in intel_pasid_clear_entry() local 298 pasid_set_domain_id(struct pasid_entry *pe, u64 value) in pasid_set_domain_id() 307 pasid_get_domain_id(struct pasid_entry *pe) in pasid_get_domain_id() 317 pasid_set_slptr(struct pasid_entry *pe, u64 value) in pasid_set_slptr() 327 pasid_set_address_width(struct pasid_entry *pe, u64 value) in pasid_set_address_width() 337 pasid_set_translation_type(struct pasid_entry *pe, u64 value) in pasid_set_translation_type() 346 static inline void pasid_set_fault_enable(struct pasid_entry *pe) in pasid_set_fault_enable() 355 static inline void pasid_set_sre(struct pasid_entry *pe) in pasid_set_sre() 364 static inline void pasid_set_present(struct pasid_entry *pe) in pasid_set_present() [all …]
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_pmu.c | 64 struct amdgpu_pmu_entry *pe = container_of(event->pmu, in amdgpu_perf_start() local 93 struct amdgpu_pmu_entry *pe = container_of(event->pmu, in amdgpu_perf_read() local 120 struct amdgpu_pmu_entry *pe = container_of(event->pmu, in amdgpu_perf_stop() local 151 struct amdgpu_pmu_entry *pe = container_of(event->pmu, in amdgpu_perf_add() local 179 struct amdgpu_pmu_entry *pe = container_of(event->pmu, in amdgpu_perf_del() local 271 struct amdgpu_pmu_entry *pe, *temp; in amdgpu_pmu_fini() local
|
D | amdgpu_vm_sdma.c | 135 struct amdgpu_bo *bo, uint64_t pe, in amdgpu_vm_sdma_copy_ptes() 164 struct amdgpu_bo *bo, uint64_t pe, in amdgpu_vm_sdma_set_ptes() 196 struct amdgpu_bo *bo, uint64_t pe, in amdgpu_vm_sdma_update()
|
D | si_dma.c | 315 uint64_t pe, uint64_t src, in si_dma_vm_copy_pte() 339 static void si_dma_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, in si_dma_vm_write_pte() 368 uint64_t pe, in si_dma_vm_set_pte_pde()
|
D | amdgpu_vm_cpu.c | 83 struct amdgpu_bo *bo, uint64_t pe, in amdgpu_vm_cpu_update()
|
D | amdgpu_vm.h | 336 #define amdgpu_vm_copy_pte(adev, ib, pe, src, count) ((adev)->vm_manager.vm_pte_funcs->copy_pte((ib… argument 337 #define amdgpu_vm_write_pte(adev, ib, pe, value, count, incr) ((adev)->vm_manager.vm_pte_funcs->wri… argument 338 #define amdgpu_vm_set_pte_pde(adev, ib, pe, addr, count, incr, flags) ((adev)->vm_manager.vm_pte_fu… argument
|
D | sdma_v2_4.c | 668 uint64_t pe, uint64_t src, in sdma_v2_4_vm_copy_pte() 694 static void sdma_v2_4_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, in sdma_v2_4_vm_write_pte() 724 static void sdma_v2_4_vm_set_pte_pde(struct amdgpu_ib *ib, uint64_t pe, in sdma_v2_4_vm_set_pte_pde()
|
D | cik_sdma.c | 729 uint64_t pe, uint64_t src, in cik_sdma_vm_copy_pte() 755 static void cik_sdma_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, in cik_sdma_vm_write_pte() 785 static void cik_sdma_vm_set_pte_pde(struct amdgpu_ib *ib, uint64_t pe, in cik_sdma_vm_set_pte_pde()
|
D | sdma_v3_0.c | 939 uint64_t pe, uint64_t src, in sdma_v3_0_vm_copy_pte() 965 static void sdma_v3_0_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, in sdma_v3_0_vm_write_pte() 995 static void sdma_v3_0_vm_set_pte_pde(struct amdgpu_ib *ib, uint64_t pe, in sdma_v3_0_vm_set_pte_pde()
|
/drivers/gpu/drm/radeon/ |
D | si_dma.c | 71 uint64_t pe, uint64_t src, in si_dma_vm_copy_pages() 107 uint64_t pe, in si_dma_vm_write_pages() 154 uint64_t pe, in si_dma_vm_set_pages()
|
D | ni_dma.c | 317 uint64_t pe, uint64_t src, in cayman_dma_vm_copy_pages() 355 uint64_t pe, in cayman_dma_vm_write_pages() 403 uint64_t pe, in cayman_dma_vm_set_pages()
|
D | cik_sdma.c | 805 uint64_t pe, uint64_t src, in cik_sdma_vm_copy_pages() 843 uint64_t pe, in cik_sdma_vm_write_pages() 892 uint64_t pe, in cik_sdma_vm_set_pages()
|
/drivers/misc/ocxl/ |
D | link.c | 64 u64 pe; member 99 static void read_irq(struct spa *spa, u64 *dsisr, u64 *dar, u64 *pe) in read_irq() 186 struct ocxl_process_element *pe; in xsl_fault_handler() local 502 struct ocxl_process_element *pe; in ocxl_link_add_pe() local 579 struct ocxl_process_element *pe; in ocxl_link_update_pe() local 615 struct ocxl_process_element *pe; in ocxl_link_remove_pe() local
|
/drivers/net/wireless/ath/ath9k/ |
D | dfs.c | 202 struct pulse_event *pe) in ath9k_postprocess_radar_event() 274 ath9k_dfs_process_radar_pulse(struct ath_softc *sc, struct pulse_event *pe) in ath9k_dfs_process_radar_pulse() 295 struct pulse_event pe; in ath9k_dfs_process_phyerr() local
|
/drivers/md/ |
D | dm-snap.c | 738 struct dm_snap_pending_exception *pe = mempool_alloc(&s->pending_pool, in alloc_pending_exception() local 747 static void free_pending_exception(struct dm_snap_pending_exception *pe) in free_pending_exception() 1638 struct dm_snap_pending_exception *pe = context; in pending_complete() local 1724 static void complete_exception(struct dm_snap_pending_exception *pe) in complete_exception() 1739 struct dm_snap_pending_exception *pe = context; in copy_callback() local 1787 static void start_copy(struct dm_snap_pending_exception *pe) in start_copy() 1816 static void start_full_bio(struct dm_snap_pending_exception *pe, in start_full_bio() 1854 struct dm_snap_pending_exception *pe, chunk_t chunk) in __insert_pending_exception() 1887 struct dm_snap_pending_exception *pe, chunk_t chunk) in __find_pending_exception() 1947 struct dm_snap_pending_exception *pe = NULL; in snapshot_map() local [all …]
|
/drivers/crypto/inside-secure/ |
D | safexcel.c | 258 int pe, i; in eip197_init_firmware() local 319 int pe, pollcnt; in poll_fw_ready() local 347 int pe; in eip197_start_firmware() local 391 int i, j, ret = 0, pe; in eip197_load_firmwares() local 562 int i, ret, pe; in safexcel_hw_init() local
|
/drivers/nvme/target/ |
D | fc.c | 99 struct nvmet_fc_port_entry *pe; member 919 struct nvmet_fc_port_entry *pe, in nvmet_fc_portentry_bind() 938 nvmet_fc_portentry_unbind(struct nvmet_fc_port_entry *pe) in nvmet_fc_portentry_unbind() 957 struct nvmet_fc_port_entry *pe; in nvmet_fc_portentry_unbind_tgt() local 979 struct nvmet_fc_port_entry *pe; in nvmet_fc_portentry_rebind_tgt() local 2499 struct nvmet_fc_port_entry *pe; in nvmet_fc_add_port() local 2545 struct nvmet_fc_port_entry *pe = port->priv; in nvmet_fc_remove_port() local 2555 struct nvmet_fc_port_entry *pe = port->priv; in nvmet_fc_discovery_chg() local
|
/drivers/vfio/ |
D | vfio_spapr_eeh.c | 34 struct eeh_pe *pe; in vfio_spapr_iommu_eeh_ioctl() local
|
/drivers/net/wireless/ath/ |
D | dfs_pri_detector.c | 119 static void pool_put_pulse_elem(struct pulse_elem *pe) in pool_put_pulse_elem() 150 struct pulse_elem *pe = NULL; in pool_get_pulse_elem() local
|
/drivers/hwtracing/stm/ |
D | core.c | 381 struct stm_pdrv_entry *pe; in __stm_lookup_protocol() local 399 struct stm_pdrv_entry *pe = NULL; in stm_register_protocol() local 435 struct stm_pdrv_entry *pe, *iter; in stm_unregister_protocol() local 470 const struct stm_pdrv_entry *pe; in stm_lookup_protocol() local
|
/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | dp.h | 26 u8 pe; member
|
/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | sorgm200.c | 27 gm200_sor_dp_drive(struct nvkm_ior *sor, int ln, int pc, int dc, int pe, int pu) in gm200_sor_dp_drive()
|
/drivers/clk/st/ |
D | clkgen-fsyn.c | 36 unsigned long pe; member 59 struct clkgen_field pe[QUADFS_MAX_CHAN]; member 463 u32 pe; member
|