Searched refs:ef (Results 1 - 25 of 41) sorted by path

12

/linux-master/arch/powerpc/crypto/
H A Daes-tab-4k.S43 .long R(ef, fa, fa, 15), R(b2, 59, 59, eb)
81 .long R(bb, d0, d0, 6b), R(c5, ef, ef, 2a)
118 .long R(43, ac, ac, ef), R(c4, 62, 62, a6)
202 .long R(0b, 83, ec, 39), R(40, 60, ef, aa)
243 .long R(56, 7d, 2c, d8), R(22, 33, 90, ef)
259 .long R(21, bc, cf, 08), R(ef, 15, e8, e6)
268 .long R(76, 4d, d6, 8d), R(43, ef, b0, 4d)
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_deflate.c68 /* ef (end of file) */
70 zip_cmd->s.ef = 1;
H A Dzip_inflate.c77 zip_cmd->s.ef = 1;
177 result_ptr->s.ef = 1;
194 zip_ops->end_file = result_ptr->s.ef;
H A Dzip_regs.h188 u64 ef : 1; member in struct:zip_inst_s::__anon2014
202 u64 ef : 1;
353 u64 ef : 1; member in struct:zip_zres_s::__anon2017
359 u64 ef : 1; member in struct:zip_zres_s::__anon2017
/linux-master/tools/testing/selftests/net/forwarding/
H A Dbridge_port_isolation.sh130 local mac=de:ad:be:ef:13:37
H A Dbridge_sticky_fdb.sh6 TEST_MAC=de:ad:be:ef:13:37
/linux-master/arch/s390/include/asm/
H A Deadm.h25 u8 ef; member in struct:arsb
/linux-master/arch/x86/crypto/
H A Dcurve25519-x86_64.c1551 u64 *ef = &tmp[16 + 16]; local
1574 fmul(c, &table_ladder[4 * k], b, ef);
/linux-master/drivers/dma/ppc4xx/
H A Dadma.c1330 int ef = 1; local
1352 ef = 0; /* sum_product case, process on DMA0/1 */
1354 ef = 3; /* override (DMA0/1 + idle) */
1356 ef = 0; /* can't process on DMA2 if !rxor */
1360 if (likely(ef) &&
1362 ef++;
1364 return ef;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.h299 struct dma_fence **ef);
326 struct dma_fence __rcu **ef);
H A Damdgpu_amdkfd_gpuvm.c348 * @ef: [IN] This eviction fence is removed if it
354 struct amdgpu_amdkfd_fence *ef)
358 if (!ef)
365 dma_resv_replace_fences(bo->tbo.base.resv, ef->base.context,
377 struct amdgpu_amdkfd_fence *ef; local
396 ef = container_of(dma_fence_get(&info->eviction_fence->base),
400 ret = amdgpu_amdkfd_remove_eviction_fence(bo, ef);
403 dma_fence_put(&ef->base);
1368 struct dma_fence **ef)
1431 *ef
353 amdgpu_amdkfd_remove_eviction_fence(struct amdgpu_bo *bo, struct amdgpu_amdkfd_fence *ef) argument
1367 init_kfd_vm(struct amdgpu_vm *vm, void **process_info, struct dma_fence **ef) argument
1524 amdgpu_amdkfd_gpuvm_acquire_process_vm(struct amdgpu_device *adev, struct amdgpu_vm *avm, void **process_info, struct dma_fence **ef) argument
2822 replace_eviction_fence(struct dma_fence __rcu **ef, struct dma_fence *new_ef) argument
2857 amdgpu_amdkfd_gpuvm_restore_process_bos(void *info, struct dma_fence __rcu **ef) argument
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_priv.h921 struct dma_fence __rcu *ef; member in struct:kfd_process
H A Dkfd_process.c1121 struct dma_fence *ef; local
1131 ef = rcu_access_pointer(p->ef);
1132 dma_fence_signal(ef);
1141 dma_fence_put(ef);
1657 struct dma_fence *ef; local
1677 &ef);
1682 RCU_INIT_POINTER(p->ef, ef);
1927 struct dma_fence *ef; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Ddp.c329 if (ior->dp.ef)
512 ior->dp.ef = outp->dp.dpcd[DPCD_RC02] & DPCD_RC02_ENHANCED_FRAME_CAP;
H A Dg94.c130 if (sor->dp.ef)
H A Dga102.c58 if (sor->dp.ef)
H A Dgf119.c183 if (sor->dp.ef)
H A Dior.h41 bool ef; member in struct:nvkm_ior::__anon235
87 int (*sst)(struct nvkm_ior *, int head, bool ef,
H A Dnv50.c58 int ret = nvkm_i2c_aux_lnk_ctl(aux, pior->dp.nr, pior->dp.bw, pior->dp.ef);
1173 h = h - (3 * ior->dp.ef) - (12 / ior->dp.nr);
H A Dr535.c434 r535_sor_dp_sst(struct nvkm_ior *sor, int head, bool ef, argument
455 ctrl->SST.bEnhancedFraming = ef;
H A Dtu102.c56 if (sor->dp.ef)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Daux.c147 nvkm_i2c_aux_lnk_ctl(struct nvkm_i2c_aux *aux, int nr, int bw, bool ef) argument
150 return aux->func->lnk_ctl(aux, nr, bw, ef);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1495 static int set_flash(struct net_device *netdev, struct ethtool_flash *ef) argument
1519 ef->data[sizeof(ef->data) - 1] = '\0';
1520 ret = request_firmware(&fw, ef->data, adap->pdev_dev);
1526 if (ef->region == ETHTOOL_FLASH_ALL_REGIONS) {
1545 ef->region);
/linux-master/fs/gfs2/
H A Dxattr.c179 struct ea_find *ef = private; local
184 if (ea->ea_type == ef->type) {
185 if (ea->ea_name_len == ef->namel &&
186 !memcmp(GFS2_EA2NAME(ea), ef->name, ea->ea_name_len)) {
187 struct gfs2_ea_location *el = ef->ef_el;
202 struct ea_find ef; local
205 ef.type = type;
206 ef.name = name;
207 ef.namel = strlen(name);
208 ef
[all...]
/linux-master/fs/ntfs3/
H A Dxattr.c147 const struct EA_FULL *ef = Add2Ptr(ea_p, off); local
151 if (bytes < sizeof(ef->size))
154 if (ef->size) {
155 ea_size = le32_to_cpu(ef->size);
161 /* Check if we can use fields ef->name_len and ef->elength. */
165 ea_size = ALIGN(struct_size(ef, name,
166 1 + ef->name_len +
167 le16_to_cpu(ef->elength)),

Completed in 365 milliseconds

12