Home
last modified time | relevance | path

Searched defs:pe (Results 1 – 25 of 61) sorted by relevance

123

/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_prs.c22 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 …]
Dmvpp2_debugfs.c248 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/intel/
Dpasid.c233 static inline void pasid_clear_entry(struct pasid_entry *pe) in pasid_clear_entry()
245 static inline void pasid_clear_entry_with_fpd(struct pasid_entry *pe) in pasid_clear_entry_with_fpd()
260 struct pasid_entry *pe; in intel_pasid_clear_entry() local
285 pasid_set_domain_id(struct pasid_entry *pe, u64 value) in pasid_set_domain_id()
294 pasid_get_domain_id(struct pasid_entry *pe) in pasid_get_domain_id()
304 pasid_set_slptr(struct pasid_entry *pe, u64 value) in pasid_set_slptr()
314 pasid_set_address_width(struct pasid_entry *pe, u64 value) in pasid_set_address_width()
324 pasid_set_translation_type(struct pasid_entry *pe, u64 value) in pasid_set_translation_type()
333 static inline void pasid_set_fault_enable(struct pasid_entry *pe) in pasid_set_fault_enable()
342 static inline void pasid_set_wpe(struct pasid_entry *pe) in pasid_set_wpe()
[all …]
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_pmu.c228 struct amdgpu_pmu_entry *pe = container_of(event->pmu, in amdgpu_perf_start() local
270 struct amdgpu_pmu_entry *pe = container_of(event->pmu, in amdgpu_perf_read() local
300 struct amdgpu_pmu_entry *pe = container_of(event->pmu, in amdgpu_perf_stop() local
336 struct amdgpu_pmu_entry *pe = container_of(event->pmu, in amdgpu_perf_add() local
386 struct amdgpu_pmu_entry *pe = container_of(event->pmu, in amdgpu_perf_del() local
579 struct amdgpu_pmu_entry *pe, *temp; in amdgpu_pmu_fini() local
Damdgpu_vm_sdma.c171 struct amdgpu_bo *bo, uint64_t pe, in amdgpu_vm_sdma_copy_ptes()
200 struct amdgpu_bo *bo, uint64_t pe, in amdgpu_vm_sdma_set_ptes()
232 struct amdgpu_bo_vm *vmbo, uint64_t pe, in amdgpu_vm_sdma_update()
Dsi_dma.c312 uint64_t pe, uint64_t src, in si_dma_vm_copy_pte()
336 static void si_dma_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, in si_dma_vm_write_pte()
365 uint64_t pe, in si_dma_vm_set_pte_pde()
Dsdma_v2_4.c658 uint64_t pe, uint64_t src, in sdma_v2_4_vm_copy_pte()
684 static void sdma_v2_4_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, in sdma_v2_4_vm_write_pte()
714 static void sdma_v2_4_vm_set_pte_pde(struct amdgpu_ib *ib, uint64_t pe, in sdma_v2_4_vm_set_pte_pde()
Damdgpu_vm_cpu.c72 struct amdgpu_bo_vm *vmbo, uint64_t pe, in amdgpu_vm_cpu_update()
Damdgpu_vm.h389 #define amdgpu_vm_copy_pte(adev, ib, pe, src, count) ((adev)->vm_manager.vm_pte_funcs->copy_pte((ib… argument
390 #define amdgpu_vm_write_pte(adev, ib, pe, value, count, incr) ((adev)->vm_manager.vm_pte_funcs->wri… argument
391 #define amdgpu_vm_set_pte_pde(adev, ib, pe, addr, count, incr, flags) ((adev)->vm_manager.vm_pte_fu… argument
Dcik_sdma.c721 uint64_t pe, uint64_t src, in cik_sdma_vm_copy_pte()
747 static void cik_sdma_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, in cik_sdma_vm_write_pte()
777 static void cik_sdma_vm_set_pte_pde(struct amdgpu_ib *ib, uint64_t pe, in cik_sdma_vm_set_pte_pde()
Dsdma_v3_0.c929 uint64_t pe, uint64_t src, in sdma_v3_0_vm_copy_pte()
955 static void sdma_v3_0_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, in sdma_v3_0_vm_write_pte()
985 static void sdma_v3_0_vm_set_pte_pde(struct amdgpu_ib *ib, uint64_t pe, in sdma_v3_0_vm_set_pte_pde()
Dsdma_v5_2.c1008 uint64_t pe, uint64_t src, in sdma_v5_2_vm_copy_pte()
1035 static void sdma_v5_2_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, in sdma_v5_2_vm_write_pte()
1066 uint64_t pe, in sdma_v5_2_vm_set_pte_pde()
/drivers/gpu/drm/radeon/
Dsi_dma.c70 uint64_t pe, uint64_t src, in si_dma_vm_copy_pages()
106 uint64_t pe, in si_dma_vm_write_pages()
153 uint64_t pe, in si_dma_vm_set_pages()
Dni_dma.c316 uint64_t pe, uint64_t src, in cayman_dma_vm_copy_pages()
354 uint64_t pe, in cayman_dma_vm_write_pages()
402 uint64_t pe, in cayman_dma_vm_set_pages()
Dcik_sdma.c804 uint64_t pe, uint64_t src, in cik_sdma_vm_copy_pages()
842 uint64_t pe, in cik_sdma_vm_write_pages()
891 uint64_t pe, in cik_sdma_vm_set_pages()
/drivers/misc/ocxl/
Dlink.c71 u64 pe; member
108 static void read_irq(struct spa *spa, u64 *dsisr, u64 *dar, u64 *pe) in read_irq()
195 struct ocxl_process_element *pe; in xsl_fault_handler() local
545 struct ocxl_process_element *pe; in ocxl_link_add_pe() local
635 struct ocxl_process_element *pe; in ocxl_link_update_pe() local
671 struct ocxl_process_element *pe; in ocxl_link_remove_pe() local
/drivers/net/wireless/ath/ath9k/
Ddfs.c202 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/
Ddm-snap.c744 struct dm_snap_pending_exception *pe = mempool_alloc(&s->pending_pool, in alloc_pending_exception() local
753 static void free_pending_exception(struct dm_snap_pending_exception *pe) in free_pending_exception()
1645 struct dm_snap_pending_exception *pe = context; in pending_complete() local
1731 static void complete_exception(struct dm_snap_pending_exception *pe) in complete_exception()
1746 struct dm_snap_pending_exception *pe = context; in copy_callback() local
1794 static void start_copy(struct dm_snap_pending_exception *pe) in start_copy()
1823 static void start_full_bio(struct dm_snap_pending_exception *pe, in start_full_bio()
1861 struct dm_snap_pending_exception *pe, chunk_t chunk) in __insert_pending_exception()
1894 struct dm_snap_pending_exception *pe, chunk_t chunk) in __find_pending_exception()
1954 struct dm_snap_pending_exception *pe = NULL; in snapshot_map() local
[all …]
/drivers/crypto/inside-secure/
Dsafexcel.c271 int pe, i; in eip197_init_firmware() local
344 int pe, pollcnt; in poll_fw_ready() local
372 int pe; in eip197_start_firmware() local
416 int i, j, ret = 0, pe; in eip197_load_firmwares() local
597 int i, ret, pe, opbuflo, opbufhi; in safexcel_hw_init() local
/drivers/tty/vt/
Dselection.c231 int pe) in vc_do_selection()
320 int ps, pe; in vc_selection() local
/drivers/nvme/target/
Dfc.c111 struct nvmet_fc_port_entry *pe; member
1281 struct nvmet_fc_port_entry *pe, in nvmet_fc_portentry_bind()
1300 nvmet_fc_portentry_unbind(struct nvmet_fc_port_entry *pe) in nvmet_fc_portentry_unbind()
1319 struct nvmet_fc_port_entry *pe; in nvmet_fc_portentry_unbind_tgt() local
1341 struct nvmet_fc_port_entry *pe; in nvmet_fc_portentry_rebind_tgt() local
2867 struct nvmet_fc_port_entry *pe; in nvmet_fc_add_port() local
2913 struct nvmet_fc_port_entry *pe = port->priv; in nvmet_fc_remove_port() local
2926 struct nvmet_fc_port_entry *pe = port->priv; in nvmet_fc_discovery_chg() local
/drivers/hwtracing/stm/
Dcore.c381 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/net/wireless/ath/
Ddfs_pri_detector.c118 static void pool_put_pulse_elem(struct pulse_elem *pe) in pool_put_pulse_elem()
149 struct pulse_elem *pe = NULL; in pool_get_pulse_elem() local
/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Ddp.h26 u8 pe; member
/drivers/pci/hotplug/
Drpaphp_pci.c77 struct eeh_pe *pe; in __rpaphp_get_sensor_state() local

123