Searched refs:phy_packet (Results 1 – 4 of 4) 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 …]
637 } else if (length > sizeof(struct phy_packet)) { in handle_packet()765 } else if (length < sizeof(struct phy_packet)) { in print_packet()771 } else if (length == sizeof(struct phy_packet) && data[1] == ~data[2]) { in print_packet()772 struct phy_packet *pp = (struct phy_packet *) data; in print_packet()850 else if (length < sizeof(struct phy_packet)) in print_stats()852 else if (length == sizeof(struct phy_packet) && data[1] == ~data[2]) in print_stats()
13 struct phy_packet { struct
389 struct fw_cdev_event_phy_packet phy_packet; /* added in 2.6.36 */ member