|
|
int prefixtran_reset(struct scsi_address *ap, int level);
Solaris architecture specific (Solaris DDI).
tran_reset() must reset the SCSI bus or a SCSI target as specified by level.
level must be one of the following:
tran_reset should set the pkt_reason field of all outstanding packets in the transport layer associated with each target that was successfully reset to CMD_RESET and the pkt_statistics field must be OR'ed with either STAT_BUS_RESET or STAT_DEV_RESET.
The HBA driver should use a SCSI Bus Device Reset Message to reset a target device.
Packets that are in the transport layer but not yet active on the bus should be returned with pkt_reason set to CMD_RESET, and pkt_statistics OR'ed with STAT_ABORTED.
|
|
Created by unroff & hp-tools. © by Hans-Peter Bischof. All Rights Reserved (1997).
Last modified 21/April/97