Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-cdev.c200 struct fw_cdev_event_phy_packet phy_packet; member
205 struct fw_cdev_event_phy_packet phy_packet; member
1487 case ACK_COMPLETE: e->phy_packet.rcode = RCODE_COMPLETE; break; in outbound_phy_packet_callback()
1489 case ACK_PENDING: e->phy_packet.rcode = RCODE_COMPLETE; break; in outbound_phy_packet_callback()
1492 case ACK_BUSY_B: e->phy_packet.rcode = RCODE_BUSY; break; in outbound_phy_packet_callback()
1493 case ACK_DATA_ERROR: e->phy_packet.rcode = RCODE_DATA_ERROR; break; in outbound_phy_packet_callback()
1494 case ACK_TYPE_ERROR: e->phy_packet.rcode = RCODE_TYPE_ERROR; break; in outbound_phy_packet_callback()
1496 default: e->phy_packet.rcode = status; break; in outbound_phy_packet_callback()
1498 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 …]
/OK3568_Linux_fs/kernel/tools/firewire/
H A 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()
H A Dnosy-dump.h14 struct phy_packet { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfirewire-cdev.h395 struct fw_cdev_event_phy_packet phy_packet; /* added in 2.6.36 */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfirewire-cdev.h395 struct fw_cdev_event_phy_packet phy_packet; /* added in 2.6.36 */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfirewire-cdev.h395 struct fw_cdev_event_phy_packet phy_packet; /* added in 2.6.36 */ member