Searched refs:AAC_QUEUE_ALIGN (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/dev/aac/
H A Daacvar.h223 AAC_QUEUE_ALIGN];
H A Daacreg.h82 #define AAC_QUEUE_ALIGN 16 macro
94 * controller. This structure must be aligned to AAC_QUEUE_ALIGN
H A Daac.c1913 qoffset = offsetof(struct aac_common, ac_qbuf) + AAC_QUEUE_ALIGN;
1914 qoffset &= ~(AAC_QUEUE_ALIGN - 1);

Completed in 139 milliseconds