Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v32/drivers/
Dcryptocop.c51 #define DESCR_ALLOC_PAD (31) macro
57 unsigned char dma_descr_buf[sizeof(dma_descr_data) + DESCR_ALLOC_PAD];
333 …ong int)cdesc + offsetof(struct cryptocop_dma_desc, dma_descr_buf) + DESCR_ALLOC_PAD) & ~0x0000001… in alloc_cdesc()
806 iop_alloc_ptr = kmalloc(DESCR_ALLOC_PAD + sizeof(struct cryptocop_int_operation), alloc_flag); in cryptocop_setup_dma_list()
812 …(*int_op) = (struct cryptocop_int_operation*)(((unsigned long int)(iop_alloc_ptr + DESCR_ALLOC_PAD in cryptocop_setup_dma_list()
2263 iop_alloc_ptr = kmalloc(DESCR_ALLOC_PAD + sizeof(struct cryptocop_int_operation), alloc_flag); in cryptocop_job_setup()
2269 …truct cryptocop_int_operation*)(((unsigned long int)(iop_alloc_ptr + DESCR_ALLOC_PAD + offsetof(st… in cryptocop_job_setup()