Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/thunderbolt/
Dxdomain.c59 const struct tb_xdp_header *req_hdr = req->request; in tb_xdomain_match() local
66 req_hdr->xd_hdr.route_hi) in tb_xdomain_match()
68 if ((res_hdr->xd_hdr.route_lo) != req_hdr->xd_hdr.route_lo) in tb_xdomain_match()
72 if (!uuid_equal(&res_hdr->uuid, &req_hdr->uuid)) in tb_xdomain_match()
Dctl.c744 const struct cfg_read_pkg *req_hdr = req->request; in tb_cfg_match() local
747 if (req_hdr->addr.seq != res_hdr->addr.seq) in tb_cfg_match()
Dicm.c177 const struct icm_pkg_header *req_hdr = req->request; in icm_match() local
181 if (res_hdr->code != req_hdr->code) in icm_match()