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

  /src/sys/dev/ata/
ata_subr.c 161 ata_queue_alloc(uint8_t openings) function in typeref:struct:ata_queue *
205 chp->ch_queue = ata_queue_alloc(1);
atavar.h 570 ata_queue_alloc(uint8_t openings);
  /src/sys/dev/ic/
siisata.c 305 chp->ch_queue = ata_queue_alloc(SIISATA_MAX_SLOTS);
ahcisata_core.c 412 chp->ch_queue = ata_queue_alloc(sc->sc_ncmds);
mvsata.c 3045 chp->ch_queue = ata_queue_alloc(MVSATA_EDMAQ_LEN);

Completed in 18 milliseconds