Lines Matching defs:packet
264 /* The saved address of a sent-in-place packet/buffer, for skfree(). */
974 unsigned char *packet; /* source packet data */
1011 packet = skb->data;
1019 *packet++ = dev->dev_addr[i];
1021 *packet++ = dev->dev_addr[i];
1023 *packet++ = 0x08;
1024 *packet++ = 0x06;
1025 /* packet number */
1026 *packet++ = x;
1027 /* fill packet with data */
1029 *packet++ = i;
1090 packet = lp->tx_skbuff[x]->data;
1092 if (*(skb->data + i) != packet[i]) {
1095 i, *(skb->data + i), packet[i]);
1180 * buffers it's possible for a jabber packet to use two
1184 dev->stats.rx_errors++; /* end of a packet. */
1200 netif_err(lp, drv, dev, "Impossible packet size %d!\n",
1206 netif_err(lp, rx_err, dev, "Runt packet!\n");
1217 * map the new buffer, if mapping fails, drop the packet and
1278 /* If we own the next entry, it's a new packet. Send it up. */
1702 * starting until the packet is loaded. Strike one for reliability, lose
1704 * have FIFO's smaller than a packet, so you can't do this.
2302 * DOS packet driver after a warm reboot
2634 * DOS packet driver after a warm reboot