Searched refs:OperationCode (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A DBusLogic.c321 BusLogic_Command sends the command OperationCode to HostAdapter, optionally
338 static int BusLogic_Command(struct BusLogic_HostAdapter *HostAdapter, enum BusLogic_OperationCode OperationCode, void *ParameterData, int ParameterLength, void *ReplyData, int ReplyLength) argument
377 Write the OperationCode to the Command/Parameter Register.
380 BusLogic_WriteCommandParameterRegister(HostAdapter, OperationCode);
420 if (OperationCode == BusLogic_ModifyIOAddress) {
428 BusLogic_Notice("BusLogic_Command(%02X) Status = %02X: " "(Modify I/O Address)\n", HostAdapter, OperationCode, StatusRegister.All);
435 switch (OperationCode) {
465 if (OperationCode == BusLogic_FetchHostAdapterLocalRAM && StatusRegister.sr.HostAdapterReady)
483 BusLogic_Notice("BusLogic_Command(%02X) Status = %02X: %2d ==> %2d:", HostAdapter, OperationCode, StatusRegister.All, ReplyLength, ReplyBytes);
H A DFlashPoint.c75 unsigned char OperationCode; member in struct:sccb
1533 if (p_Sccb->OperationCode == RESET_COMMAND) {
1547 if (p_Sccb->OperationCode == RESET_COMMAND) {
1581 if (p_Sccb->OperationCode == RESET_COMMAND) {
2423 if (currSCCB->OperationCode == RESET_COMMAND) {
3929 if ((p_sccb->OperationCode == SCATTER_GATHER_COMMAND) ||
3930 (p_sccb->OperationCode == RESIDUAL_SG_COMMAND)) {
4111 if (currSCCB->OperationCode == RESET_COMMAND) {
4125 if (currSCCB->OperationCode == RESET_COMMAND)
4468 if (currSCCB->OperationCode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A DBusLogic.c321 BusLogic_Command sends the command OperationCode to HostAdapter, optionally
338 static int BusLogic_Command(struct BusLogic_HostAdapter *HostAdapter, enum BusLogic_OperationCode OperationCode, void *ParameterData, int ParameterLength, void *ReplyData, int ReplyLength) argument
377 Write the OperationCode to the Command/Parameter Register.
380 BusLogic_WriteCommandParameterRegister(HostAdapter, OperationCode);
420 if (OperationCode == BusLogic_ModifyIOAddress) {
428 BusLogic_Notice("BusLogic_Command(%02X) Status = %02X: " "(Modify I/O Address)\n", HostAdapter, OperationCode, StatusRegister.All);
435 switch (OperationCode) {
465 if (OperationCode == BusLogic_FetchHostAdapterLocalRAM && StatusRegister.sr.HostAdapterReady)
483 BusLogic_Notice("BusLogic_Command(%02X) Status = %02X: %2d ==> %2d:", HostAdapter, OperationCode, StatusRegister.All, ReplyLength, ReplyBytes);
H A DFlashPoint.c75 unsigned char OperationCode; member in struct:sccb
1533 if (p_Sccb->OperationCode == RESET_COMMAND) {
1547 if (p_Sccb->OperationCode == RESET_COMMAND) {
1581 if (p_Sccb->OperationCode == RESET_COMMAND) {
2423 if (currSCCB->OperationCode == RESET_COMMAND) {
3929 if ((p_sccb->OperationCode == SCATTER_GATHER_COMMAND) ||
3930 (p_sccb->OperationCode == RESIDUAL_SG_COMMAND)) {
4111 if (currSCCB->OperationCode == RESET_COMMAND) {
4125 if (currSCCB->OperationCode == RESET_COMMAND)
4468 if (currSCCB->OperationCode
[all...]

Completed in 186 milliseconds