Searched refs:nbytesp (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | ce.h | 221 unsigned int *nbytesp); 253 unsigned int *nbytesp); 263 unsigned int *nbytesp, 321 u32 *nbytesp); 324 dma_addr_t *nbytesp); 328 u32 *nbytesp, u32 *transfer_idp);
|
D | ce.c | 789 unsigned int *nbytesp) in _ath10k_ce_completed_recv_next_nolock() argument 817 *nbytesp = nbytes; in _ath10k_ce_completed_recv_next_nolock() 839 unsigned int *nbytesp) in _ath10k_ce_completed_recv_next_nolock_64() argument 866 *nbytesp = nbytes; in _ath10k_ce_completed_recv_next_nolock_64() 887 unsigned int *nbytesp) in ath10k_ce_completed_recv_next_nolock() argument 891 nbytesp); in ath10k_ce_completed_recv_next_nolock() 897 unsigned int *nbytesp) in ath10k_ce_completed_recv_next() argument 906 nbytesp); in ath10k_ce_completed_recv_next() 1093 u32 *nbytesp, in ath10k_ce_extract_desc_data() argument 1101 *nbytesp = __le16_to_cpu(desc->nbytes); in ath10k_ce_extract_desc_data() [all …]
|
/Linux-v4.19/drivers/crypto/ |
D | hifn_795x.c | 1417 unsigned int size, unsigned int *nbytesp) in ablkcipher_add() argument 1419 unsigned int copy, drest = *drestp, nbytes = *nbytesp; in ablkcipher_add() 1439 *nbytesp = nbytes; in ablkcipher_add() 1623 struct scatterlist *dst, unsigned int size, unsigned int *nbytesp) in ablkcipher_get() argument 1625 unsigned int srest = *srestp, nbytes = *nbytesp, copy; in ablkcipher_get() 1652 *nbytesp = nbytes; in ablkcipher_get()
|
/Linux-v4.19/fs/fuse/ |
D | file.c | 1268 size_t *nbytesp, int write) in fuse_get_user_pages() argument 1276 size_t frag_size = fuse_get_frag_size(ii, *nbytesp); in fuse_get_user_pages() 1284 *nbytesp = frag_size; in fuse_get_user_pages() 1288 while (nbytes < *nbytesp && req->num_pages < req->max_pages) { in fuse_get_user_pages() 1292 *nbytesp - nbytes, in fuse_get_user_pages() 1317 *nbytesp = nbytes; in fuse_get_user_pages()
|