Home
last modified time | relevance | path

Searched refs:res_hdr (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/thunderbolt/
Dctl.c780 const struct cfg_read_pkg *res_hdr = pkg->buffer; in tb_cfg_match() local
782 if (req_hdr->addr.seq != res_hdr->addr.seq) in tb_cfg_match()
Dxdomain.c96 const struct tb_xdp_header *res_hdr = pkg->buffer; in tb_xdomain_match() local
103 if ((res_hdr->xd_hdr.route_hi & ~BIT(31)) != in tb_xdomain_match()
106 if ((res_hdr->xd_hdr.route_lo) != req_hdr->xd_hdr.route_lo) in tb_xdomain_match()
110 if (!uuid_equal(&res_hdr->uuid, &req_hdr->uuid)) in tb_xdomain_match()
Dicm.c273 const struct icm_pkg_header *res_hdr = pkg->buffer; in icm_match() local
278 if (res_hdr->code != req_hdr->code) in icm_match()