Home
last modified time | relevance | path

Searched refs:at_ncqdepth (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/disk/sili/
HDsili_cam.c365 at->at_ncqdepth = (le16toh(at->at_identify.qdepth) & 0x1F) + 1; in sili_cam_probe()
366 devncqdepth = at->at_ncqdepth; in sili_cam_probe()
367 if (at->at_ncqdepth > ap->ap_sc->sc_ncmds) in sili_cam_probe()
368 at->at_ncqdepth = ap->ap_sc->sc_ncmds; in sili_cam_probe()
369 if (at->at_ncqdepth > 1) { in sili_cam_probe()
372 if (xa->tag < at->at_ncqdepth) { in sili_cam_probe()
377 if (at->at_ncqdepth >= ap->ap_sc->sc_ncmds) { in sili_cam_probe()
379 at->at_ncqdepth - 1); in sili_cam_probe()
464 (at->at_ncqdepth > 1 ? "YES" : "NO"), in sili_cam_probe()
1290 if (at->at_ncqdepth > 1 && in sili_xpt_scsi_disk_io()
HDatascsi.h294 int at_ncqdepth; member
/dragonfly/sys/dev/disk/ahci/
HDahci_cam.c381 at->at_ncqdepth = (le16toh(at->at_identify.qdepth) & 0x1F) + 1; in ahci_cam_probe()
382 devncqdepth = at->at_ncqdepth; in ahci_cam_probe()
383 if (at->at_ncqdepth > ap->ap_sc->sc_ncmds) in ahci_cam_probe()
384 at->at_ncqdepth = ap->ap_sc->sc_ncmds; in ahci_cam_probe()
385 if (at->at_ncqdepth > 1) { in ahci_cam_probe()
388 if (xa->tag < at->at_ncqdepth) { in ahci_cam_probe()
393 if (at->at_ncqdepth >= ap->ap_sc->sc_ncmds) { in ahci_cam_probe()
395 at->at_ncqdepth - 1); in ahci_cam_probe()
470 (at->at_ncqdepth > 1 ? "YES" : "NO"), in ahci_cam_probe()
1354 if (at->at_ncqdepth > 1 && in ahci_xpt_scsi_disk_io()
HDatascsi.h308 int at_ncqdepth; member