Searched refs:xd_hdr (Results 1 – 2 of 2) sorted by relevance
103 if ((res_hdr->xd_hdr.route_hi & ~BIT(31)) != in tb_xdomain_match()104 req_hdr->xd_hdr.route_hi) in tb_xdomain_match()106 if ((res_hdr->xd_hdr.route_lo) != req_hdr->xd_hdr.route_lo) in tb_xdomain_match()232 length_sn = (size - sizeof(hdr->xd_hdr)) / 4; in tb_xdp_fill_header()235 hdr->xd_hdr.route_hi = upper_32_bits(route); in tb_xdp_fill_header()236 hdr->xd_hdr.route_lo = lower_32_bits(route); in tb_xdp_fill_header()237 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 …]
537 struct tb_xdomain_header xd_hdr; member