Searched refs:xd_hdr (Results 1 – 2 of 2) sorted by relevance
65 if ((res_hdr->xd_hdr.route_hi & ~BIT(31)) != in tb_xdomain_match()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()194 length_sn = (size - sizeof(hdr->xd_hdr)) / 4; in tb_xdp_fill_header()197 hdr->xd_hdr.route_hi = upper_32_bits(route); in tb_xdp_fill_header()198 hdr->xd_hdr.route_lo = lower_32_bits(route); in tb_xdp_fill_header()199 hdr->xd_hdr.length_sn = length_sn; in tb_xdp_fill_header()284 len = res->hdr.xd_hdr.length_sn & TB_XDOMAIN_LENGTH_MASK; in tb_xdp_properties_request()290 len += sizeof(res->hdr.xd_hdr) / 4; in tb_xdp_properties_request()466 const struct tb_xdomain_header *xhdr = &pkg->xd_hdr; in tb_xdp_handle_request()[all …]
493 struct tb_xdomain_header xd_hdr; member