Lines Matching +full:packet +full:- +full:oriented
1 /* SPDX-License-Identifier: GPL-2.0-only */
150 * Represent netvsc packet which contains 1 RNDIS and 1 ethernet frame
154 * place this structure in the skb->cb field.
207 bool link_state; /* 0 - link up, 1 - link down */
228 struct hv_netvsc_packet *packet,
460 * ------------------------------------------------------------
498 * dynamic reconfigurations when the cost of GPA-direct buffers
520 * Therefore, the channel travels with the RNDIS packet.
537 * message cannot use any resources associated with the original RNDIS packet.
861 #define NETVSC_INVALID_INDEX -1
895 /* Maximum # of contiguous data ranges that can make up a trasmitted packet.
896 * Typically it's the max SKB fragments plus 2 for the rndis packet and the
899 * in a GPA direct packet sent to netvsp over VMBus.
952 u32 cnt; /* #fragments in an RSC packet */
953 u32 pktlen; /* Full packet length */
1081 /* Azure hosts don't support non-TCP port numbers in hashing for fragmented
1114 if (pkt_proto & ndc->l4_hash) { in netvsc_get_hash()
1328 /* Packet extension field contents associated with a Data message. */
1625 /* CONDIS Miniport messages for connection oriented devices */
1788 (sizeof(msg) + (sizeof(struct rndis_message) - \
1791 #define RNDIS_HEADER_SIZE (sizeof(struct rndis_message) - \
1820 struct hv_netvsc_packet *packet);