Home
last modified time | relevance | path

Searched refs:scsi_cntl (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/disk/advansys/
H A Dadwcam.c389 acb->queue.scsi_cntl = ADW_QSC_SIMPLE_Q_TAG; in adw_action()
392 acb->queue.scsi_cntl = ADW_QSC_HEAD_OF_Q_TAG; in adw_action()
395 acb->queue.scsi_cntl = ADW_QSC_ORDERED_Q_TAG; in adw_action()
398 acb->queue.scsi_cntl = ADW_QSC_NO_TAGMSG; in adw_action()
402 acb->queue.scsi_cntl = ADW_QSC_NO_TAGMSG; in adw_action()
405 acb->queue.scsi_cntl |= ADW_QSC_NO_DISC; in adw_action()
H A Dadwlib.h382 u_int8_t scsi_cntl; /* SCSI command control flags (tags, nego) */ member