Home
last modified time | relevance | path

Searched refs:total_sent (Results 1 – 8 of 8) sorted by relevance

/drivers/crypto/bcm/
A Dcipher.h244 unsigned int total_sent; member
263 unsigned int total_sent; member
393 unsigned int total_sent, u32 status_padding);
A Dcipher.c345 rctx->total_sent = rctx->src_sent; in handle_skcipher_req()
416 rctx->total_sent, stat_pad_len); in handle_skcipher_req()
696 rctx->total_todo, rctx->total_sent); in handle_ahash_req()
783 rctx->total_sent += chunksize; in handle_ahash_req()
1352 rctx->total_sent = chunksize; in handle_aead_req()
1453 rctx->total_sent, stat_pad_len); in handle_aead_req()
1729 rctx->total_sent = 0; in skcipher_enqueue()
1974 rctx->total_sent = 0; in __ahash_init()
2292 spu_exp->total_sent = rctx->total_sent; in ahash_export()
2307 rctx->total_sent = spu_exp->total_sent; in ahash_import()
[all …]
A Dspu.c1025 unsigned int total_sent, u32 status_padding) in spum_request_pad() argument
1052 *(__le64 *)ptr = cpu_to_le64(total_sent * 8ull); in spum_request_pad()
1054 *(__be64 *)ptr = cpu_to_be64(total_sent * 8ull); in spum_request_pad()
A Dspu2.h206 unsigned int total_sent, u32 status_padding);
A Dspu2.c1248 unsigned int total_sent, u32 status_padding) in spu2_request_pad() argument
1270 *(__le64 *)ptr = cpu_to_le64(total_sent * 8ull); in spu2_request_pad()
1272 *(__be64 *)ptr = cpu_to_be64(total_sent * 8ull); in spu2_request_pad()
A Dspu.h262 unsigned int total_sent, u32 status_padding);
/drivers/tty/
A Dvcc.c822 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()
/drivers/tty/hvc/
A Dhvcs.c1264 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()

Completed in 29 milliseconds