qoffset          1484 dev/ic/aac.c   	u_int32_t code, qoffset;
qoffset          1618 dev/ic/aac.c   	qoffset = offsetof(struct aac_common, ac_qbuf) + AAC_QUEUE_ALIGN;
qoffset          1619 dev/ic/aac.c   	qoffset &= ~(AAC_QUEUE_ALIGN - 1);
qoffset          1621 dev/ic/aac.c   	    (struct aac_queue_table *)((caddr_t)sc->aac_common + qoffset);
qoffset          1622 dev/ic/aac.c   	ip->CommHeaderAddress = sc->aac_common_busaddr + qoffset;