Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/dpt/
H A Ddpt_scsi.c480 cp->DataIn = 1; in dpt_get_conf()
592 cp->DataIn = 1; in dpt_detect_cache()
857 eccb->DataIn = (ccb->ccb_h.flags & CAM_DIR_IN) ? 1 : 0; in dpt_action()
960 eccb->DataIn = 0; in dpt_action()
1789 ccb->DataIn = 1;
1899 cp->DataIn = 1;
2286 if (ccb->eata_ccb.DataIn || ccb->eata_ccb.DataOut) {
2306 if (ccb->eata_ccb.DataIn == 1) {
2428 if ((ccb->eata_ccb.DataIn == 1)
H A Ddpt.h596 DataIn :1; /* Data In phase with command */ member