Lines Matching refs:rcode
548 static void complete_transaction(struct fw_card *card, int rcode, u32 request_tstamp, in complete_transaction() argument
568 if (rcode == RCODE_COMPLETE) in complete_transaction()
571 rsp->rcode = rcode; in complete_transaction()
591 if (rcode == RCODE_COMPLETE) in complete_transaction()
594 rsp->rcode = rcode; in complete_transaction()
888 fw_send_response(r->card, r->request, a->rcode); in ioctl_send_response()
1559 u32 rcode; in outbound_phy_packet_callback() local
1564 rcode = RCODE_COMPLETE; in outbound_phy_packet_callback()
1568 rcode = RCODE_COMPLETE; in outbound_phy_packet_callback()
1573 rcode = RCODE_BUSY; in outbound_phy_packet_callback()
1576 rcode = RCODE_DATA_ERROR; in outbound_phy_packet_callback()
1579 rcode = RCODE_TYPE_ERROR; in outbound_phy_packet_callback()
1583 rcode = status; in outbound_phy_packet_callback()
1592 pp->rcode = rcode; in outbound_phy_packet_callback()
1602 pp->rcode = rcode; in outbound_phy_packet_callback()
1700 pp->rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet()
1711 pp->rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet()