Lines Matching defs:packet
85 * WWN packet for Fibre Channel HBA
278 /* Fibre channel address packet */
293 * packet.
380 * Upper bound on the size of a storvsc packet.
872 /* reuse the packet for version range supported */
1250 struct vstor_packet *packet = hv_pkt_data(desc);
1285 * a bogus packet.
1289 * the packet (wwn_packet); however, there is no guarantee
1290 * that the packet is big enough to contain such area.
1291 * Future-proof the code by rejecting such a bogus packet.
1293 if (packet->operation == VSTOR_OPERATION_COMPLETE_IO ||
1294 packet->operation == VSTOR_OPERATION_FCHBA_DATA) {
1295 dev_err(&device->device, "Invalid packet with ID of 0\n");
1311 storvsc_on_receive(stor_device, packet, request);
1315 memcpy(&request->vstor_packet, packet,