H H SCSI & RAID Devices Driver



Datalogic gbt4400 drivers

-->
  1. Scsi.h Source Code [linux/drivers/scsi/scsi.h] - Woboq Code ..
  2. Scsi_host.h - Include/scsi/scsi_host.h - Linux Source Code ..
  3. What Are SCSI Standards, Interfaces, And Connectors?

Scsi.h Source Code [linux/drivers/scsi/scsi.h] - Woboq Code ..

  • CAM stands for Common Access Method. It is a generic way to address the I/O buses in a SCSI-like way. This allows a separation of the generic device drivers from the drivers controlling the I/O bus: for example the disk driver becomes able to control disks on both SCSI, IDE, and/or any other bus so the disk driver portion does not have to be rewritten (or copied and modified) for every new I/O.
  • Block/file-posix.c:67:21: fatal error: scsi/sg.h: No such file or directory compilation terminated. CC block/nbd-client.o qemu/rules.mak:69: recipe for target 'block/file-posix.o' failed.

This header is used by storage. For more information, see:

  • Storagescsi.h contains the following programming interfaces:
INQUIRYDATA

IOCTLs

Scsi_host.h - Include/scsi/scsi_host.h - Linux Source Code ..

TitleDescription
IOCTL_SCSI_MINIPORT_DSMA Data Set Management (DSM) notification is transferred to a miniport driver in a IOCTL_SCSI_MINIPORT_DSM control code request.
BLOCK_DEVICE_RANGE_DESCRIPTOR

Windows generic printer driver. Output the scsi generic device file name. Note that if the sg driver is a module it may need to be loaded otherwise '-' may appear.h, -help Output the usage message and exit.H, -hosts List the SCSI hosts currently attached to the system. If this option is not given then SCSI devices are listed. Download usb drivers for pc.

Functions

H H SCSI & RAID Devices DriverRAID

What Are SCSI Standards, Interfaces, And Connectors?

TitleDescription
FIELD_OFFSETThe FIELD_OFFSET macro returns the byte offset of a named field in a known structure type.
RtlZeroMemoryThe RtlZeroMemory routine fills a block of memory with zeros, given a pointer to the block and the length, in bytes, to be filled.

Structures

TitleDescription
BLOCK_DEVICE_RANGE_DESCRIPTORThe BLOCK_DEVICE_RANGE_DESCRIPTOR structure describes a range of logical blocks associated with various fragments of a file for an offload copy operation.
BLOCK_DEVICE_TOKEN_DESCRIPTORBLOCK_DEVICE_TOKEN_DESCRIPTOR contains the token returned from a the POPULATE TOKEN command for an offload read data operation.
CURRENT_INTERNAL_STATUS_PARAMETER_DATA
ERROR_HISTORY_DIRECTORY
ERROR_HISTORY_DIRECTORY_ENTRY
INQUIRYDATAThe INQUIRYDATA structure is used in conjunction with the TapeMiniExtensionInit and TapeMiniVerifyInquiry routines to report SCSI inquiry data associated with a tape device.
PHYSICAL_ELEMENT_STATUS_DATA_DESCRIPTORThe PHYSICAL_ELEMENT_STATUS_DATA_DESCRIPTOR structure contains status information for a physical element.
PHYSICAL_ELEMENT_STATUS_PARAMETER_DATAThe PHYSICAL_ELEMENT_STATUS_PARAMETER_DATA structure contains the parameter data for a physical element.
POPULATE_TOKEN_HEADERA populate token parameter list starts with a POPULATE_TOKEN_HEADER structure. This is the header for the parameters in a command data block (CDB) of the POPULATE TOKEN command.
PRI_REGISTRATION_LISTThe PRI_REGISTRATION_LIST structure is returned in response to a Persistent Reserve In command with ServiceAction = RESERVATION_ACTION_READ_KEYS.
PRI_RESERVATION_DESCRIPTORThe PRI_RESERVATION_DESCRIPTOR structure is used to construct the PRI_RESERVATION_LIST structure that is returned in response to a Persistent Reserve In command with ServiceAction = RESERVATION_ACTION_READ_RESERVATIONS.
PRI_RESERVATION_LISTThe PRI_RESERVATION_LIST structure is returned in response to a Persistent Reserve In command with ServiceAction = RESERVATION_ACTION_READ_RESERVATIONS.
PRO_PARAMETER_LISTThe PRO_PARAMETER_LIST structure is sent in a Persistent Reserve Out command to a device server.
RECEIVE_TOKEN_INFORMATION_HEADERThe RECEIVE_TOKEN_INFORMATION_HEADER structure contains information returned as status from an offload data transfer operation.
RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADERA token, created as a representation of data (ROD), for an offload read data operation is returned in a RECEIVE_TOKEN_INFORMATION_RESPONSE_HEADER structure.
REPORT_ZONES_DATANote This structure is for internal use only and should not be called from your code. .
RT_PARAMETER_DATAThe RT_PARAMETER_DATA structure contains the parameter data for the report timestamp command.
SAVED_INTERNAL_STATUS_PARAMETER_DATA
SES_CONFIGURATION_DIAGNOSTIC_PAGE
SES_DOWNLOAD_MICROCODE_CONTROL_DIAGNOSTIC_PAGEThe SES_DOWNLOAD_MICROCODE_CONTROL_DIAGNOSTIC_PAGE structure contains a vendor specific microcode (i.e., firmware) image for use by the enclosure services process.
SES_DOWNLOAD_MICROCODE_STATUS_DESCRIPTORThe SES_DOWNLOAD_MICROCODE_STATUS_DESCRIPTOR structure specifies the status and additional status of a download microcode.
SES_DOWNLOAD_MICROCODE_STATUS_DIAGNOSTIC_PAGEThe Download Microcode Status diagnostic page includes information about the status of one or more download microcode operations.
ST_PARAMETER_DATAThe ST_PARAMETER_DATA structure contains the parameter list for the set timestamp command.
STOR_ADDR_BTL8The STOR_ADDR_BTL8 address structure contains the addressing information for an 8-bit Bus-Target-LUN (BTL8) address.
STOR_ADDRESSA general structure for holding a storage device address.
TRACK_INFORMATION2The TRACK_INFORMATION2 structure is used to report track information.
VPD_EXTENDED_INQUIRY_DATA_PAGE
VPD_THIRD_PARTY_COPY_PAGEThe VPD_THIRD_PARTY_COPY_PAGE structure defines the vital product data (VPD) page for offload data transfer operations.
VPD_ZONED_BLOCK_DEVICE_CHARACTERISTICS_PAGENote This structure is for internal use only and should not be called from your code. .
WINDOWS_BLOCK_DEVICE_TOKEN_LIMITS_DESCRIPTORThe WINDOWS_BLOCK_DEVICE_TOKEN_LIMITS_DESCRIPTOR structure is the third party copy descriptor for Windows systems.
WRITE_USING_TOKEN_HEADERThe WRITE_USING_TOKEN_HEADER structure describes the destination data locations for an offload write data operation.
ZONE_DESCRIPTIORNote This structure is for internal use only and should not be called from your code. .

Enumerations

TitleDescription
SES_DOWNLOAD_MICROCODE_STATE
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * scsi.h Copyright (C) 1992 Drew Eckhardt
4 * Copyright (C) 1993, 1994, 1995, 1998, 1999 Eric Youngdale
5 * generic SCSI package header file by
6 * Initial versions: Drew Eckhardt
7 * Subsequent revisions: Eric Youngdale
8 *
9 * <drew@colorado.edu>
10 *
11 * Modified by Eric Youngdale eric@andante.org to
12 * add scatter-gather, multiple outstanding request, and other
13 * enhancements.
14 */
15/*
16 * NOTE: this file only contains compatibility glue for old drivers. All
17 * these wrappers will be removed sooner or later. For new code please use
18 * the interfaces declared in the headers in include/scsi/
19 */
20
21#ifndef_SCSI_H
22#define _SCSI_H
23
24#include <scsi/scsi_cmnd.h>
25#include <scsi/scsi_device.h>
26#include <scsi/scsi_eh.h>
27#include <scsi/scsi_tcq.h>
28#include <scsi/scsi.h>
29
30/*
31 * Some defs, in case these are not defined elsewhere.
32 */
33#ifndefTRUE
34#define TRUE 1
35#endif
36#ifndefFALSE
37#define FALSE 0
38#endif
39
40structScsi_Host;
41structscsi_cmnd;
42structscsi_device;
43structscsi_target;
44structscatterlist;
45
46#endif /* _SCSI_H */
47