Searched refs:xd_hdr (Results 1 – 2 of 2) sorted by relevance
105 if ((res_hdr->xd_hdr.route_hi & ~BIT(31)) != in tb_xdomain_match() 106 req_hdr->xd_hdr.route_hi) in tb_xdomain_match() 108 if ((res_hdr->xd_hdr.route_lo) != req_hdr->xd_hdr.route_lo) in tb_xdomain_match() 241 length_sn = (size - sizeof(hdr->xd_hdr)) / 4; in tb_xdp_fill_header() 244 hdr->xd_hdr.route_hi = upper_32_bits(route); in tb_xdp_handle_error() 245 hdr->xd_hdr.route_lo = lower_32_bits(route); in tb_xdp_handle_error() 246 hdr->xd_hdr.length_sn = length_sn; in tb_xdp_handle_error() 372 len = res->hdr.xd_hdr.length_sn & TB_XDOMAIN_LENGTH_MASK; in tb_xdp_properties_request() 378 len += sizeof(res->hdr.xd_hdr) / in tb_xdp_properties_request() [all...]
542 struct tb_xdomain_header xd_hdr; member