res_hdr           745 drivers/thunderbolt/ctl.c 		const struct cfg_read_pkg *res_hdr = pkg->buffer;
res_hdr           747 drivers/thunderbolt/ctl.c 		if (req_hdr->addr.seq != res_hdr->addr.seq)
res_hdr           241 drivers/thunderbolt/icm.c 	const struct icm_pkg_header *res_hdr = pkg->buffer;
res_hdr           246 drivers/thunderbolt/icm.c 	if (res_hdr->code != req_hdr->code)
res_hdr            56 drivers/thunderbolt/xdomain.c 		const struct tb_xdp_header *res_hdr = pkg->buffer;
res_hdr            63 drivers/thunderbolt/xdomain.c 		if ((res_hdr->xd_hdr.route_hi & ~BIT(31)) !=
res_hdr            66 drivers/thunderbolt/xdomain.c 		if ((res_hdr->xd_hdr.route_lo) != req_hdr->xd_hdr.route_lo)
res_hdr            70 drivers/thunderbolt/xdomain.c 		if (!uuid_equal(&res_hdr->uuid, &req_hdr->uuid))