Home
last modified time | relevance | path

Searched refs:phy_packet (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/firewire/
Dcore-cdev.c200 struct fw_cdev_event_phy_packet phy_packet; member
205 struct fw_cdev_event_phy_packet phy_packet; member
1488 case ACK_COMPLETE: e->phy_packet.rcode = RCODE_COMPLETE; break; in outbound_phy_packet_callback()
1490 case ACK_PENDING: e->phy_packet.rcode = RCODE_COMPLETE; break; in outbound_phy_packet_callback()
1493 case ACK_BUSY_B: e->phy_packet.rcode = RCODE_BUSY; break; in outbound_phy_packet_callback()
1494 case ACK_DATA_ERROR: e->phy_packet.rcode = RCODE_DATA_ERROR; break; in outbound_phy_packet_callback()
1495 case ACK_TYPE_ERROR: e->phy_packet.rcode = RCODE_TYPE_ERROR; break; in outbound_phy_packet_callback()
1497 default: e->phy_packet.rcode = status; break; in outbound_phy_packet_callback()
1499 e->phy_packet.data[0] = packet->timestamp; in outbound_phy_packet_callback()
1501 queue_event(e->client, &e->event, &e->phy_packet, in outbound_phy_packet_callback()
[all …]
/Linux-v5.4/tools/firewire/
Dnosy-dump.c624 } else if (length > sizeof(struct phy_packet)) { in handle_packet()
752 } else if (length < sizeof(struct phy_packet)) { in print_packet()
758 } else if (length == sizeof(struct phy_packet) && data[1] == ~data[2]) { in print_packet()
759 struct phy_packet *pp = (struct phy_packet *) data; in print_packet()
837 else if (length < sizeof(struct phy_packet)) in print_stats()
839 else if (length == sizeof(struct phy_packet) && data[1] == ~data[2]) in print_stats()
Dnosy-dump.h14 struct phy_packet { struct
/Linux-v5.4/include/uapi/linux/
Dfirewire-cdev.h395 struct fw_cdev_event_phy_packet phy_packet; /* added in 2.6.36 */ member