Searched refs:qoffset (Results 1 – 1 of 1) sorted by relevance
1850 u_int32_t qoffset; in aac_init() local1916 qoffset = offsetof(struct aac_common, ac_qbuf) + AAC_QUEUE_ALIGN; in aac_init()1917 qoffset &= ~(AAC_QUEUE_ALIGN - 1); in aac_init()1919 (struct aac_queue_table *)((uintptr_t)sc->aac_common + qoffset); in aac_init()1920 ip->CommHeaderAddress = sc->aac_common_busaddr + qoffset; in aac_init()