tegra_ivc_header
unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
unsigned int offset = offsetof(struct tegra_ivc_header, rx.count);
size_t offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame;
offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame;
unsigned int rx = offsetof(struct tegra_ivc_header, rx.count);
unsigned int tx = offsetof(struct tegra_ivc_header, tx.count);
unsigned int tx = offsetof(struct tegra_ivc_header, tx.count);
unsigned int rx = offsetof(struct tegra_ivc_header, rx.count);
unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
offset = offsetof(struct tegra_ivc_header, tx.count);
offset = offsetof(struct tegra_ivc_header, tx.count);
offset = offsetof(struct tegra_ivc_header, tx.count);
return queue_size + sizeof(struct tegra_ivc_header);
BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct tegra_ivc_header, tx.count),
BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct tegra_ivc_header, rx.count),
BUILD_BUG_ON(!IS_ALIGNED(sizeof(struct tegra_ivc_header),
iosys_map_rd_field(hdr, 0, struct tegra_ivc_header, field)
iosys_map_wr_field(hdr, 0, struct tegra_ivc_header, field, value)
struct tegra_ivc_header;