| /linux-6.15/drivers/crypto/nx/ |
| H A D | nx-common-powernv.c | 391 struct nx842_workmem *wmem) in nx842_config_crb() argument 398 crb = &wmem->crb; in nx842_config_crb() 460 struct nx842_workmem *wmem; in nx842_exec_icswx() local 479 crb = &wmem->crb; in nx842_exec_icswx() 488 wmem->start = ktime_get(); in nx842_exec_icswx() 563 struct nx842_workmem *wmem; in nx842_exec_vas() local 573 crb = &wmem->crb; in nx842_exec_vas() 585 wmem->start = ktime_get(); in nx842_exec_vas() 611 ret = wait_for_csb(wmem, csb); in nx842_exec_vas() 640 void *wmem) in nx842_powernv_compress() argument [all …]
|
| H A D | nx-842.c | 114 ctx->wmem = kmalloc(driver->workmem_size, GFP_KERNEL); in nx842_crypto_alloc_ctx() 117 if (!ctx->wmem || !ctx->sbounce || !ctx->dbounce) { in nx842_crypto_alloc_ctx() 118 kfree(ctx->wmem); in nx842_crypto_alloc_ctx() 133 kfree(ctx->wmem); in nx842_crypto_free_ctx() 224 ret = ctx->driver->compress(src, slen, dst, &dlen, ctx->wmem); in compress() 404 ret = ctx->driver->decompress(src, slen, dst, &dlen, ctx->wmem); in decompress()
|
| H A D | nx-842.h | 177 u8 *wmem; member
|
| H A D | nx-common-pseries.c | 307 void *wmem) in nx842_pseries_compress() argument 340 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN); in nx842_pseries_compress() 437 void *wmem) in nx842_pseries_decompress() argument 470 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN); in nx842_pseries_decompress()
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-wiimote-core.c | 413 __u8 wmem; in wiimote_cmd_init_ext() local 417 wmem = 0x55; in wiimote_cmd_init_ext() 418 ret = wiimote_cmd_write(wdata, 0xa400f0, &wmem, sizeof(wmem)); in wiimote_cmd_init_ext() 423 wmem = 0x0; in wiimote_cmd_init_ext() 471 __u8 wmem; in wiimote_cmd_init_mp() local 475 wmem = 0x55; in wiimote_cmd_init_mp() 481 wmem = 0x0; in wiimote_cmd_init_mp() 492 __u8 wmem; in wiimote_cmd_map_mp() local 499 wmem = 0x07; in wiimote_cmd_map_mp() 503 wmem = 0x05; in wiimote_cmd_map_mp() [all …]
|
| H A D | hid-wiimote.h | 274 const __u8 *wmem, __u8 size);
|
| /linux-6.15/include/linux/ |
| H A D | sw842.h | 8 u8 *dst, unsigned int *destlen, void *wmem);
|
| /linux-6.15/crypto/ |
| H A D | 842.c | 27 void *wmem; /* working memory for compress */ member
|
| /linux-6.15/Documentation/sound/cards/ |
| H A D | multisound.sh | 707 X WORD wmem; 711 X wmem = (WORD)mem; 714 X if (msnd_write_cfg(cfg, IREG_MEMBASEHI, HIBYTE(wmem))) 716 X if (msnd_write_cfg(cfg, IREG_MEMBASELO, LOBYTE(wmem))) 718 X if (wmem && msnd_write_cfg(cfg, IREG_MEMCONTROL, (MEMTYPE_HIADDR | MEMTYPE_16BIT)))
|
| /linux-6.15/sound/isa/msnd/ |
| H A D | msnd_pinnacle.c | 656 u16 wmem; in snd_msnd_write_cfg_mem() local 659 wmem = (u16)(mem & 0xfff); in snd_msnd_write_cfg_mem() 662 if (snd_msnd_write_cfg(chip, cfg, IREG_MEMBASEHI, HIBYTE(wmem))) in snd_msnd_write_cfg_mem() 664 if (snd_msnd_write_cfg(chip, cfg, IREG_MEMBASELO, LOBYTE(wmem))) in snd_msnd_write_cfg_mem() 666 if (wmem && snd_msnd_write_cfg(chip, cfg, IREG_MEMCONTROL, in snd_msnd_write_cfg_mem()
|
| /linux-6.15/Documentation/networking/ |
| H A D | smc-sysctl.rst | 45 wmem - INTEGER
|
| /linux-6.15/drivers/net/ethernet/cavium/thunder/ |
| H A D | q_struct.h | 508 u64 wmem:1; member 517 u64 wmem:1;
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_struct.h | 249 u64 wmem : 1; member
|
| H A D | otx2_txrx.c | 780 mem->wmem = 1; /* wait for the memory operation */ in otx2_sqe_add_mem()
|
| /linux-6.15/lib/842/ |
| H A D | 842_compress.c | 478 u8 *out, unsigned int *olen, void *wmem) in sw842_compress() argument 480 struct sw842_param *p = (struct sw842_param *)wmem; in sw842_compress()
|
| /linux-6.15/drivers/staging/rtl8723bs/hal/ |
| H A D | sdio_ops.c | 362 u8 *wmem in sdio_write_mem() argument 365 sdio_writeN(intfhdl, addr, cnt, wmem); in sdio_write_mem()
|
| /linux-6.15/net/mptcp/ |
| H A D | protocol.c | 1329 u32 pace, burst, wmem; in mptcp_subflow_get_send() local 1388 wmem = READ_ONCE(ssk->sk_wmem_queued); in mptcp_subflow_get_send() 1393 subflow->avg_pacing_rate = div_u64((u64)subflow->avg_pacing_rate * wmem + in mptcp_subflow_get_send() 1395 burst + wmem); in mptcp_subflow_get_send()
|