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.
220 * is a multiple of 4 and &header contains timestamps of all packets up until
226 * The headers stripped of all packets up until and including the interrupt
232 * packets received in this interrupt event. The client can now iterate
233 * through the mmap()'ed DMA buffer according to this number of packets and
751 * packets are queued for this entry.
755 * If the @control.SYNC flag is set, the context drops all packets until a
763 * be written to, not even by the next packet. I.e., packets received in
765 * entry has queued multiple packets, the PAYLOAD_LENGTH is divided equally
770 * multiple receive packets is completed when its last packet is completed.
776 * of packets to be placed into the buffer chunk is not known beforehand.
779 * for header, payload, padding, and trailer bytes of one or more packets.
794 * struct fw_cdev_queue_iso - Queue isochronous packets for I/O
795 * @packets: Userspace pointer to an array of &fw_cdev_iso_packet
797 * @size: Size of the @packets array, in bytes
800 * Queue a number of isochronous packets for reception or transmission.
807 * The kernel may or may not queue all packets, but will write back updated
808 * values of the @packets, @data and @size fields, so the ioctl can be
815 __u64 packets;
831 * @sync: Determines the value to wait for for receive packets that have
834 * Determines the tag values for which packets will be accepted.
878 * isochronous packets with system time.
984 * @data[1] needs to be the bitwise inverse of @data[0]. VersaPHY packets
996 * struct fw_cdev_receive_phy_packets - start reception of PHY packets
1000 * incoming PHY packets from any node on the same bus as the device.