ReactOS 0.4.16-dev-336-gb667d82
|
#include "BusLogic958.h"
Go to the source code of this file.
SCSI_ADAPTER_CONTROL_STATUS NTAPI BT958HwAdapterControl | ( | IN PVOID | HwDeviceExtension, |
IN SCSI_ADAPTER_CONTROL_TYPE | ControlType, | ||
IN PVOID | Parameters | ||
) |
Definition at line 2651 of file BusLogic958.c.
Referenced by DriverEntry().
ULONG NTAPI BT958HwFindAdapter | ( | IN PVOID | HwDeviceExtension, |
IN PVOID | Context, | ||
IN PVOID | BusInformation, | ||
IN PCHAR | ArgumentString, | ||
IN OUT PPORT_CONFIGURATION_INFORMATION | ConfigInfo, | ||
OUT PBOOLEAN | Again | ||
) |
Definition at line 173 of file BusLogic958.c.
Referenced by DriverEntry().
Definition at line 2620 of file BusLogic958.c.
Referenced by BT958HwAdapterControl(), and DriverEntry().
Definition at line 1973 of file BusLogic958.c.
Referenced by DriverEntry().
Definition at line 2448 of file BusLogic958.c.
Referenced by BT958HwInterrupt(), BT958HwStartIO(), and DriverEntry().
Definition at line 1458 of file BusLogic958.c.
Referenced by DriverEntry().
BOOLEAN BusLogic_CheckHostAdapter | ( | BusLogic_HostAdapter_T * | HostAdapter | ) |
Definition at line 569 of file BusLogic958.c.
Referenced by Buslogic_InitBT958().
int BusLogic_Command | ( | BusLogic_HostAdapter_T * | HostAdapter, |
BusLogic_OperationCode_T | OperationCode, | ||
void * | ParameterData, | ||
int | ParameterLength, | ||
void * | ReplyData, | ||
int | ReplyLength | ||
) |
Definition at line 606 of file BusLogic958.c.
Referenced by BT958HwAdapterControl(), BT958HwInitialize(), BT958ReadExtendedSetupInfo(), BusLogic_CheckHostAdapter(), Buslogic_InitBT958(), BusLogic_InitializeHostAdapter(), BusLogic_ReadHostAdapterConfiguration(), and BusLogic_TargetDeviceInquiry().
UCHAR BusLogic_ComputeResultCode | ( | BusLogic_HostAdapter_T * | HostAdapter, |
BusLogic_HostAdapterStatus_T | HostAdapterStatus, | ||
BusLogic_TargetDeviceStatus_T | TargetDeviceStatus, | ||
UCHAR | SenseDataLength | ||
) |
Definition at line 2309 of file BusLogic958.c.
Referenced by BusLogic_ProcessCompletedCCBs().
BOOLEAN BusLogic_HardwareResetHostAdapter | ( | BusLogic_HostAdapter_T * | HostAdapter, |
BOOLEAN | HardReset | ||
) |
Definition at line 470 of file BusLogic958.c.
Referenced by BT958HwAdapterControl(), BT958HwResetBus(), and Buslogic_InitBT958().
BOOLEAN Buslogic_InitBT958 | ( | PHW_DEVICE_EXTENSION | deviceExtension, |
PPORT_CONFIGURATION_INFORMATION | ConfigInfo | ||
) |
Definition at line 316 of file BusLogic958.c.
Referenced by BT958HwFindAdapter().
VOID BusLogic_InitializeCCB | ( | PBuslogic_CCB_T | CCB | ) |
Definition at line 1425 of file BusLogic958.c.
Referenced by BT958HwStartIO().
BOOLEAN BusLogic_InitializeHostAdapter | ( | PHW_DEVICE_EXTENSION | deviceExtension, |
PPORT_CONFIGURATION_INFORMATION | ConfigInfo | ||
) |
Definition at line 1175 of file BusLogic958.c.
Referenced by BT958HwAdapterControl(), BT958HwResetBus(), and Buslogic_InitBT958().
BOOLEAN BusLogic_ProbeHostAdapter | ( | BusLogic_HostAdapter_T * | HostAdapter | ) |
Definition at line 416 of file BusLogic958.c.
Referenced by Buslogic_InitBT958().
void BusLogic_ProcessCompletedCCBs | ( | PHW_DEVICE_EXTENSION | deviceExtension | ) |
Definition at line 2139 of file BusLogic958.c.
Referenced by BT958HwInterrupt().
int BusLogic_QueueCommand | ( | IN PVOID | HwDeviceExtension, |
IN PSCSI_REQUEST_BLOCK | Srb, | ||
PBuslogic_CCB_T | CCB | ||
) |
Definition at line 1747 of file BusLogic958.c.
Referenced by BT958HwStartIO().
void BusLogic_QueueCompletedCCB | ( | PHW_DEVICE_EXTENSION | deviceExtension, |
BusLogic_CCB_T * | CCB | ||
) |
Definition at line 2108 of file BusLogic958.c.
Referenced by BusLogic_ScanIncomingMailboxes().
BOOLEAN BusLogic_ReadHostAdapterConfiguration | ( | BusLogic_HostAdapter_T * | HostAdapter | ) |
save it in the Host Adapter structure. The BIOS is disabled if the
Definition at line 833 of file BusLogic958.c.
Referenced by Buslogic_InitBT958().
void BusLogic_ScanIncomingMailboxes | ( | PHW_DEVICE_EXTENSION | deviceExtension | ) |
Definition at line 2048 of file BusLogic958.c.
Referenced by BT958HwInterrupt().
BOOLEAN BusLogic_SendBusDeviceReset | ( | IN PVOID | HwDeviceExtension, |
PSCSI_REQUEST_BLOCK | Srb | ||
) |
Definition at line 2535 of file BusLogic958.c.
Referenced by BT958HwStartIO().
BOOLEAN BusLogic_TargetDeviceInquiry | ( | BusLogic_HostAdapter_T * | HostAdapter | ) |
Definition at line 1316 of file BusLogic958.c.
Referenced by Buslogic_InitBT958().
BOOLEAN BusLogic_WriteOutgoingMailbox | ( | PHW_DEVICE_EXTENSION | deviceExtension, |
BusLogic_ActionCode_T | ActionCode, | ||
BusLogic_CCB_T * | CCB | ||
) |
Definition at line 1679 of file BusLogic958.c.
Referenced by BT958HwStartIO(), and BusLogic_SendBusDeviceReset().
Definition at line 84 of file BusLogic958.c.