Searched refs:tx_nents (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/crypto/qce/ |
D | dma.c | 105 int rx_nents, struct scatterlist *tx_sg, int tx_nents, in qce_dma_prep_sgs() argument 118 return qce_dma_prep_sg(txchan, tx_sg, tx_nents, flags, DMA_DEV_TO_MEM, in qce_dma_prep_sgs()
|
/linux-4.4.14/crypto/ |
D | algif_skcipher.c | 514 unsigned int txbufs = 0, len = 0, tx_nents; in skcipher_recvmsg_async() local 532 tx_nents = skcipher_all_sg_nents(ctx); in skcipher_recvmsg_async() 533 sreq->tsg = kcalloc(tx_nents, sizeof(*sg), GFP_KERNEL); in skcipher_recvmsg_async() 536 sg_init_table(sreq->tsg, tx_nents); in skcipher_recvmsg_async() 562 if (txbufs == tx_nents) { in skcipher_recvmsg_async() 567 tmp = kcalloc(tx_nents * 2, sizeof(*tmp), in skcipher_recvmsg_async() 572 sg_init_table(tmp, tx_nents * 2); in skcipher_recvmsg_async() 573 for (x = 0; x < tx_nents; x++) in skcipher_recvmsg_async() 579 tx_nents *= 2; in skcipher_recvmsg_async()
|
/linux-4.4.14/drivers/spi/ |
D | spi-pxa2xx-dma.c | 191 nents = drv_data->tx_nents; in pxa2xx_spi_dma_prepare_one() 236 drv_data->tx_nents = ret; in pxa2xx_spi_map_dma_buffers()
|
D | spi-pxa2xx.h | 58 int tx_nents; member
|