Searched refs:phy_packet (Results 1 – 4 of 4) sorted by relevance
201 struct fw_cdev_event_phy_packet phy_packet; member206 struct fw_cdev_event_phy_packet phy_packet; member1517 e->phy_packet.data[0] = packet->timestamp; in outbound_phy_packet_callback()1520 sizeof(e->phy_packet) + e->phy_packet.length, NULL, 0); in outbound_phy_packet_callback()1547 e->phy_packet.closure = a->closure; in ioctl_send_phy_packet()1550 e->phy_packet.length = 4; in ioctl_send_phy_packet()1591 e->phy_packet.rcode = RCODE_COMPLETE; in fw_cdev_handle_phy_packet()1592 e->phy_packet.length = 8; in fw_cdev_handle_phy_packet()1593 e->phy_packet.data[0] = p->header[1]; in fw_cdev_handle_phy_packet()1594 e->phy_packet.data[1] = p->header[2]; in fw_cdev_handle_phy_packet()[all …]
624 } 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()
14 struct phy_packet { struct
395 struct fw_cdev_event_phy_packet phy_packet; /* added in 2.6.36 */ member
Completed in 39 milliseconds