Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dce.h210 unsigned int *nbytesp);
242 unsigned int *nbytesp);
252 unsigned int *nbytesp,
316 u32 *nbytesp);
319 dma_addr_t *nbytesp);
323 u32 *nbytesp, u32 *transfer_idp);
H A Dce.c757 unsigned int *nbytesp) in _ath10k_ce_completed_recv_next_nolock() argument
785 *nbytesp = nbytes; in _ath10k_ce_completed_recv_next_nolock()
807 unsigned int *nbytesp) in _ath10k_ce_completed_recv_next_nolock_64() argument
834 *nbytesp = nbytes; in _ath10k_ce_completed_recv_next_nolock_64()
855 unsigned int *nbytesp) in ath10k_ce_completed_recv_next_nolock() argument
859 nbytesp); in ath10k_ce_completed_recv_next_nolock()
865 unsigned int *nbytesp) in ath10k_ce_completed_recv_next() argument
874 nbytesp); in ath10k_ce_completed_recv_next()
1121 u32 *nbytesp, in ath10k_ce_extract_desc_data() argument
1129 *nbytesp = __le16_to_cpu(desc->nbytes); in ath10k_ce_extract_desc_data()
[all …]
/linux/drivers/crypto/
H A Dhifn_795x.c1394 unsigned int size, unsigned int *nbytesp) in skcipher_add() argument
1396 unsigned int copy, drest = *drestp, nbytes = *nbytesp; in skcipher_add()
1416 *nbytesp = nbytes; in skcipher_add()
1600 struct scatterlist *dst, unsigned int size, unsigned int *nbytesp) in skcipher_get() argument
1602 unsigned int srest = *srestp, nbytes = *nbytesp, copy; in skcipher_get()
1629 *nbytesp = nbytes; in skcipher_get()