Lines Matching refs:phy_packet
241 } phy_packet; member
249 } phy_packet; member
1573 switch (e->phy_packet.without_tstamp.type) { in outbound_phy_packet_callback()
1576 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in outbound_phy_packet_callback()
1580 queue_event(e->client, &e->event, &e->phy_packet, sizeof(*pp) + pp->length, in outbound_phy_packet_callback()
1586 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in outbound_phy_packet_callback()
1590 queue_event(e->client, &e->event, &e->phy_packet, sizeof(*pp) + pp->length, in outbound_phy_packet_callback()
1627 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in ioctl_send_phy_packet()
1634 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in ioctl_send_phy_packet()
1689 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in fw_cdev_handle_phy_packet()
1697 queue_event(client, &e->event, &e->phy_packet, sizeof(*pp) + 8, NULL, 0); in fw_cdev_handle_phy_packet()
1699 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in fw_cdev_handle_phy_packet()
1701 pp = &e->phy_packet.with_tstamp; in fw_cdev_handle_phy_packet()
1709 queue_event(client, &e->event, &e->phy_packet, sizeof(*pp) + 8, NULL, 0); in fw_cdev_handle_phy_packet()