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

  /src/sys/dev/ic/
mvsatavar.h 64 ncq, enumerator in enum:mvsata_edmamode
nvme.c 359 u_int ncq, nsq; local in function:nvme_attach
437 if (nvme_set_number_of_queues(sc, sc->sc_nq, &ncq, &nsq) != 0) {
442 if (sc->sc_nq > ncq)
443 sc->sc_nq = ncq;
mvsata.c 452 * and the ata middle layer never issues several non-NCQ commands,
518 case ncq:
578 * READ LOG EXT for NCQ to unblock device processing, then continue
913 edma_mode = ncq;
1078 dmamode = (xfer->c_flags & C_NCQ) ? ncq : dma;
3440 * ex. NCQ/TCQ(queued)/non queued.
3451 if (mode == ncq) {
3454 "GenI not support NCQ\n");
3512 if (mode == ncq)
3517 if (mode != ncq)
    [all...]

Completed in 18 milliseconds