Lines Matching defs:pkg
393 const struct thunderbolt_ip_login *pkg = buf;
403 if (!uuid_equal(&pkg->hdr.initiator_uuid, net->xd->remote_uuid))
405 if (!uuid_equal(&pkg->hdr.target_uuid, net->xd->local_uuid))
408 route = ((u64)pkg->hdr.route_hi << 32) | pkg->hdr.route_lo;
413 sequence = pkg->hdr.length_sn & TBIP_HDR_SN_MASK;
415 command_id = pkg->hdr.command_id;
417 switch (pkg->hdr.type) {
423 pkg->hdr.command_id);
427 net->transmit_path = pkg->transmit_path;