wd33c93.h (58e16d792a6a8c6b750f637a4649967fcac853dc) wd33c93.h (dbb2da557a6a87c88bbb4b1fef037091b57f701b)
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * wd33c93.h - Linux device driver definitions for the
4 * Commodore Amiga A2091/590 SCSI controller card
5 *
6 * IMPORTANT: This file is for version 1.25 - 09/Jul/1997
7 *
8 * Copyright (c) 1996 John Shifflett, GeoLog Consulting

--- 248 unchanged lines hidden (view full) ---

257 unsigned long pio_cnt; /* # of pio data transfers */
258 unsigned long dma_cnt; /* # of DMA data transfers */
259 unsigned long disc_allowed_cnt[8]; /* # of disconnects allowed per target */
260 unsigned long disc_done_cnt[8]; /* # of disconnects done per target*/
261#endif
262#endif
263 };
264
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * wd33c93.h - Linux device driver definitions for the
4 * Commodore Amiga A2091/590 SCSI controller card
5 *
6 * IMPORTANT: This file is for version 1.25 - 09/Jul/1997
7 *
8 * Copyright (c) 1996 John Shifflett, GeoLog Consulting

--- 248 unchanged lines hidden (view full) ---

257 unsigned long pio_cnt; /* # of pio data transfers */
258 unsigned long dma_cnt; /* # of DMA data transfers */
259 unsigned long disc_allowed_cnt[8]; /* # of disconnects allowed per target */
260 unsigned long disc_done_cnt[8]; /* # of disconnects done per target*/
261#endif
262#endif
263 };
264
265static inline struct scsi_pointer *WD33C93_scsi_pointer(struct scsi_cmnd *cmd)
266{
267 return scsi_cmd_priv(cmd);
268}
265
266/* defines for hostdata->chip */
267
268#define C_WD33C93 0
269#define C_WD33C93A 1
270#define C_WD33C93B 2
271#define C_UNKNOWN_CHIP 100
272

--- 70 unchanged lines hidden ---
269
270/* defines for hostdata->chip */
271
272#define C_WD33C93 0
273#define C_WD33C93A 1
274#define C_WD33C93B 2
275#define C_UNKNOWN_CHIP 100
276

--- 70 unchanged lines hidden ---