Home
last modified time | relevance | path

Searched refs:ata_queue_alloc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/ata/
H A Data_subr.c161 ata_queue_alloc(uint8_t openings) in ata_queue_alloc() function
205 chp->ch_queue = ata_queue_alloc(1); in ata_channel_init()
H A Datavar.h570 ata_queue_alloc(uint8_t openings);
/netbsd-src/sys/dev/ic/
H A Dsiisata.c305 chp->ch_queue = ata_queue_alloc(SIISATA_MAX_SLOTS); in siisata_attach_port()
H A Dahcisata_core.c412 chp->ch_queue = ata_queue_alloc(sc->sc_ncmds); in ahci_attach()
H A Dmvsata.c3045 chp->ch_queue = ata_queue_alloc(MVSATA_EDMAQ_LEN); in mvsata_port_init()