Lines Matching defs:u_int32_t

40 	u_int32_t	target:24;	/* SCSI target */
41 u_int32_t bus:6; /* SCSI bus */
42 u_int32_t mode:2; /* CISS_HDR_ADDRESS_MODE_* */
43 u_int32_t extra_address; /* SCSI-3 level-2 and level-3 address bytes */
47 u_int32_t lun:30; /* logical device ID */
48 u_int32_t mode:2; /* CISS_HDR_ADDRESS_MODE_LOGICAL */
49 u_int32_t :32; /* reserved */
53 u_int32_t :30;
54 u_int32_t mode:2;
55 u_int32_t :32;
74 u_int32_t host_tag; /* host identifier, bits 0&1 must be clear */
76 u_int32_t host_tag_zeroes; /* tag is 64 bits, but interface only supports 32 */
104 u_int32_t error_info_length;
135 u_int32_t residual_count;
140 u_int32_t error_info;
146 u_int32_t offense_value;
156 u_int32_t length;
157 u_int32_t :31;
158 u_int32_t extension:1; /* address points to another s/g chain */
174 u_int32_t list_size; /* big-endian */
175 u_int32_t :32;
198 u_int32_t length; /* big-endian */
233 u_int32_t abort_tag; /* XXX endianness? */
262 u_int32_t length; /* must be 512, little-endian */
349 u_int32_t lba;
364 u_int32_t timestamp; /* seconds since controller power-on */
380 u_int32_t tag;
383 u_int32_t time;
398 u_int32_t valence;
399 u_int32_t supported_methods;
403 u_int32_t active_method;
404 u_int32_t requested_method;
405 u_int32_t command_physlimit;
406 u_int32_t interrupt_coalesce_delay;
407 u_int32_t interrupt_coalesce_count;
408 u_int32_t max_outstanding_commands;
409 u_int32_t bus_types;
414 u_int32_t transport_offset;
416 u_int32_t heartbeat;
417 u_int32_t host_driver;
427 u_int32_t max_sg_length; /* 31 in older firmware */
432 u_int32_t max_logical_supported;
433 u_int32_t max_physical_supported;
434 u_int32_t max_physical_per_logical;
435 u_int32_t max_perfomant_mode_cmds;
436 u_int32_t max_block_fetch_count;
546 u_int32_t blocks_available;
558 u_int32_t logical_drive_identifier;
578 u_int32_t deprecated_drive_failure_map;
580 u_int32_t blocks_to_recover;
583 u_int32_t deprecated_replacement_map;
584 u_int32_t deprecated_active_spare_map;
593 u_int32_t deprecated_replaced_marked_ok_map;
614 u_int32_t config_signature;
619 u_int32_t deprecated_drive_present_map;
620 u_int32_t deprecated_external_drive_present_map;
621 u_int32_t board_id;
623 u_int32_t deprecated_non_disk_map;
656 u_int32_t maximum_blocks;
657 u_int32_t controller_clock;
683 u_int32_t redundant_server_info; /* Reserved for future use */
708 u_int32_t uiYetMoreControllerFlags;/* Yet More Controller flags */
715 u_int32_t uiMaxSafeFullStripeSize; /* Maximum safe full stripe size */
716 u_int32_t uiTotalLength; /* Total structure length */
722 u_int32_t ExtendedLastLockupCode;
732 u_int32_t FixedFieldsLength;
734 u_int32_t EvenMoreControllerFlags;
743 u_int32_t total_blocks;
744 u_int32_t reserved_blocks;
782 u_int32_t blink_duration; /* 10ths of a second */
783 u_int32_t duration_elapsed; /* only for sense command */
818 #define CISS_TL_SIMPLE_OPQ_EMPTY (~(u_int32_t)0)