Searched refs:num_out (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/crypto/virtio/ |
| H A D | virtio_crypto_akcipher_algs.c | 106 unsigned int num_out = 0, num_in = 0; in virtio_crypto_alg_akcipher_init_session() local 128 sgs[num_out++] = &outhdr_sg; in virtio_crypto_alg_akcipher_init_session() 131 sgs[num_out++] = &key_sg; in virtio_crypto_alg_akcipher_init_session() 134 sgs[num_out + num_in++] = &inhdr_sg; in virtio_crypto_alg_akcipher_init_session() 136 err = virtio_crypto_ctrl_vq_request(vcrypto, sgs, num_out, num_in, vc_ctrl_req); in virtio_crypto_alg_akcipher_init_session() 163 unsigned int num_out = 0, num_in = 0; in virtio_crypto_alg_akcipher_close_session() local 186 sgs[num_out++] = &outhdr_sg; in virtio_crypto_alg_akcipher_close_session() 189 sgs[num_out + num_in++] = &inhdr_sg; in virtio_crypto_alg_akcipher_close_session() 191 err = virtio_crypto_ctrl_vq_request(vcrypto, sgs, num_out, num_in, vc_ctrl_req); in virtio_crypto_alg_akcipher_close_session() 221 unsigned int num_out = 0, num_in = 0; in __virtio_crypto_akcipher_do_req() local [all …]
|
| H A D | virtio_crypto_skcipher_algs.c | 119 unsigned int num_out = 0, num_in = 0; in virtio_crypto_alg_skcipher_init_session() local 157 sgs[num_out++] = &outhdr; in virtio_crypto_alg_skcipher_init_session() 161 sgs[num_out++] = &key_sg; in virtio_crypto_alg_skcipher_init_session() 165 sgs[num_out + num_in++] = &inhdr; in virtio_crypto_alg_skcipher_init_session() 167 err = virtio_crypto_ctrl_vq_request(vcrypto, sgs, num_out, num_in, vc_ctrl_req); in virtio_crypto_alg_skcipher_init_session() 198 unsigned int num_out = 0, num_in = 0; in virtio_crypto_alg_skcipher_close_session() local 223 sgs[num_out++] = &outhdr; in virtio_crypto_alg_skcipher_close_session() 227 sgs[num_out + num_in++] = &status_sg; in virtio_crypto_alg_skcipher_close_session() 229 err = virtio_crypto_ctrl_vq_request(vcrypto, sgs, num_out, num_in, vc_ctrl_req); in virtio_crypto_alg_skcipher_close_session() 336 unsigned int num_out = 0, num_in = 0; in __virtio_crypto_skcipher_do_req() local [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_snprintf.c | 9 char num_out[64] = {}; variable 50 num_ret = BPF_SNPRINTF(num_out, sizeof(num_out), in handler()
|
| /linux/drivers/crypto/bcm/ |
| H A D | util.c | 277 unsigned int num_out = 0; /* number of bytes dumped so far */ in __dump_sg() local 281 while (num_out < len) { in __dump_sg() 282 count = (len - num_out > 16) ? 16 : len - num_out; in __dump_sg() 284 num_out += count; in __dump_sg()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | snprintf.c | 54 ASSERT_STREQ(skel->bss->num_out, EXP_NUM_OUT, "num_out"); in test_snprintf_positive()
|
| /linux/drivers/block/ |
| H A D | virtio_blk.c | 142 unsigned int num_out = 0, num_in = 0; in virtblk_add_req() local 145 sgs[num_out++] = &out_hdr; in virtblk_add_req() 149 sgs[num_out++] = vbr->sg_table.sgl; in virtblk_add_req() 151 sgs[num_out + num_in++] = vbr->sg_table.sgl; in virtblk_add_req() 155 sgs[num_out + num_in++] = &in_hdr; in virtblk_add_req() 157 return virtqueue_add_sgs(vq, sgs, num_out, num_in, vbr, GFP_ATOMIC); in virtblk_add_req()
|
| /linux/drivers/soundwire/ |
| H A D | cadence_master.h | 58 unsigned int num_out; member
|
| H A D | intel.c | 619 intel_pdi_get_ch_update(sdw, stream->out, stream->num_out, in intel_pdi_stream_ch_update() 1071 ret = intel_create_dai(cdns, dais, INTEL_PDI_OUT, cdns->pcm.num_out, in intel_register_dai() 1076 off += cdns->pcm.num_out; in intel_register_dai()
|