Lines Matching refs:rcode
535 static void complete_transaction(struct fw_card *card, int rcode, in complete_transaction() argument
545 if (rcode == RCODE_COMPLETE) in complete_transaction()
555 rsp->rcode = rcode; in complete_transaction()
836 fw_send_response(r->card, r->request, a->rcode); in ioctl_send_response()
1489 case ACK_COMPLETE: e->phy_packet.rcode = RCODE_COMPLETE; break; in outbound_phy_packet_callback()
1491 case ACK_PENDING: e->phy_packet.rcode = RCODE_COMPLETE; break; in outbound_phy_packet_callback()
1494 case ACK_BUSY_B: e->phy_packet.rcode = RCODE_BUSY; break; in outbound_phy_packet_callback()
1495 case ACK_DATA_ERROR: e->phy_packet.rcode = RCODE_DATA_ERROR; break; in outbound_phy_packet_callback()
1496 case ACK_TYPE_ERROR: e->phy_packet.rcode = RCODE_TYPE_ERROR; break; in outbound_phy_packet_callback()
1498 default: e->phy_packet.rcode = status; break; in outbound_phy_packet_callback()
1575 e->phy_packet.rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet()