Home
last modified time | relevance | path

Searched refs:xd_hdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/thunderbolt/
Dxdomain.c63 if ((res_hdr->xd_hdr.route_hi & ~BIT(31)) != in tb_xdomain_match()
64 req_hdr->xd_hdr.route_hi) in tb_xdomain_match()
66 if ((res_hdr->xd_hdr.route_lo) != req_hdr->xd_hdr.route_lo) in tb_xdomain_match()
192 length_sn = (size - sizeof(hdr->xd_hdr)) / 4; in tb_xdp_fill_header()
195 hdr->xd_hdr.route_hi = upper_32_bits(route); in tb_xdp_fill_header()
196 hdr->xd_hdr.route_lo = lower_32_bits(route); in tb_xdp_fill_header()
197 hdr->xd_hdr.length_sn = length_sn; in tb_xdp_fill_header()
326 len = res->hdr.xd_hdr.length_sn & TB_XDOMAIN_LENGTH_MASK; in tb_xdp_properties_request()
332 len += sizeof(res->hdr.xd_hdr) / 4; in tb_xdp_properties_request()
508 const struct tb_xdomain_header *xhdr = &pkg->xd_hdr; in tb_xdp_handle_request()
[all …]
Dtb_msgs.h498 struct tb_xdomain_header xd_hdr; member