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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c3678 int qoffset; local
3728 qoffset = (comm_space_phyaddr + \
3731 if (qoffset)
3732 qoffset = AAC_QUEUE_ALIGN - qoffset;
3734 ((char *)&softs->comm_space->qtable + qoffset);
3736 offsetof(struct aac_comm_space, qtable) + qoffset);

Completed in 84 milliseconds