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

  /src/sys/dev/ata/
atareg.h 370 #define WDC_QUEUE_DEPTH_MASK 0x1F
ata.c 2087 (params.atap_queuedepth & WDC_QUEUE_DEPTH_MASK) + 1;
  /src/sbin/atactl/
atactl.c 1444 (inqbuf->atap_queuedepth & WDC_QUEUE_DEPTH_MASK))
1446 (inqbuf->atap_queuedepth & WDC_QUEUE_DEPTH_MASK) + 1);

Completed in 123 milliseconds