Searched refs:total_received (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptlan.c | 110 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()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptlan.c | 107 u32 total_received; member 840 atomic_read(&priv->buckets_out), priv->total_received)); in mpt_lan_receive_skb() 899 priv->total_received++; in mpt_lan_receive_post_turbo() 955 /**/ atomic_read(&priv->buckets_out), priv->total_received)); in mpt_lan_receive_post_free() 1096 priv->total_received += count; in mpt_lan_receive_post_reply() 1285 __func__, priv->total_posted, priv->total_received)); in mpt_lan_post_receive_buckets() 1333 priv->total_received = 0; in mpt_register_lan_device()
|
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | cipher.h | 261 unsigned int total_received; /* only valid for skcipher */ member
|
H A D | cipher.c | 495 __func__, rctx->total_received, payload_len); in handle_skcipher_resp() 497 dump_sg(req->dst, rctx->total_received, payload_len); in handle_skcipher_resp() 499 rctx->total_received += payload_len; in handle_skcipher_resp() 500 if (rctx->total_received == rctx->total_todo) { in handle_skcipher_resp() 1732 rctx->total_received = 0; in skcipher_enqueue() 1977 rctx->total_received = 0; in __ahash_init() 2661 rctx->total_received = 0; in aead_enqueue()
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | cipher.h | 262 unsigned int total_received; /* only valid for skcipher */ member
|
H A D | cipher.c | 493 __func__, rctx->total_received, payload_len); in handle_skcipher_resp() 495 dump_sg(req->dst, rctx->total_received, payload_len); in handle_skcipher_resp() 497 rctx->total_received += payload_len; in handle_skcipher_resp() 498 if (rctx->total_received == rctx->total_todo) { in handle_skcipher_resp() 1729 rctx->total_received = 0; in skcipher_enqueue() 1974 rctx->total_received = 0; in __ahash_init() 2622 rctx->total_received = 0; in aead_enqueue()
|
Completed in 17 milliseconds