// wire incom_ack_good = send_R_OK; // -> link // transport layer responds on a completion of a FIS
// wire incom_ack_bad = send_R_ERR; // -> link // oob sequence is reinitiated and link now is not established or rxelecidle
wirell_link_reset;// -> link // oob sequence is reinitiated and link now is not established or rxelecidle
wirell_incom_stop_req;// -> link // TL demands to stop current recieving session (use !PxCMD.ST)?
wirell_link_reset=~phy_ready;// -> link // oob sequence is reinitiated and link now is not established or rxelecidle //TODO Alexey:mb it shall be independent
// wire ll_incom_stop_req; // -> link // TL demands to stop current recieving session (use !PxCMD.ST)?