Home
last modified time | relevance | path

Searched refs:total_received (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/message/fusion/
Dmptlan.c110 u32 total_received; member
842 atomic_read(&priv->buckets_out), priv->total_received)); in mpt_lan_receive_skb()
897 priv->total_received++; in mpt_lan_receive_post_turbo()
953 /**/ atomic_read(&priv->buckets_out), priv->total_received)); in mpt_lan_receive_post_free()
1094 priv->total_received += count; in mpt_lan_receive_post_reply()
1282 __func__, priv->total_posted, priv->total_received)); in mpt_lan_post_receive_buckets()
1330 priv->total_received = 0; in mpt_register_lan_device()
/Linux-v4.19/drivers/crypto/bcm/
Dcipher.h272 unsigned int total_received; /* only valid for ablkcipher */ member
Dcipher.c538 __func__, rctx->total_received, payload_len); in handle_ablkcipher_resp()
540 dump_sg(req->dst, rctx->total_received, payload_len); in handle_ablkcipher_resp()
545 rctx->total_received += payload_len; in handle_ablkcipher_resp()
546 if (rctx->total_received == rctx->total_todo) { in handle_ablkcipher_resp()
1782 rctx->total_received = 0; in ablkcipher_enqueue()
2073 rctx->total_received = 0; in __ahash_init()
2745 rctx->total_received = 0; in aead_enqueue()