Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/aac/
H A Daac.c1830 u_int32_t qoffset; in aac_init() local
1896 qoffset = offsetof(struct aac_common, ac_qbuf) + AAC_QUEUE_ALIGN; in aac_init()
1897 qoffset &= ~(AAC_QUEUE_ALIGN - 1); in aac_init()
1899 (struct aac_queue_table *)((uintptr_t)sc->aac_common + qoffset); in aac_init()
1900 ip->CommHeaderAddress = sc->aac_common_busaddr + qoffset; in aac_init()