Home
last modified time | relevance | path

Searched refs:res_hdr (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dxdomain.c56 const struct tb_xdp_header *res_hdr = pkg->buffer; in tb_xdomain_match() local
63 if ((res_hdr->xd_hdr.route_hi & ~BIT(31)) != in tb_xdomain_match()
66 if ((res_hdr->xd_hdr.route_lo) != req_hdr->xd_hdr.route_lo) in tb_xdomain_match()
70 if (!uuid_equal(&res_hdr->uuid, &req_hdr->uuid)) in tb_xdomain_match()
H A Dctl.c760 const struct cfg_read_pkg *res_hdr = pkg->buffer; in tb_cfg_match() local
762 if (req_hdr->addr.seq != res_hdr->addr.seq) in tb_cfg_match()
H A Dicm.c258 const struct icm_pkg_header *res_hdr = pkg->buffer; in icm_match() local
263 if (res_hdr->code != req_hdr->code) in icm_match()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dctl.c842 const struct cfg_read_pkg *res_hdr = pkg->buffer; in tb_cfg_match() local
844 if (req_hdr->addr.seq != res_hdr->addr.seq) in tb_cfg_match()
H A Dxdomain.c97 const struct tb_xdp_header *res_hdr = pkg->buffer; in tb_xdomain_match() local
104 if ((res_hdr->xd_hdr.route_hi & ~BIT(31)) != in tb_xdomain_match()
107 if ((res_hdr->xd_hdr.route_lo) != req_hdr->xd_hdr.route_lo) in tb_xdomain_match()
111 if (!uuid_equal(&res_hdr->uuid, &req_hdr->uuid)) in tb_xdomain_match()
H A Dicm.c274 const struct icm_pkg_header *res_hdr = pkg->buffer; in icm_match() local
279 if (res_hdr->code != req_hdr->code) in icm_match()

Completed in 15 milliseconds