Searched refs:zero_buffer (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_init_ops.c | 268 static u32 zero_buffer[DMAE_MAX_RW_SIZE]; in qed_init_fill_dmae() local 271 memset(zero_buffer, 0, sizeof(u32) * DMAE_MAX_RW_SIZE); in qed_init_fill_dmae() 281 (uintptr_t)(&zero_buffer[0]), in qed_init_fill_dmae()
|
| /linux/drivers/crypto/axis/ |
| H A D | artpec6_crypto.c | 270 void *zero_buffer; member 1943 ac->zero_buffer, in artpec6_crypto_prepare_aead() 1960 ac->zero_buffer, in artpec6_crypto_prepare_aead() 2903 ac->zero_buffer = devm_kcalloc(&pdev->dev, 2, ARTPEC_CACHE_LINE_MAX, in artpec6_crypto_probe() 2905 if (!ac->zero_buffer) in artpec6_crypto_probe() 2907 ac->zero_buffer = PTR_ALIGN(ac->zero_buffer, ARTPEC_CACHE_LINE_MAX); in artpec6_crypto_probe()
|
| /linux/drivers/tty/ |
| H A D | n_tty.c | 155 static void zero_buffer(const struct tty_struct *tty, u8 *buffer, size_t size) in zero_buffer() function 171 zero_buffer(tty, from, size); in tty_copy() 179 zero_buffer(tty, from, n); in tty_copy() 1954 zero_buffer(tty, from, n); in copy_from_read_buf()
|