Lines Matching refs:rcode
566 static void complete_transaction(struct fw_card *card, int rcode, u32 request_tstamp, in complete_transaction() argument
586 if (rcode == RCODE_COMPLETE) in complete_transaction()
589 rsp->rcode = rcode; in complete_transaction()
609 if (rcode == RCODE_COMPLETE) in complete_transaction()
612 rsp->rcode = rcode; in complete_transaction()
903 fw_send_response(r->card, r->request, a->rcode); in ioctl_send_response()
1564 u32 rcode; in outbound_phy_packet_callback() local
1572 rcode = RCODE_COMPLETE; in outbound_phy_packet_callback()
1576 rcode = RCODE_COMPLETE; in outbound_phy_packet_callback()
1581 rcode = RCODE_BUSY; in outbound_phy_packet_callback()
1584 rcode = RCODE_DATA_ERROR; in outbound_phy_packet_callback()
1587 rcode = RCODE_TYPE_ERROR; in outbound_phy_packet_callback()
1591 rcode = status; in outbound_phy_packet_callback()
1600 pp->rcode = rcode; in outbound_phy_packet_callback()
1610 pp->rcode = rcode; in outbound_phy_packet_callback()
1707 pp->rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet()
1718 pp->rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet()