int dc395x_queue_command (Scsi_Cmnd * cmd, void (*done) Scsi_Cmnd *);
Returns 1 if the adapter (host) is busy, else returns 0. One reason for an adapter to be busy is that the number of outstanding queued commands is already equal to
Returns 1 if the adapter (host) is busy, else returns 0. One reason for an adapter to be busy is that the number of outstanding queued commands is already equal to
if struct Scsi_Host::can_queue is ever non-zero then this function is required.
struct Scsi_Host::host_lock held on entry (with ``irqsave'') and is expected to be held on return.