Lines Matching +full:packet +full:- +full:oriented
1 /* SPDX-License-Identifier: GPL-2.0-only */
113 * Represent netvsc packet which contains 1 RNDIS and 1 ethernet frame
117 * place this structure in the skb->cb field.
170 bool link_state; /* 0 - link up, 1 - link down */
191 struct hv_netvsc_packet *packet,
419 * ------------------------------------------------------------
457 * dynamic reconfigurations when the cost of GPA-direct buffers
479 * Therefore, the channel travels with the RNDIS packet.
496 * message cannot use any resources associated with the original RNDIS packet.
820 #define NETVSC_INVALID_INDEX -1
878 u32 cnt; /* #fragments in an RSC packet */
879 u32 pktlen; /* Full packet length */
1180 /* Packet extension field contents associated with a Data message. */
1515 /* CONDIS Miniport messages for connection oriented devices */
1678 (sizeof(msg) + (sizeof(struct rndis_message) - \
1681 #define RNDIS_HEADER_SIZE (sizeof(struct rndis_message) - \