Searched refs:total_sent (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/crypto/bcm/ |
D | cipher.h | 254 unsigned int total_sent; member 273 unsigned int total_sent; member 407 unsigned int total_sent, u32 status_padding);
|
D | cipher.c | 360 rctx->total_sent = rctx->src_sent; in handle_ablkcipher_req() 458 rctx->total_sent, stat_pad_len); in handle_ablkcipher_req() 743 rctx->total_todo, rctx->total_sent); in handle_ahash_req() 773 nbytes_to_hash = rctx->total_todo - rctx->total_sent; in handle_ahash_req() 823 hash_parms.type = spu->spu_hash_type(rctx->total_sent); in handle_ahash_req() 830 rctx->total_sent += chunksize; in handle_ahash_req() 834 if ((rctx->total_sent == rctx->total_todo) && rctx->is_final) in handle_ahash_req() 893 ctx->auth.mode, rctx->total_sent, in handle_ahash_req() 1062 if (rctx->is_final && (rctx->total_sent == rctx->total_todo)) in handle_ahash_resp() 1400 rctx->total_sent = chunksize; in handle_aead_req() [all …]
|
D | spu2.h | 218 unsigned int total_sent, u32 status_padding);
|
D | spu.h | 273 unsigned int total_sent, u32 status_padding);
|
D | spu.c | 1067 unsigned int total_sent, u32 status_padding) in spum_request_pad() argument 1094 *(u64 *)ptr = cpu_to_le64((u64)total_sent * 8); in spum_request_pad() 1096 *(u64 *)ptr = cpu_to_be64((u64)total_sent * 8); in spum_request_pad()
|
D | spu2.c | 1265 unsigned int total_sent, u32 status_padding) in spu2_request_pad() argument 1287 *(u64 *)ptr = cpu_to_le64((u64)total_sent * 8); in spu2_request_pad() 1289 *(u64 *)ptr = cpu_to_be64((u64)total_sent * 8); in spu2_request_pad()
|
/Linux-v4.19/drivers/tty/ |
D | vcc.c | 842 int total_sent = 0; in vcc_write() local 869 memcpy(&pkt->data[port->chars_in_buffer], &buf[total_sent], in vcc_write() 887 total_sent += tosend; in vcc_write() 901 vccdbg("VCC: write: total=%d rv=%d", total_sent, rv); in vcc_write() 903 return total_sent ? total_sent : rv; in vcc_write()
|
/Linux-v4.19/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-v4.19/net/batman-adv/ |
D | tp_meter.c | 226 unsigned long start_time, u64 total_sent, in batadv_tp_batctl_notify() argument 236 total_bytes = total_sent; in batadv_tp_batctl_notify()
|
/Linux-v4.19/net/kcm/ |
D | kcmsock.c | 581 unsigned int sent, total_sent = 0; in kcm_write_msgs() local 704 total_sent += sent; in kcm_write_msgs() 717 return total_sent ? : ret; in kcm_write_msgs()
|