Searched refs:phy_packet (Results 1 – 1 of 1) sorted by relevance
213 struct fw_cdev_event_phy_packet phy_packet; member218 struct fw_cdev_event_phy_packet phy_packet; member1502 case ACK_COMPLETE: e->phy_packet.rcode = RCODE_COMPLETE; break; in outbound_phy_packet_callback()1504 case ACK_PENDING: e->phy_packet.rcode = RCODE_COMPLETE; break; in outbound_phy_packet_callback()1507 case ACK_BUSY_B: e->phy_packet.rcode = RCODE_BUSY; break; in outbound_phy_packet_callback()1508 case ACK_DATA_ERROR: e->phy_packet.rcode = RCODE_DATA_ERROR; break; in outbound_phy_packet_callback()1509 case ACK_TYPE_ERROR: e->phy_packet.rcode = RCODE_TYPE_ERROR; break; in outbound_phy_packet_callback()1511 default: e->phy_packet.rcode = status; break; in outbound_phy_packet_callback()1513 e->phy_packet.data[0] = packet->timestamp; in outbound_phy_packet_callback()1515 queue_event(e->client, &e->event, &e->phy_packet, in outbound_phy_packet_callback()[all …]