Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/dpt/
Ddpt_scsi.c871 eccb->DataOut = (ccb->ccb_h.flags & CAM_DIR_OUT) ? 1 : 0; in dpt_action()
938 eccb->DataOut = 0; in dpt_action()
1872 ccb->DataOut = 0;
1980 cp->DataOut = 0;
2364 if (ccb->eata_ccb.DataIn || ccb->eata_ccb.DataOut) {
Ddpt.h589 DataOut :1, /* Data Out phase with command */ member