Lines Matching defs:packet
188 /* This is our task struct. It's used for the packet complete callback. */
711 // Although the response to the broadcast packet is not necessarily required, the
722 dev_err(&dev->netdev->dev, "incoming packet failure\n");
751 struct fw_iso_packet packet;
784 packet.payload_length = dev->rcv_buffer_size;
785 packet.interrupt = 1;
786 packet.skip = 0;
787 packet.tag = 3;
788 packet.sy = 0;
789 packet.header_length = IEEE1394_GASP_HDR_SIZE;
793 retval = fw_iso_context_queue(dev->broadcast_rcv_context, &packet,
857 "outstanding packet %x lf %x, header %x,%x\n",
1108 struct fw_iso_packet packet;
1152 packet.payload_length = max_receive;
1153 packet.interrupt = 1;
1154 packet.skip = 0;
1155 packet.tag = 3;
1156 packet.sy = 0;
1157 packet.header_length = IEEE1394_GASP_HDR_SIZE;
1161 retval = fw_iso_context_queue(context, &packet,
1278 * Set the transmission type for the packet. ARP packets and IP
1314 /* Does it all fit in one packet? */