Lines Matching defs:packet
264 /* The saved address of a sent-in-place packet/buffer, for skfree(). */
978 unsigned char *packet; /* source packet data */
1015 packet = skb->data;
1023 *packet++ = dev->dev_addr[i];
1025 *packet++ = dev->dev_addr[i];
1027 *packet++ = 0x08;
1028 *packet++ = 0x06;
1029 /* packet number */
1030 *packet++ = x;
1031 /* fill packet with data */
1033 *packet++ = i;
1094 packet = lp->tx_skbuff[x]->data;
1096 if (*(skb->data + i) != packet[i]) {
1099 i, *(skb->data + i), packet[i]);
1184 * buffers it's possible for a jabber packet to use two
1188 dev->stats.rx_errors++; /* end of a packet. */
1204 netif_err(lp, drv, dev, "Impossible packet size %d!\n",
1210 netif_err(lp, rx_err, dev, "Runt packet!\n");
1221 * map the new buffer, if mapping fails, drop the packet and
1282 /* If we own the next entry, it's a new packet. Send it up. */
1707 * starting until the packet is loaded. Strike one for reliability, lose
1709 * have FIFO's smaller than a packet, so you can't do this.
2312 * DOS packet driver after a warm reboot
2644 * DOS packet driver after a warm reboot