ccb_direction 145 dev/ic/mfi.c ccb->ccb_direction = 0;
ccb_direction 810 dev/ic/mfi.c ccb->ccb_direction = MFI_DATA_IN;
ccb_direction 813 dev/ic/mfi.c ccb->ccb_direction = MFI_DATA_OUT;
ccb_direction 914 dev/ic/mfi.c ccb->ccb_direction = xs->flags & SCSI_DATA_IN ?
ccb_direction 917 dev/ic/mfi.c ccb->ccb_direction = MFI_DATA_NONE;
ccb_direction 1086 dev/ic/mfi.c if (ccb->ccb_direction == MFI_DATA_IN) {
ccb_direction 1134 dev/ic/mfi.c ccb->ccb_direction = dir;
ccb_direction 1188 dev/ic/mfi.c (ccb->ccb_direction & MFI_DATA_IN) ?
ccb_direction 76 dev/ic/mfivar.h uint32_t ccb_direction;