Lines Matching refs:phy_packet
238 } phy_packet; member
246 } phy_packet; member
1595 switch (e->phy_packet.without_tstamp.type) { in outbound_phy_packet_callback()
1598 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in outbound_phy_packet_callback()
1602 queue_event(e->client, &e->event, &e->phy_packet, sizeof(*pp) + pp->length, in outbound_phy_packet_callback()
1608 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in outbound_phy_packet_callback()
1612 queue_event(e->client, &e->event, &e->phy_packet, sizeof(*pp) + pp->length, in outbound_phy_packet_callback()
1649 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in ioctl_send_phy_packet()
1656 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in ioctl_send_phy_packet()
1703 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in fw_cdev_handle_phy_packet()
1711 queue_event(client, &e->event, &e->phy_packet, sizeof(*pp) + 8, NULL, 0); in fw_cdev_handle_phy_packet()
1713 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in fw_cdev_handle_phy_packet()
1715 pp = &e->phy_packet.with_tstamp; in fw_cdev_handle_phy_packet()
1723 queue_event(client, &e->event, &e->phy_packet, sizeof(*pp) + 8, NULL, 0); in fw_cdev_handle_phy_packet()