Searched refs:total_sent (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/crypto/bcm/ |
| D | cipher.h | 241 unsigned int total_sent; member 260 unsigned int total_sent; member 394 unsigned int total_sent, u32 status_padding);
|
| D | cipher.c | 349 rctx->total_sent = rctx->src_sent; in handle_ablkcipher_req() 447 rctx->total_sent, stat_pad_len); in handle_ablkcipher_req() 732 rctx->total_todo, rctx->total_sent); in handle_ahash_req() 762 nbytes_to_hash = rctx->total_todo - rctx->total_sent; in handle_ahash_req() 812 hash_parms.type = spu->spu_hash_type(rctx->total_sent); in handle_ahash_req() 819 rctx->total_sent += chunksize; in handle_ahash_req() 823 if ((rctx->total_sent == rctx->total_todo) && rctx->is_final) in handle_ahash_req() 882 ctx->auth.mode, rctx->total_sent, in handle_ahash_req() 1051 if (rctx->is_final && (rctx->total_sent == rctx->total_todo)) in handle_ahash_resp() 1389 rctx->total_sent = chunksize; in handle_aead_req() [all …]
|
| D | spu2.h | 207 unsigned int total_sent, u32 status_padding);
|
| D | spu.h | 262 unsigned int total_sent, u32 status_padding);
|
| D | spu.c | 1053 unsigned int total_sent, u32 status_padding) in spum_request_pad() argument 1080 *(u64 *)ptr = cpu_to_le64((u64)total_sent * 8); in spum_request_pad() 1082 *(u64 *)ptr = cpu_to_be64((u64)total_sent * 8); in spum_request_pad()
|
| D | spu2.c | 1254 unsigned int total_sent, u32 status_padding) in spu2_request_pad() argument 1276 *(u64 *)ptr = cpu_to_le64((u64)total_sent * 8); in spu2_request_pad() 1278 *(u64 *)ptr = cpu_to_be64((u64)total_sent * 8); in spu2_request_pad()
|
| /Linux-v5.4/drivers/tty/ |
| D | vcc.c | 843 int total_sent = 0; in vcc_write() local 870 memcpy(&pkt->data[port->chars_in_buffer], &buf[total_sent], in vcc_write() 888 total_sent += tosend; in vcc_write() 902 vccdbg("VCC: write: total=%d rv=%d", total_sent, rv); in vcc_write() 904 return total_sent ? total_sent : rv; in vcc_write()
|
| /Linux-v5.4/drivers/tty/hvc/ |
| D | hvcs.c | 1312 int total_sent = 0; in hvcs_write() local 1357 &charbuf[total_sent], in hvcs_write() 1380 total_sent+=tosend; in hvcs_write() 1402 return total_sent; in hvcs_write()
|
| /Linux-v5.4/net/batman-adv/ |
| D | tp_meter.c | 215 unsigned long start_time, u64 total_sent, in batadv_tp_batctl_notify() argument 225 total_bytes = total_sent; in batadv_tp_batctl_notify()
|
| /Linux-v5.4/net/kcm/ |
| D | kcmsock.c | 582 unsigned int sent, total_sent = 0; in kcm_write_msgs() local 705 total_sent += sent; in kcm_write_msgs() 718 return total_sent ? : ret; in kcm_write_msgs()
|