Lines Matching defs:packet
768 Paul Gortmaker : update packet statistics for v2.1.x
797 Write the COUNT bytes of BUF to the packet buffer at START_PAGE. The
801 subsequent read, it will be of the rest of the packet.
803 Read COUNT bytes from the packet buffer into the skb data area. Start
827 * a page register that controls bank and packet buffer access. We guard
947 * axnet_start_xmit - begin packet transmission
948 * @skb: packet to be sent
949 * @dev: network device to which packet is sent
951 * Sends a packet to an 8390 network device.
961 u8 packet[ETH_ZLEN];
988 * card, leaving a substantial gap between each transmitted packet.
1028 * Okay, now upload the packet and trigger a send if the transmitter
1036 memset(packet, 0, ETH_ZLEN);
1037 skb_copy_from_linear_data(skb, packet, skb->len);
1038 ei_block_output(dev, length, packet, output_page);
1154 /* Got a good (?) packet. */
1157 /* Push the next to-transmit packet through. */
1204 * letting the failed packet sit and collect dust in the Tx buffer. This
1248 * packet to be sent. Called with lock held.
1334 * We have a good packet(s), get it/them out of the buffers.
1351 /* Get the rx page (incoming packet pointer). */
1385 "bogus packet size: %d, status=%#2x nxpg=%#2x\n",
1420 "bogus packet: status=%#2x nxpg=%#2x size=%d\n",
1509 * Leave loopback mode, and resend any packet that got stopped.