Searched refs:total_sent (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.h | 244 unsigned int total_sent; member 263 unsigned int total_sent; member 393 unsigned int total_sent, u32 status_padding);
|
| H A D | cipher.c | 343 rctx->total_sent = rctx->src_sent; in handle_skcipher_req() 414 rctx->total_sent, stat_pad_len); in handle_skcipher_req() 692 rctx->total_todo, rctx->total_sent); in handle_ahash_req() 722 nbytes_to_hash = rctx->total_todo - rctx->total_sent; in handle_ahash_req() 772 hash_parms.type = spu->spu_hash_type(rctx->total_sent); in handle_ahash_req() 779 rctx->total_sent += chunksize; in handle_ahash_req() 783 if ((rctx->total_sent == rctx->total_todo) && rctx->is_final) in handle_ahash_req() 842 ctx->auth.mode, rctx->total_sent, in handle_ahash_req() 1009 if (rctx->is_final && (rctx->total_sent == rctx->total_todo)) in handle_ahash_resp() 1346 rctx->total_sent = chunksize; in handle_aead_req() [all …]
|
| H A D | spu2.h | 206 unsigned int total_sent, u32 status_padding);
|
| H A D | spu.h | 262 unsigned int total_sent, u32 status_padding);
|
| /linux/drivers/tty/ |
| H A D | vcc.c | 822 size_t total_sent = 0; in vcc_write() local 845 memcpy(&pkt->data[port->chars_in_buffer], &buf[total_sent], in vcc_write() 863 total_sent += tosend; in vcc_write() 877 vccdbg("VCC: write: total=%zu rv=%d", total_sent, rv); in vcc_write() 879 return total_sent ? total_sent : rv; in vcc_write()
|
| /linux/drivers/tty/hvc/ |
| H A D | hvcs.c | 1264 size_t total_sent = 0; in hvcs_write() local 1310 &charbuf[total_sent], in hvcs_write() 1333 total_sent+=tosend; in hvcs_write() 1355 return total_sent; in hvcs_write()
|
| /linux/net/kcm/ |
| H A D | kcmsock.c | 585 unsigned int total_sent = 0; in kcm_write_msgs() local 693 total_sent += txm->sent; in kcm_write_msgs() 709 return total_sent ? : ret; in kcm_write_msgs()
|
| /linux/net/batman-adv/ |
| H A D | tp_meter.c | 216 unsigned long start_time, u64 total_sent, in batadv_tp_batctl_notify() argument 226 total_bytes = total_sent; in batadv_tp_batctl_notify()
|