Searched refs:total_received (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/message/fusion/ |
| H A D | mptlan.c | 107 u32 total_received; member 835 atomic_read(&priv->buckets_out), priv->total_received)); in mpt_lan_receive_skb() 894 priv->total_received++; in mpt_lan_receive_post_turbo() 950 /**/ atomic_read(&priv->buckets_out), priv->total_received)); in mpt_lan_receive_post_free() 1091 priv->total_received += count; in mpt_lan_receive_post_reply() 1280 __func__, priv->total_posted, priv->total_received)); in mpt_lan_post_receive_buckets() 1328 priv->total_received = 0; in mpt_register_lan_device()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ncdevmem.c | 837 size_t total_received = 0; in do_server() local 990 total_received += dmabuf_cmsg->frag_size; in do_server() 997 total_received, dmabuf_cmsg->dmabuf_id); in do_server() 1035 fprintf(stderr, "total_received=%lu\n", total_received); in do_server()
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.h | 262 unsigned int total_received; /* only valid for skcipher */ member
|
| H A D | cipher.c | 492 __func__, rctx->total_received, payload_len); in handle_skcipher_resp() 494 dump_sg(req->dst, rctx->total_received, payload_len); in handle_skcipher_resp() 496 rctx->total_received += payload_len; in handle_skcipher_resp() 497 if (rctx->total_received == rctx->total_todo) { in handle_skcipher_resp() 1724 rctx->total_received = 0; in skcipher_enqueue() 1969 rctx->total_received = 0; in __ahash_init() 2620 rctx->total_received = 0; in aead_enqueue()
|