Home | History | Annotate | Download | only in linux

Lines Matching defs:packets

112  * involve response packets.  This includes unified write transactions,
114 * packets. @rcode indicates success or failure of such transmissions.
216 * %FW_CDEV_IOC_FLUSH_ISO, or when there have been so many completed packets
224 * is a multiple of 4 and &header contains timestamps of all packets up until
230 * The headers stripped of all packets up until and including the interrupt
236 * packets received in this interrupt event. The client can now iterate
237 * through the mmap()'ed DMA buffer according to this number of packets and
761 * packets are queued for this entry.
765 * If the @control.SYNC flag is set, the context drops all packets until a
773 * be written to, not even by the next packet. I.e., packets received in
775 * entry has queued multiple packets, the PAYLOAD_LENGTH is divided equally
780 * multiple receive packets is completed when its last packet is completed.
786 * of packets to be placed into the buffer chunk is not known beforehand.
789 * for header, payload, padding, and trailer bytes of one or more packets.
804 * struct fw_cdev_queue_iso - Queue isochronous packets for I/O
805 * @packets: Userspace pointer to an array of &fw_cdev_iso_packet
807 * @size: Size of the @packets array, in bytes
810 * Queue a number of isochronous packets for reception or transmission.
817 * The kernel may or may not queue all packets, but will write back updated
818 * values of the @packets, @data and @size fields, so the ioctl can be
825 __u64 packets;
841 * @sync: Determines the value to wait for for receive packets that have
844 * Determines the tag values for which packets will be accepted.
864 * struct fw_cdev_flush_iso - flush completed iso packets
868 * report any completed packets.
907 * isochronous packets with system time.
1013 * @data[1] needs to be the bitwise inverse of @data[0]. VersaPHY packets
1025 * struct fw_cdev_receive_phy_packets - start reception of PHY packets
1029 * incoming PHY packets from any node on the same bus as the device.