Lines Matching refs:rcode
570 static void complete_transaction(struct fw_card *card, int rcode, u32 request_tstamp, in complete_transaction() argument
590 if (rcode == RCODE_COMPLETE) in complete_transaction()
593 rsp->rcode = rcode; in complete_transaction()
613 if (rcode == RCODE_COMPLETE) in complete_transaction()
616 rsp->rcode = rcode; in complete_transaction()
907 fw_send_response(r->card, r->request, a->rcode); in ioctl_send_response()
1542 u32 rcode; in outbound_phy_packet_callback() local
1550 rcode = RCODE_COMPLETE; in outbound_phy_packet_callback()
1554 rcode = RCODE_COMPLETE; in outbound_phy_packet_callback()
1559 rcode = RCODE_BUSY; in outbound_phy_packet_callback()
1562 rcode = RCODE_DATA_ERROR; in outbound_phy_packet_callback()
1565 rcode = RCODE_TYPE_ERROR; in outbound_phy_packet_callback()
1569 rcode = status; in outbound_phy_packet_callback()
1578 pp->rcode = rcode; in outbound_phy_packet_callback()
1588 pp->rcode = rcode; in outbound_phy_packet_callback()
1693 pp->rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet()
1704 pp->rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet()