Home
last modified time | relevance | path

Searched refs:packed (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/linux/include/uapi/linux/media/raspberrypi/
H A Dpisp_be_config.h109 } __attribute__((packed));
118 } __attribute__((packed));
136 } __attribute__((packed));
156 } __attribute__((packed));
165 } __attribute__((packed));
188 } __attribute__((packed));
197 } __attribute__((packed));
221 } __attribute__((packed));
230 } __attribute__((packed));
259 } __attribute__((packed));
[all …]
H A Dpisp_fe_config.h61 } __attribute__((packed));
70 } __attribute__((packed));
83 } __attribute__((packed));
93 } __attribute__((packed));
99 } __attribute__((packed));
106 } __attribute__((packed));
113 } __attribute__((packed));
122 } __attribute__((packed));
133 } __attribute__((packed));
141 } __attribute__((packed));
[all …]
/linux/include/uapi/linux/
H A Dedd.h92 } __attribute__ ((packed)) isa;
99 } __attribute__ ((packed)) pci;
103 } __attribute__ ((packed)) ibnd;
106 } __attribute__ ((packed)) xprs;
109 } __attribute__ ((packed)) htpt;
112 } __attribute__ ((packed)) unknown;
121 } __attribute__ ((packed)) ata;
129 } __attribute__ ((packed)) atapi;
135 } __attribute__ ((packed)) scsi;
139 } __attribute__ ((packed)) usb;
[all …]
H A Dpfkeyv2.h24 } __attribute__((packed));
30 } __attribute__((packed));
42 } __attribute__((packed));
52 } __attribute__((packed));
61 } __attribute__((packed));
69 } __attribute__((packed));
78 } __attribute__((packed));
90 } __attribute__((packed));
102 } __attribute__((packed));
127 } __attribute__((packed));
[all …]
H A Dhyperv.h76 } __attribute__((packed));
87 } __attribute__((packed));
91 } __attribute__((packed));
113 } __attribute__((packed));
135 } __attribute__((packed));
146 } __attribute__((packed));
159 } __attribute__((packed));
347 } __attribute__((packed));
354 } __attribute__((packed));
365 } __attribute__((packed));
[all …]
/linux/include/linux/ceph/
H A Dceph_fs.h61 } __attribute__ ((packed));
89 } __attribute__ ((packed));
186 } __attribute__ ((packed));
193 } __attribute__ ((packed));
198 } __attribute__ ((packed));
204 } __attribute__ ((packed));
212 } __attribute__ ((packed));
218 } __attribute__ ((packed));
223 } __attribute__ ((packed));
227 } __attribute__ ((packed));
[all …]
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-types.h26 } __attribute__((packed));
88 } __attribute__((packed));
121 } __attribute__((packed));
133 } __attribute__((packed));
138 } __attribute__((packed));
145 } __attribute__((packed));
167 } __attribute__((packed));
179 } __attribute__((packed));
240 } __attribute__((packed));
272 } __attribute__((packed));
[all …]
/linux/include/uapi/linux/usb/
H A Dcdc.h69 } __attribute__ ((packed));
82 } __attribute__ ((packed));
91 } __attribute__ ((packed));
111 } __attribute__ ((packed));
124 } __attribute__ ((packed));
136 } __attribute__ ((packed));
149 } __attribute__ ((packed));
158 } __attribute__ ((packed));
168 } __attribute__ ((packed));
179 } __attribute__ ((packed));
[all …]
H A Dch9.h216 } __attribute__ ((packed));
286 } __attribute__ ((packed));
308 } __attribute__ ((packed));
364 } __attribute__ ((packed));
388 } __attribute__ ((packed));
408 } __attribute__ ((packed));
428 } __attribute__ ((packed));
688 } __attribute__ ((packed));
702 } __attribute__ ((packed));
716 } __attribute__ ((packed));
[all …]
/linux/drivers/scsi/megaraid/
H A Dmbox_defs.h172 } __attribute__ ((packed)) mbox_t;
189 } __attribute__ ((packed)) mbox64_t;
205 } __attribute__ ((packed)) int_mbox_t;
244 } __attribute__ ((packed)) mraid_passthru_t;
252 } __attribute__ ((packed)) mega_passthru64_t;
300 } __attribute__ ((packed)) mraid_epassthru_t;
345 } __attribute__ ((packed)) mraid_pinfo_t;
420 } __attribute__ ((packed)) mraid_notify_t;
473 } __attribute__ ((packed)) mraid_inquiry3_t;
522 } __attribute__ ((packed)) mraid_adapinfo_t;
[all …]
/linux/drivers/scsi/pm8001/
H A Dpm8001_hwi.h146 } __attribute__((packed, aligned(4)));
158 } __attribute__((packed, aligned(4)));
169 } __attribute__((packed, aligned(4)));
183 } __attribute__ ((packed));
210 } __attribute__ ((packed));
221 } __attribute__((packed, aligned(4)));
234 } __attribute__((packed, aligned(4)));
250 } __attribute__((packed, aligned(4)));
263 } __attribute__((packed, aligned(4)));
276 } __attribute__((packed, aligned(4)));
[all …]
H A Dpm80xx_hwi.h345 } __attribute__((packed, aligned(4)));
357 } __attribute__((packed, aligned(4)));
367 } __attribute__((packed, aligned(4)));
380 } __attribute__ ((packed));
407 } __attribute__ ((packed));
418 } __attribute__((packed, aligned(4)));
432 } __attribute__((packed, aligned(4)));
441 } __attribute__((packed, aligned(4)));
456 } __attribute__((packed, aligned(4)));
468 } __attribute__((packed, aligned(4)));
[all …]
/linux/net/ceph/
H A Dauth_x_protocol.h53 } __attribute__ ((packed));
59 } __attribute__ ((packed));
64 } __attribute__ ((packed));
73 } __attribute__ ((packed));
81 } __attribute__ ((packed));
86 } __attribute__ ((packed));
91 } __attribute__ ((packed));
107 } __attribute__ ((packed));
114 } __attribute__ ((packed));
119 } __attribute__ ((packed));
[all …]
/linux/drivers/md/dm-vdo/
H A Dencodings.h992 struct packed_journal_header *packed) in vdo_pack_recovery_block_header() argument
994 *packed = (struct packed_journal_header) { in vdo_pack_recovery_block_header()
1016 vdo_unpack_recovery_block_header(const struct packed_journal_header *packed) in vdo_unpack_recovery_block_header() argument
1019 .block_map_head = __le64_to_cpu(packed->block_map_head), in vdo_unpack_recovery_block_header()
1020 .slab_journal_head = __le64_to_cpu(packed->slab_journal_head), in vdo_unpack_recovery_block_header()
1021 .sequence_number = __le64_to_cpu(packed->sequence_number), in vdo_unpack_recovery_block_header()
1022 .nonce = __le64_to_cpu(packed->nonce), in vdo_unpack_recovery_block_header()
1023 .logical_blocks_used = __le64_to_cpu(packed->logical_blocks_used), in vdo_unpack_recovery_block_header()
1024 .block_map_data_blocks = __le64_to_cpu(packed->block_map_data_blocks), in vdo_unpack_recovery_block_header()
1025 .entry_count = __le16_to_cpu(packed->entry_count), in vdo_unpack_recovery_block_header()
[all …]
/linux/drivers/s390/block/
H A Ddasd_eckd.h147 } __attribute__ ((packed));
152 } __attribute__ ((packed));
158 } __attribute__ ((packed));
167 } __attribute__ ((packed)) mask;
174 } __attribute__ ((packed)) attributes;
187 } __attribute__ ((packed));
193 } __attribute__ ((packed)) operation;
198 } __attribute__ ((packed)) auxiliary;
205 } __attribute__ ((packed));
211 } __attribute__ ((packed)) operation;
[all …]
/linux/include/uapi/sound/
H A Dasoc.h200 } __attribute__((packed));
206 } __attribute__((packed));
212 } __attribute__((packed));
218 } __attribute__((packed));
229 } __attribute__((packed));
242 } __attribute__((packed));
251 } __attribute__((packed));
260 } __attribute__((packed));
270 } __attribute__((packed));
281 } __attribute__((packed));
[all …]
/linux/tools/usb/usbip/src/
H A Dusbip_network.h33 } __attribute__((packed));
49 } __attribute__((packed));
54 } __attribute__((packed));
64 } __attribute__((packed));
69 } __attribute__((packed));
86 } __attribute__((packed));
90 } __attribute__((packed));
108 } __attribute__((packed));
112 } __attribute__((packed));
130 } __attribute__((packed));
[all …]
/linux/drivers/scsi/
H A Dipr.h333 }__attribute__((packed, aligned (4)));
338 }__attribute__((packed));
343 }__attribute__((packed));
348 }__attribute__((packed));
353 }__attribute__((packed));
382 }__attribute__ ((packed));
411 }__attribute__ ((packed, aligned (4)));
434 }__attribute__ ((packed, aligned (8)));
441 }__attribute__((packed, aligned (4)));
448 }__attribute__((packed, aligned (4)));
[all …]
/linux/arch/s390/include/uapi/asm/
H A Dvtoc.h20 } __attribute__ ((packed));
27 } __attribute__ ((packed));
33 } __attribute__ ((packed));
39 } __attribute__ ((packed));
56 } __attribute__ ((packed));
64 } __attribute__ ((packed));
72 } __attribute__ ((packed));
86 } __attribute__ ((packed));
122 } __attribute__ ((packed));
155 } __attribute__ ((packed));
[all …]
H A Dqeth.h29 } __attribute__ ((packed));
38 } __attribute__((packed));
47 } __attribute__((packed));
54 } __attribute__((packed));
60 } __attribute__((packed));
66 } __attribute__((packed));
72 } __attribute__((packed));
78 } __attribute__((packed));
83 } __attribute__((packed));
88 } __attribute__((packed));
[all …]
/linux/include/linux/usb/
H A Drndis_host.h30 } __attribute__ ((packed));
55 } __attribute__ ((packed));
65 } __attribute__ ((packed));
82 } __attribute__ ((packed));
89 } __attribute__ ((packed));
100 } __attribute__ ((packed));
110 } __attribute__ ((packed));
121 } __attribute__ ((packed));
129 } __attribute__ ((packed));
136 } __attribute__ ((packed));
[all …]
H A Daudio-v3.h25 } __attribute__ ((packed));
34 } __attribute__ ((packed));
41 } __attribute__ ((packed));
47 } __attribute__ ((packed));
56 } __attribute__ ((packed));
69 } __attribute__ ((packed));
85 } __attribute__((packed));
101 } __attribute__((packed));
114 } __attribute__((packed));
128 } __attribute__ ((packed))
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_packing.c12 } __attribute__((packed));
22 } __attribute__((packed));
36 } __attribute__((packed)) e;
37 } __attribute__((packed));
49 } __attribute__((packed));
58 } __attribute__((packed));
79 } __attribute__((packed));
110 } __attribute__((packed));
123 } __attribute__((packed));
133 } __attribute__((packed));
/linux/include/scsi/fc/
H A Dfc_fip.h52 } __attribute__((packed));
167 } __attribute__((packed));
175 } __attribute__((packed));
184 } __attribute__((packed));
193 } __attribute__((packed));
204 } __attribute__((packed));
212 } __attribute__((packed));
222 } __attribute__((packed));
233 } __attribute__((packed));
243 } __attribute__((packed));
[all …]
/linux/drivers/virtio/
H A Dvirtio_ring.c254 struct vring_virtqueue_packed packed; member
1504 head = vq->packed.next_avail_idx; in virtqueue_add_indirect_packed()
1551 vq->packed.vring.desc[head].addr = cpu_to_le64(addr); in virtqueue_add_indirect_packed()
1552 vq->packed.vring.desc[head].len = cpu_to_le32(total_sg * in virtqueue_add_indirect_packed()
1554 vq->packed.vring.desc[head].id = cpu_to_le16(id); in virtqueue_add_indirect_packed()
1557 vq->packed.desc_extra[id].addr = addr; in virtqueue_add_indirect_packed()
1558 vq->packed.desc_extra[id].len = total_sg * in virtqueue_add_indirect_packed()
1560 vq->packed.desc_extra[id].flags = VRING_DESC_F_INDIRECT | in virtqueue_add_indirect_packed()
1561 vq->packed.avail_used_flags; in virtqueue_add_indirect_packed()
1570 vq->packed.vring.desc[head].flags = cpu_to_le16(VRING_DESC_F_INDIRECT | in virtqueue_add_indirect_packed()
[all …]

12345678910>>...20