Lines Matching refs:packet
1704 /* Initialize tx/rx rings for packet processing.
2994 /* return true if there's an ethernet packet ready to read */
2995 /* nic->packet should contain data on return */
3016 memcpy(nic->packet, bus_to_virt(desc->addr_lo), len);
3056 unsigned int type, unsigned int size, const char *packet)
3066 /* send the packet to destination */
3072 /* Wait until there is a free packet frame */
3091 /* Copy the packet to the our local buffer */
3096 memcpy(&frame[frame_idx].data, packet, size);
3205 * on descriptor entries, anything which isn't packet data.