Lines Matching defs:packet
188 /* This is our task struct. It's used for the packet complete callback. */
733 dev_err(&dev->netdev->dev, "incoming packet failure\n");
761 struct fw_iso_packet packet;
794 packet.payload_length = dev->rcv_buffer_size;
795 packet.interrupt = 1;
796 packet.skip = 0;
797 packet.tag = 3;
798 packet.sy = 0;
799 packet.header_length = IEEE1394_GASP_HDR_SIZE;
803 retval = fw_iso_context_queue(dev->broadcast_rcv_context, &packet,
867 "outstanding packet %x lf %x, header %x,%x\n",
1118 struct fw_iso_packet packet;
1162 packet.payload_length = max_receive;
1163 packet.interrupt = 1;
1164 packet.skip = 0;
1165 packet.tag = 3;
1166 packet.sy = 0;
1167 packet.header_length = IEEE1394_GASP_HDR_SIZE;
1171 retval = fw_iso_context_queue(context, &packet,
1288 * Set the transmission type for the packet. ARP packets and IP
1324 /* Does it all fit in one packet? */