HomeSort by: relevance | last modified time | path
    Searched refs:aac_queue_table (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aacvar.h 187 u_int8_t ac_qbuf[sizeof(struct aac_queue_table) + AAC_QUEUE_ALIGN];
326 struct aac_queue_table *sc_queues;
aac.c 696 sc->sc_queues = (struct aac_queue_table *)((uintptr_t)sc->sc_common + qoff);
699 memset(sc->sc_queues, 0, sizeof(struct aac_queue_table));
aacreg.h 122 struct aac_queue_table { struct

Completed in 16 milliseconds