Searched refs:nbytesp (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | ce.h | 181 unsigned int *nbytesp, 216 unsigned int *nbytesp, 228 unsigned int *nbytesp,
|
D | ce.c | 448 unsigned int *nbytesp, in ath10k_ce_completed_recv_next_nolock() argument 480 *nbytesp = nbytes; in ath10k_ce_completed_recv_next_nolock() 505 unsigned int *nbytesp, in ath10k_ce_completed_recv_next() argument 516 bufferp, nbytesp, in ath10k_ce_completed_recv_next() 630 unsigned int *nbytesp, in ath10k_ce_cancel_send_next() argument 661 *nbytesp = __le16_to_cpu(desc->nbytes); in ath10k_ce_cancel_send_next()
|
/linux-4.4.14/drivers/crypto/ |
D | hifn_795x.c | 1459 unsigned int size, unsigned int *nbytesp) in ablkcipher_add() argument 1461 unsigned int copy, drest = *drestp, nbytes = *nbytesp; in ablkcipher_add() 1481 *nbytesp = nbytes; in ablkcipher_add() 1720 struct scatterlist *dst, unsigned int size, unsigned int *nbytesp) in ablkcipher_get() argument 1722 unsigned int srest = *srestp, nbytes = *nbytesp, copy; in ablkcipher_get() 1749 *nbytesp = nbytes; in ablkcipher_get()
|
/linux-4.4.14/fs/fuse/ |
D | file.c | 1247 size_t *nbytesp, int write) in fuse_get_user_pages() argument 1254 size_t frag_size = fuse_get_frag_size(ii, *nbytesp); in fuse_get_user_pages() 1262 *nbytesp = frag_size; in fuse_get_user_pages() 1266 while (nbytes < *nbytesp && req->num_pages < req->max_pages) { in fuse_get_user_pages() 1271 *nbytesp - nbytes, in fuse_get_user_pages() 1296 *nbytesp = nbytes; in fuse_get_user_pages()
|