Lines Matching refs:rcode
536 static void complete_transaction(struct fw_card *card, int rcode, in complete_transaction() argument
546 if (rcode == RCODE_COMPLETE) in complete_transaction()
556 rsp->rcode = rcode; in complete_transaction()
835 fw_send_response(r->card, r->request, a->rcode); in ioctl_send_response()
1509 case ACK_COMPLETE: e->phy_packet.rcode = RCODE_COMPLETE; break; in outbound_phy_packet_callback()
1511 case ACK_PENDING: e->phy_packet.rcode = RCODE_COMPLETE; break; in outbound_phy_packet_callback()
1514 case ACK_BUSY_B: e->phy_packet.rcode = RCODE_BUSY; break; in outbound_phy_packet_callback()
1515 case ACK_DATA_ERROR: e->phy_packet.rcode = RCODE_DATA_ERROR; break; in outbound_phy_packet_callback()
1516 case ACK_TYPE_ERROR: e->phy_packet.rcode = RCODE_TYPE_ERROR; break; in outbound_phy_packet_callback()
1518 default: e->phy_packet.rcode = status; break; in outbound_phy_packet_callback()
1595 e->phy_packet.rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet()