Searched refs:tx_nents (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/crypto/ |
D | algif_skcipher.c | 518 unsigned int txbufs = 0, len = 0, tx_nents = skcipher_all_sg_nents(ctx); in skcipher_recvmsg_async() local 533 sreq->tsg = kcalloc(tx_nents, sizeof(*sg), GFP_KERNEL); in skcipher_recvmsg_async() 538 sg_init_table(sreq->tsg, tx_nents); in skcipher_recvmsg_async() 564 if (txbufs == tx_nents) { in skcipher_recvmsg_async() 569 tmp = kcalloc(tx_nents * 2, sizeof(*tmp), in skcipher_recvmsg_async() 574 sg_init_table(tmp, tx_nents * 2); in skcipher_recvmsg_async() 575 for (x = 0; x < tx_nents; x++) in skcipher_recvmsg_async() 581 tx_nents *= 2; in skcipher_recvmsg_async()
|
/linux-4.1.27/drivers/crypto/qce/ |
D | dma.c | 157 int rx_nents, struct scatterlist *tx_sg, int tx_nents, in qce_dma_prep_sgs() argument 170 return qce_dma_prep_sg(txchan, tx_sg, tx_nents, flags, DMA_DEV_TO_MEM, in qce_dma_prep_sgs()
|
/linux-4.1.27/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 | 66 int tx_nents; member
|