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()
1560 u32 rcode; in outbound_phy_packet_callback() local
1568 rcode = RCODE_COMPLETE; in outbound_phy_packet_callback()
1572 rcode = RCODE_COMPLETE; in outbound_phy_packet_callback()
1577 rcode = RCODE_BUSY; in outbound_phy_packet_callback()
1580 rcode = RCODE_DATA_ERROR; in outbound_phy_packet_callback()
1583 rcode = RCODE_TYPE_ERROR; in outbound_phy_packet_callback()
1587 rcode = status; in outbound_phy_packet_callback()
1596 pp->rcode = rcode; in outbound_phy_packet_callback()
1606 pp->rcode = rcode; in outbound_phy_packet_callback()
1703 pp->rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet()
1714 pp->rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet()