Searched refs:qt_qindex (Results 1 – 2 of 2) sorted by relevance
3214 (void) ddi_dma_sync(dma, (uintptr_t)softs->qtablep->qt_qindex[queue] - \ in aac_fib_enqueue()3223 &softs->qtablep->qt_qindex[queue][AAC_PRODUCER_INDEX]); in aac_fib_enqueue()3225 &softs->qtablep->qt_qindex[queue][AAC_CONSUMER_INDEX]); in aac_fib_enqueue()3246 ddi_put32(acc, &softs->qtablep->qt_qindex[queue][AAC_PRODUCER_INDEX], in aac_fib_enqueue()3249 (uintptr_t)&softs->qtablep->qt_qindex[queue][AAC_PRODUCER_INDEX] - \ in aac_fib_enqueue()3275 (void) ddi_dma_sync(dma, (uintptr_t)softs->qtablep->qt_qindex[queue] - \ in aac_fib_dequeue()3279 &softs->qtablep->qt_qindex[queue][AAC_PRODUCER_INDEX]); in aac_fib_dequeue()3281 &softs->qtablep->qt_qindex[queue][AAC_CONSUMER_INDEX]); in aac_fib_dequeue()3329 ddi_put32(acc, &softs->qtablep->qt_qindex[queue][AAC_CONSUMER_INDEX], in aac_fib_dequeue()3332 (uintptr_t)&softs->qtablep->qt_qindex[queue][AAC_CONSUMER_INDEX] - \ in aac_fib_dequeue()[all …]
1111 uint32_t qt_qindex[AAC_QUEUE_COUNT][2]; member