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

/freebsd-9.3-release/sys/dev/aac/
H A Daac.c1847 u_int32_t qoffset; local
1913 qoffset = offsetof(struct aac_common, ac_qbuf) + AAC_QUEUE_ALIGN;
1914 qoffset &= ~(AAC_QUEUE_ALIGN - 1);
1916 (struct aac_queue_table *)((uintptr_t)sc->aac_common + qoffset);
1917 ip->CommHeaderAddress = sc->aac_common_busaddr + qoffset;

Completed in 46 milliseconds