Lines Matching refs:sequence

229 	u8 sequence, enum tb_xdp_type type, size_t size)  in tb_xdp_fill_header()  argument
234 length_sn |= (sequence << TB_XDOMAIN_SN_SHIFT) & TB_XDOMAIN_SN_MASK; in tb_xdp_fill_header()
292 static int tb_xdp_uuid_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_uuid_response() argument
298 tb_xdp_fill_header(&res.hdr, route, sequence, UUID_RESPONSE, in tb_xdp_uuid_response()
309 static int tb_xdp_error_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_error_response() argument
315 tb_xdp_fill_header(&res.hdr, route, sequence, ERROR_RESPONSE, in tb_xdp_error_response()
415 struct tb_xdomain *xd, u8 sequence, const struct tb_xdp_properties *req) in tb_xdp_properties_response() argument
428 tb_xdp_error_response(ctl, xd->route, sequence, in tb_xdp_properties_response()
450 tb_xdp_fill_header(&res->hdr, xd->route, sequence, PROPERTIES_RESPONSE, in tb_xdp_properties_response()
492 tb_xdp_properties_changed_response(struct tb_ctl *ctl, u64 route, u8 sequence) in tb_xdp_properties_changed_response() argument
497 tb_xdp_fill_header(&res.hdr, route, sequence, in tb_xdp_properties_changed_response()
504 u8 sequence, u8 *slw, u8 *tlw, in tb_xdp_link_state_status_request() argument
512 tb_xdp_fill_header(&req.hdr, route, sequence, LINK_STATE_STATUS_REQUEST, in tb_xdp_link_state_status_request()
538 struct tb_xdomain *xd, u8 sequence) in tb_xdp_link_state_status_response() argument
546 tb_xdp_fill_header(&res.hdr, xd->route, sequence, in tb_xdp_link_state_status_response()
567 u8 sequence, u8 tlw, u8 tls) in tb_xdp_link_state_change_request() argument
574 tb_xdp_fill_header(&req.hdr, route, sequence, LINK_STATE_CHANGE_REQUEST, in tb_xdp_link_state_change_request()
594 u8 sequence, u32 status) in tb_xdp_link_state_change_response() argument
599 tb_xdp_fill_header(&res.hdr, route, sequence, LINK_STATE_CHANGE_RESPONSE, in tb_xdp_link_state_change_response()
739 u32 sequence; in tb_xdp_handle_request() local
743 sequence = xhdr->length_sn & TB_XDOMAIN_SN_MASK; in tb_xdp_handle_request()
744 sequence >>= TB_XDOMAIN_SN_SHIFT; in tb_xdp_handle_request()
754 tb_xdp_error_response(ctl, route, sequence, ERROR_NOT_READY); in tb_xdp_handle_request()
766 ret = tb_xdp_properties_response(tb, ctl, xd, sequence, in tb_xdp_handle_request()
775 ret = tb_xdp_properties_changed_response(ctl, route, sequence); in tb_xdp_handle_request()
790 ret = tb_xdp_uuid_response(ctl, route, sequence, uuid); in tb_xdp_handle_request()
808 sequence); in tb_xdp_handle_request()
810 tb_xdp_error_response(ctl, route, sequence, in tb_xdp_handle_request()
824 sequence, 0); in tb_xdp_handle_request()
829 tb_xdp_error_response(ctl, route, sequence, in tb_xdp_handle_request()
836 tb_xdp_error_response(ctl, route, sequence, in tb_xdp_handle_request()