Searched refs:xfer_words (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi_fsm.c383 int xfer_words; local
406 xfer_words = xfer_bytes / 2;
408 if (xfer_words) {
409 int byte_count = xfer_words * 2;
412 ata_ctlp->ac_data, xfer_words, DDI_DEV_NO_AUTOINCR); local
463 int xfer_words; local
484 xfer_words = xfer_bytes / 2;
486 if (xfer_words) {
487 int byte_count = xfer_words * 2;
490 ata_ctlp->ac_data, xfer_words, DDI_DEV_NO_AUTOINC local
[all...]

Completed in 399 milliseconds