Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DFlashPoint.c515 UCHAR ControlByte; member
3573 p_sccb->ControlByte = (u08bits)((p_ucb->UCB_opcode & OPC_TQ_MASK)>>2) | F_USE_CMD_Q; in build_UCB()
3577 p_sccb->ControlByte = 0; in build_UCB()
5592 currSCCB->ControlByte &= ~F_USE_CMD_Q; in ssel()
5609 if (!(currSCCB->ControlByte & F_USE_CMD_Q)) in ssel()
5660 || (!(currSCCB->ControlByte & F_USE_CMD_Q)))) in ssel()
5736 (((UCHAR)(currSCCB->ControlByte & TAG_TYPE_MASK) in ssel()
5769 if (currSCCB->ControlByte & F_USE_CMD_Q) in ssel()
5777 currSCCB->ControlByte &= ~F_USE_CMD_Q; in ssel()
5800 (((UCHAR)(currSCCB->ControlByte & TAG_TYPE_MASK) in ssel()
[all …]