Lines Matching refs:sequence
203 u8 sequence, enum tb_xdp_type type, size_t size) in tb_xdp_fill_header() argument
208 length_sn |= (sequence << TB_XDOMAIN_SN_SHIFT) & TB_XDOMAIN_SN_MASK; in tb_xdp_fill_header()
268 static int tb_xdp_uuid_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_uuid_response() argument
274 tb_xdp_fill_header(&res.hdr, route, sequence, UUID_RESPONSE, in tb_xdp_uuid_response()
285 static int tb_xdp_error_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_error_response() argument
291 tb_xdp_fill_header(&res.hdr, route, sequence, ERROR_RESPONSE, in tb_xdp_error_response()
392 struct tb_xdomain *xd, u8 sequence, const struct tb_xdp_properties *req) in tb_xdp_properties_response() argument
405 tb_xdp_error_response(ctl, xd->route, sequence, in tb_xdp_properties_response()
427 tb_xdp_fill_header(&res->hdr, xd->route, sequence, PROPERTIES_RESPONSE, in tb_xdp_properties_response()
469 tb_xdp_properties_changed_response(struct tb_ctl *ctl, u64 route, u8 sequence) in tb_xdp_properties_changed_response() argument
474 tb_xdp_fill_header(&res.hdr, route, sequence, in tb_xdp_properties_changed_response()
588 u32 sequence; in tb_xdp_handle_request() local
592 sequence = xhdr->length_sn & TB_XDOMAIN_SN_MASK; in tb_xdp_handle_request()
593 sequence >>= TB_XDOMAIN_SN_SHIFT; in tb_xdp_handle_request()
603 tb_xdp_error_response(ctl, route, sequence, ERROR_NOT_READY); in tb_xdp_handle_request()
616 ret = tb_xdp_properties_response(tb, ctl, xd, sequence, in tb_xdp_handle_request()
622 ret = tb_xdp_properties_changed_response(ctl, route, sequence); in tb_xdp_handle_request()
637 ret = tb_xdp_uuid_response(ctl, route, sequence, uuid); in tb_xdp_handle_request()
641 tb_xdp_error_response(ctl, route, sequence, in tb_xdp_handle_request()