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()
1559 u32 rcode; in outbound_phy_packet_callback() local
1567 rcode = RCODE_COMPLETE; in outbound_phy_packet_callback()
1571 rcode = RCODE_COMPLETE; in outbound_phy_packet_callback()
1576 rcode = RCODE_BUSY; in outbound_phy_packet_callback()
1579 rcode = RCODE_DATA_ERROR; in outbound_phy_packet_callback()
1582 rcode = RCODE_TYPE_ERROR; in outbound_phy_packet_callback()
1586 rcode = status; in outbound_phy_packet_callback()
1595 pp->rcode = rcode; in outbound_phy_packet_callback()
1605 pp->rcode = rcode; in outbound_phy_packet_callback()
1702 pp->rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet()
1713 pp->rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet()