Lines Matching +full:0 +full:x4018

33 #define PCI_DEVICE_ID_VMWARE_PVSCSI	0x07C0
39 BTSTAT_SUCCESS = 0x00, /* CCB complete normally with no errors */
40 BTSTAT_LINKED_COMMAND_COMPLETED = 0x0a,
41 BTSTAT_LINKED_COMMAND_COMPLETED_WITH_FLAG = 0x0b,
42 BTSTAT_DATA_UNDERRUN = 0x0c,
43 BTSTAT_SELTIMEO = 0x11, /* SCSI selection timeout */
44 BTSTAT_DATARUN = 0x12, /* data overrun/underrun */
45 BTSTAT_BUSFREE = 0x13, /* unexpected bus free */
46 BTSTAT_INVPHASE = 0x14, /* invalid bus phase or sequence
48 BTSTAT_LUNMISMATCH = 0x17, /* linked CCB has different LUN from
50 BTSTAT_INVPARAM = 0x1a, /* invalid parameter in CCB or segment
52 BTSTAT_SENSFAILED = 0x1b, /* auto request sense failed */
53 BTSTAT_TAGREJECT = 0x1c, /* SCSI II tagged queueing message
55 BTSTAT_BADMSG = 0x1d, /* unsupported message received by the
57 BTSTAT_HAHARDWARE = 0x20, /* host adapter hardware failed */
58 BTSTAT_NORESPONSE = 0x21, /* target did not respond to SCSI ATN,
60 BTSTAT_SENTRST = 0x22, /* host adapter asserted a SCSI RST */
61 BTSTAT_RECVRST = 0x23, /* other SCSI devices asserted a SCSI
63 BTSTAT_DISCONNECT = 0x24, /* target device reconnected improperly
65 BTSTAT_BUSRESET = 0x25, /* host adapter issued BUS device reset */
66 BTSTAT_ABORTQUEUE = 0x26, /* abort queue generated */
67 BTSTAT_HASOFTWARE = 0x27, /* host adapter software error */
68 BTSTAT_HATIMEOUT = 0x30, /* host adapter hardware timeout error */
69 BTSTAT_SCSIPARITY = 0x34, /* SCSI parity error detected */
76 SDSTAT_GOOD = 0x00, /* No errors. */
77 SDSTAT_CHECK = 0x02, /* Check condition. */
87 PVSCSI_REG_OFFSET_COMMAND = 0x0,
88 PVSCSI_REG_OFFSET_COMMAND_DATA = 0x4,
89 PVSCSI_REG_OFFSET_COMMAND_STATUS = 0x8,
90 PVSCSI_REG_OFFSET_LAST_STS_0 = 0x100,
91 PVSCSI_REG_OFFSET_LAST_STS_1 = 0x104,
92 PVSCSI_REG_OFFSET_LAST_STS_2 = 0x108,
93 PVSCSI_REG_OFFSET_LAST_STS_3 = 0x10c,
94 PVSCSI_REG_OFFSET_INTR_STATUS = 0x100c,
95 PVSCSI_REG_OFFSET_INTR_MASK = 0x2010,
96 PVSCSI_REG_OFFSET_KICK_NON_RW_IO = 0x3014,
97 PVSCSI_REG_OFFSET_DEBUG = 0x3018,
98 PVSCSI_REG_OFFSET_KICK_RW_IO = 0x4018,
106 PVSCSI_CMD_FIRST = 0, /* has to be first */
151 PVSCSI_CONFIG_PAGE_CONTROLLER = 0x1958,
152 PVSCSI_CONFIG_PAGE_PHY = 0x1959,
153 PVSCSI_CONFIG_PAGE_DEVICE = 0x195a,
157 PVSCSI_CONFIG_CONTROLLER_ADDRESS = 0x2120,
158 PVSCSI_CONFIG_BUSTARGET_ADDRESS = 0x2121,
159 PVSCSI_CONFIG_PHY_ADDRESS = 0x2122,
166 * - _pad should be 0.
180 * - reqRingNumPages and cmpRingNumPages need to be different from 0,
209 * - numPages needs to be different from 0,
222 PVSCSI_MSG_DEV_ADDED = 0,
288 * * this value can't be 0,
289 * * the upper 32bit need to be 0 since serialNumber is as a u32.
311 * - bus should be 0: we currently only support bus 0 for now.
315 #define PVSCSI_FLAG_CMD_WITH_SG_LIST (1 << 0)
351 * * length is undefined, assumed to be 0.
408 #define PVSCSI_INTR_CMPL_0 (1 << 0)
444 PVSCSI_MEM_SPACE_COMMAND_PAGE = 0,