Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/firewire/
Dcore-cdev.c201 struct fw_cdev_event_phy_packet phy_packet; member
206 struct fw_cdev_event_phy_packet phy_packet; member
1509 case ACK_COMPLETE: e->phy_packet.rcode = RCODE_COMPLETE; break; in outbound_phy_packet_callback()
1511 case ACK_PENDING: e->phy_packet.rcode = RCODE_COMPLETE; break; in outbound_phy_packet_callback()
1514 case ACK_BUSY_B: e->phy_packet.rcode = RCODE_BUSY; break; in outbound_phy_packet_callback()
1515 case ACK_DATA_ERROR: e->phy_packet.rcode = RCODE_DATA_ERROR; break; in outbound_phy_packet_callback()
1516 case ACK_TYPE_ERROR: e->phy_packet.rcode = RCODE_TYPE_ERROR; break; in outbound_phy_packet_callback()
1518 default: e->phy_packet.rcode = status; break; in outbound_phy_packet_callback()
1520 e->phy_packet.data[0] = packet->timestamp; in outbound_phy_packet_callback()
1523 queue_event(e->client, &e->event, &e->phy_packet, in outbound_phy_packet_callback()
[all …]
/linux-6.1.9/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-6.1.9/include/uapi/linux/
Dfirewire-cdev.h395 struct fw_cdev_event_phy_packet phy_packet; /* added in 2.6.36 */ member