Lines Matching refs:rcode
548 static void complete_transaction(struct fw_card *card, int rcode, in complete_transaction() argument
558 if (rcode == RCODE_COMPLETE) in complete_transaction()
568 rsp->rcode = rcode; in complete_transaction()
847 fw_send_response(r->card, r->request, a->rcode); in ioctl_send_response()
1502 case ACK_COMPLETE: e->phy_packet.rcode = RCODE_COMPLETE; break; in outbound_phy_packet_callback()
1504 case ACK_PENDING: e->phy_packet.rcode = RCODE_COMPLETE; break; in outbound_phy_packet_callback()
1507 case ACK_BUSY_B: e->phy_packet.rcode = RCODE_BUSY; break; in outbound_phy_packet_callback()
1508 case ACK_DATA_ERROR: e->phy_packet.rcode = RCODE_DATA_ERROR; break; in outbound_phy_packet_callback()
1509 case ACK_TYPE_ERROR: e->phy_packet.rcode = RCODE_TYPE_ERROR; break; in outbound_phy_packet_callback()
1511 default: e->phy_packet.rcode = status; break; in outbound_phy_packet_callback()
1587 e->phy_packet.rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet()