Home
last modified time | relevance | path

Searched refs:pending_len (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/fsi/
H A Dfsi-sbefifo.c139 size_t pending_len; member
787 user->pending_len = 0; in sbefifo_release_command()
832 if (user->pending_len == 0) { in sbefifo_user_read()
836 if (user->pending_len < 8) { in sbefifo_user_read()
840 cmd_len = user->pending_len >> 2; in sbefifo_user_read()
906 user->pending_len = 0; in sbefifo_user_write()
920 user->pending_len = len; in sbefifo_user_write()
922 if (!user->pending_len) in sbefifo_user_write()
/linux/crypto/
H A Dtestmgr.c1487 unsigned int pending_len; in test_ahash_vec_cfg() local
1557 pending_len = 0; in test_ahash_vec_cfg()
1565 pending_len); in test_ahash_vec_cfg()
1574 pending_len = 0; in test_ahash_vec_cfg()
1603 pending_len += tsgl->sgl[i].length; in test_ahash_vec_cfg()
1607 ahash_request_set_crypt(req, pending_sgl, result, pending_len); in test_ahash_vec_cfg()