Searched refs:uint8_t (Results 1 – 25 of 88) sorted by relevance
1234
/include/scsi/ |
D | iscsi_proto.h | 77 uint8_t opcode; 78 uint8_t flags; /* Final bit */ 79 uint8_t rsvd2[2]; 80 uint8_t hlength; /* AHSs total length */ 81 uint8_t dlength[3]; /* Data length */ 88 uint8_t other[12]; 129 uint8_t ahstype; 130 uint8_t ahspec[5]; 139 uint8_t opcode; 140 uint8_t flags; [all …]
|
D | scsi_transport_iscsi.h | 113 int (*alloc_pdu) (struct iscsi_task *task, uint8_t opcode); 184 uint8_t *data); 189 uint32_t data_size, uint8_t *data); 317 uint8_t snack_req_en; 319 uint8_t tcp_timestamp_stat; 320 uint8_t tcp_nagle_disable; 322 uint8_t tcp_wsf_disable; 323 uint8_t tcp_timer_scale; 324 uint8_t tcp_timestamp_en; 325 uint8_t ipv4_tos; [all …]
|
D | libiscsi.h | 217 uint8_t tcp_timestamp_stat; 218 uint8_t tcp_nagle_disable; 219 uint8_t tcp_wsf_disable; 220 uint8_t tcp_timer_scale; 221 uint8_t tcp_timestamp_en; 222 uint8_t fragment_disable; 223 uint8_t ipv4_tos; 224 uint8_t ipv6_traffic_class; 225 uint8_t ipv6_flow_label; 226 uint8_t is_fw_assigned_ipv6; [all …]
|
/include/linux/mtd/ |
D | cfi.h | 120 uint8_t qry[3]; 125 uint8_t VccMin; 126 uint8_t VccMax; 127 uint8_t VppMin; 128 uint8_t VppMax; 129 uint8_t WordWriteTimeoutTyp; 130 uint8_t BufWriteTimeoutTyp; 131 uint8_t BlockEraseTimeoutTyp; 132 uint8_t ChipEraseTimeoutTyp; 133 uint8_t WordWriteTimeoutMax; [all …]
|
D | ftl.h | 35 uint8_t LinkTargetTuple[5]; 36 uint8_t DataOrgTuple[10]; 37 uint8_t NumTransferUnits; 40 uint8_t BlockSize; 41 uint8_t EraseUnitSize; 47 uint8_t Flags; 48 uint8_t Code; 52 uint8_t Reserved[12]; 53 uint8_t EndTuple[2];
|
/include/linux/ |
D | sdb.h | 33 uint8_t name[19]; /* 0x2c..0x3e */ 34 uint8_t record_type; /* 0x3f */ 69 uint8_t sdb_version; /* 0x06 */ 70 uint8_t sdb_bus_type; /* 0x07 */ 82 uint8_t abi_ver_major; /* 0x02 */ 83 uint8_t abi_ver_minor; /* 0x03 */ 104 uint8_t reserved[24]; /* 0x00-0x17 */ 113 uint8_t repo_url[63]; /* 0x00-0x3e */ 114 uint8_t record_type; /* 0x3f */ 122 uint8_t syn_name[16]; /* 0x00-0x0f */ [all …]
|
D | ipmi-fru.h | 26 uint8_t format; /* 0x01 */ 27 uint8_t internal_use_off; /* multiple of 8 bytes */ 28 uint8_t chassis_info_off; /* multiple of 8 bytes */ 29 uint8_t board_area_off; /* multiple of 8 bytes */ 30 uint8_t product_area_off; /* multiple of 8 bytes */ 31 uint8_t multirecord_off; /* multiple of 8 bytes */ 32 uint8_t pad; /* must be 0 */ 33 uint8_t checksum; /* sum modulo 256 must be 0 */ 42 uint8_t type_length; 43 uint8_t data[0]; [all …]
|
D | digsig.h | 28 uint8_t version; /* key format version */ 30 uint8_t algo; 31 uint8_t nmpi; 36 uint8_t version; /* signature format version */ 38 uint8_t algo; 39 uint8_t hash; 40 uint8_t keyid[8]; 41 uint8_t nmpi;
|
D | bch.h | 60 void encode_bch(struct bch_control *bch, const uint8_t *data, 61 unsigned int len, uint8_t *ecc); 63 int decode_bch(struct bch_control *bch, const uint8_t *data, unsigned int len, 64 const uint8_t *recv_ecc, const uint8_t *calc_ecc,
|
/include/linux/platform_data/ |
D | cros_ec_commands.h | 580 uint8_t flags; 581 uint8_t command_version; 582 uint8_t data_size; 583 uint8_t checksum; 749 uint8_t struct_version; 750 uint8_t checksum; 752 uint8_t command_version; 753 uint8_t reserved; 769 uint8_t struct_version; 770 uint8_t checksum; [all …]
|
D | cyttsp4.h | 26 uint8_t size; 27 uint8_t enable_vkeys; 37 const uint8_t *data; 39 uint8_t tag;
|
/include/xen/interface/ |
D | physdev.h | 99 uint8_t * bitmap; 171 uint8_t bus; 172 uint8_t devfn; 178 uint8_t bus; 179 uint8_t devfn; 185 uint8_t bus; 186 uint8_t devfn; 190 uint8_t bus; 191 uint8_t devfn; 214 uint8_t triggering; [all …]
|
D | platform.h | 147 uint8_t month; 148 uint8_t day; 149 uint8_t hour; 150 uint8_t min; 151 uint8_t sec; 154 uint8_t daylight; 181 uint8_t data4[8]; 235 uint8_t device; /* %dl: bios device number */ 236 uint8_t version; /* %ah: major version */ 240 uint8_t legacy_max_head; /* %dh: max head # */ [all …]
|
/include/xen/interface/io/ |
D | vscsiif.h | 192 uint8_t act; /* command between backend and frontend */ 193 uint8_t cmd_len; /* valid CDB bytes */ 195 uint8_t cmnd[VSCSIIF_MAX_COMMAND_SIZE]; /* the CDB */ 199 uint8_t sc_data_direction; /* for DMA_TO_DEVICE(1) 202 uint8_t nr_segments; /* Number of pieces of scatter-gather */ 218 uint8_t padding; 219 uint8_t sense_len; 220 uint8_t sense_buffer[VSCSIIF_SENSE_BUFFERSIZE];
|
D | kbdif.h | 271 uint8_t type; 297 uint8_t type; 298 uint8_t pressed; 327 uint8_t type; 480 uint8_t type; /* XENKBD_TYPE_MTOUCH */ 481 uint8_t event_type; /* XENKBD_MT_EV_??? */ 482 uint8_t contact_id; 483 uint8_t reserved[5]; /* reserved for the future use */ 500 uint8_t type; 529 uint8_t type;
|
D | tpmif.h | 44 uint8_t state; /* enum vtpm_shared_page_state */ 45 uint8_t locality; /* for the current request */ 46 uint8_t pad; 48 uint8_t nr_extra_pages; /* extra pages for long packets; may be zero */
|
D | sndif.h | 639 uint8_t pcm_format; 640 uint8_t pcm_channels; 830 uint8_t type; 1016 uint8_t operation; 1017 uint8_t reserved[5]; 1023 uint8_t reserved[56]; 1029 uint8_t operation; 1030 uint8_t reserved; 1034 uint8_t reserved1[56]; 1040 uint8_t type; [all …]
|
D | displif.h | 798 uint8_t operation; 799 uint8_t reserved[5]; 807 uint8_t reserved[56]; 813 uint8_t operation; 814 uint8_t reserved; 816 uint8_t reserved1[56]; 821 uint8_t type; 822 uint8_t reserved[5]; 825 uint8_t reserved[56]; 850 uint8_t reserved[56];
|
D | netif.h | 287 static uint32_t xen_netif_toeplitz_hash(const uint8_t *key, in xen_netif_toeplitz_hash() 289 const uint8_t *buf, unsigned int buflen) in xen_netif_toeplitz_hash() 302 uint8_t byte = buf[bufi]; in xen_netif_toeplitz_hash() 865 uint8_t type; 866 uint8_t flags; 870 uint8_t type; 871 uint8_t pad; 875 uint8_t addr[6]; 878 uint8_t type; 879 uint8_t algorithm; [all …]
|
D | blkif.h | 191 uint8_t first_sect, last_sect; 195 uint8_t nr_segments; /* number of segments */ 206 uint8_t flag; /* BLKIF_DISCARD_SECURE or zero. */ 215 uint8_t _pad3; 219 uint8_t _pad1; 228 uint8_t indirect_op; 246 uint8_t operation; /* BLKIF_OP_??? */ 257 uint8_t operation; /* copied from request */
|
D | pvcalls.h | 18 uint8_t pad1[52]; 22 uint8_t pad2[52]; 49 uint8_t addr[28]; 57 uint8_t reuse; 61 uint8_t addr[28]; 80 uint8_t dummy[56]; 113 uint8_t dummy[8];
|
D | fbif.h | 45 uint8_t type; /* XENFB_TYPE_UPDATE */ 59 uint8_t type; /* XENFB_TYPE_RESIZE */ 70 uint8_t type; 86 uint8_t type; 116 uint8_t depth; /* depth of a pixel (in bits) */
|
/include/linux/input/ |
D | cma3000.h | 41 uint8_t mode; 42 uint8_t mdthr; 43 uint8_t mdfftmr; 44 uint8_t ffthr;
|
/include/linux/mfd/ |
D | tps6586x.h | 101 extern int tps6586x_write(struct device *dev, int reg, uint8_t val); 102 extern int tps6586x_writes(struct device *dev, int reg, int len, uint8_t *val); 103 extern int tps6586x_read(struct device *dev, int reg, uint8_t *val); 104 extern int tps6586x_reads(struct device *dev, int reg, int len, uint8_t *val); 105 extern int tps6586x_set_bits(struct device *dev, int reg, uint8_t bit_mask); 106 extern int tps6586x_clr_bits(struct device *dev, int reg, uint8_t bit_mask); 107 extern int tps6586x_update(struct device *dev, int reg, uint8_t val, 108 uint8_t mask);
|
/include/linux/firmware/imx/ |
D | ipc.h | 32 uint8_t ver; 33 uint8_t size; 34 uint8_t svc; 35 uint8_t func;
|
1234