Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thunderbolt/
A Dxdomain.c104 if ((res_hdr->xd_hdr.route_hi & ~BIT(31)) != in tb_xdomain_match()
105 req_hdr->xd_hdr.route_hi) in tb_xdomain_match()
107 if ((res_hdr->xd_hdr.route_lo) != req_hdr->xd_hdr.route_lo) in tb_xdomain_match()
233 length_sn = (size - sizeof(hdr->xd_hdr)) / 4; in tb_xdp_fill_header()
236 hdr->xd_hdr.route_hi = upper_32_bits(route); in tb_xdp_fill_header()
237 hdr->xd_hdr.route_lo = lower_32_bits(route); in tb_xdp_fill_header()
238 hdr->xd_hdr.length_sn = length_sn; in tb_xdp_fill_header()
364 len = res->hdr.xd_hdr.length_sn & TB_XDOMAIN_LENGTH_MASK; in tb_xdp_properties_request()
370 len += sizeof(res->hdr.xd_hdr) / 4; in tb_xdp_properties_request()
711 const struct tb_xdomain_header *xhdr = &pkg->xd_hdr; in tb_xdp_handle_request()
[all …]
A Dtb_msgs.h540 struct tb_xdomain_header xd_hdr; member

Completed in 10 milliseconds