Searched refs:gdr_tail (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_core.c165 * gdr_tail, gdr_head and gdr_count are initialized by this function
274 * gdr_tail, gdr_head and gdr_count are initialized by this function
309 if (dev->gdr_head > dev->gdr_tail) {
310 if (tmp < dev->gdr_head && tmp >= dev->gdr_tail)
312 } else if (dev->gdr_head < dev->gdr_tail) {
313 if (tmp < dev->gdr_head || tmp >= dev->gdr_tail)
326 if (dev->gdr_tail == dev->gdr_head) {
331 if (dev->gdr_tail != PPC4XX_LAST_GD)
332 dev->gdr_tail++;
334 dev->gdr_tail
[all...]
H A Dcrypto4xx_core.h95 u32 gdr_tail; member in struct:crypto4xx_device

Completed in 282 milliseconds