Lines Matching defs:packet
102 /* DMA packet done, buffer 0 and 1 */
111 /* SRB current packet level */
117 /* KCAN CTRL packet types */
128 /* Request status packet */
154 /* Tx FIFO current packet level */
157 /* Current status packet sequence number */
182 /* Acknowledgment packet type */
186 /* Error packet enable */
203 /* KCAN packet type IDs */
214 /* Common KCAN packet definitions, second word */
219 /* KCAN Transmit/Receive data packet, first word */
223 /* KCAN Transmit data packet, second word */
226 /* KCAN Transmit/Receive data packet, second word */
232 /* KCAN Transmit acknowledge packet, first word */
238 /* KCAN Status packet, first word */
245 /* KCAN Status packet, second word */
250 /* KCAN Error detected packet, second word */
552 /* Use ACK packet type */
756 struct kvaser_pciefd_tx_packet packet;
763 nr_words = kvaser_pciefd_prepare_tx_packet(&packet, can, skb);
773 iowrite32(packet.header[0],
775 iowrite32(packet.header[1],
779 u32 data_last = ((u32 *)packet.data)[nr_words - 1];
783 KVASER_PCIEFD_KCAN_FIFO_REG, packet.data,
1071 /* Drop current packet in FIFO */
1370 /* Reset detected, send end of flush if no packet are in FIFO */
1434 /* Ignore control packet ACK */
1492 struct kvaser_pciefd_rx_packet packet;
1493 struct kvaser_pciefd_rx_packet *p = &packet;
1547 "Received unexpected packet type 0x%08X\n", type);
1551 dev_err(&pcie->pci->dev, "Unknown packet type 0x%08X\n", type);
1560 * corrupted packet size?
1565 /* Point to the next packet header, if any */