Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daic6915.c626 cqci = sf_funcreg_read(sc, SF_CompletionQueueConsumerIndex); in sf_txintr()
670 sf_funcreg_write(sc, SF_CompletionQueueConsumerIndex, in sf_txintr()
694 cqci = sf_funcreg_read(sc, SF_CompletionQueueConsumerIndex); in sf_rxintr()
795 sf_funcreg_write(sc, SF_CompletionQueueConsumerIndex, in sf_rxintr()
1038 sf_funcreg_write(sc, SF_CompletionQueueConsumerIndex, in sf_init()
H A Daic6915reg.h436 #define SF_CompletionQueueConsumerIndex 0xc4 macro