Lines Matching defs:packet
100 /* DMA packet done, buffer 0 and 1 */
115 /* SRB current packet level */
143 /* Request status packet */
194 /* Error packet enable */
198 /* Acknowledgment packet type */
211 /* Kvaser KCAN packet types */
222 /* Kvaser KCAN packet common definitions */
569 /* Use ACK packet type */
781 struct kvaser_pciefd_tx_packet packet;
788 nwords = kvaser_pciefd_prepare_tx_packet(&packet, can, skb);
799 iowrite32(packet.header[0],
801 iowrite32(packet.header[1],
805 u32 data_last = ((u32 *)packet.data)[nwords - 1];
809 KVASER_PCIEFD_KCAN_FIFO_REG, packet.data,
1096 /* Drop current packet in FIFO */
1447 /* Reset detected, send end of flush if no packet are in FIFO */
1484 /* If this is the last flushed packet, send end of flush */
1547 /* Ignore control packet ACK */
1601 struct kvaser_pciefd_rx_packet packet;
1602 struct kvaser_pciefd_rx_packet *p = &packet;
1659 "Received unexpected packet type 0x%08X\n", type);
1663 dev_err(&pcie->pci->dev, "Unknown packet type 0x%08X\n", type);
1672 * corrupted packet size?
1677 /* Point to the next packet header, if any */