Lines Matching defs:hv_netvsc_packet
128 struct hv_netvsc_packet { struct
130 u32 status;
132 bool is_data_pkt;
133 bool xmit_more; /* from skb */
134 bool cp_partial; /* partial copy into send buffer */
136 u16 vlan_tci;
138 u16 q_idx;
139 struct vmbus_channel *channel;
141 u64 send_completion_tid;
142 void *send_completion_ctx;
143 void (*send_completion)(void *context);
145 u32 send_buf_index;
148 struct rndis_message *rndis_msg;
150 u32 rmsg_size; /* RNDIS header and PPI size */
151 u32 rmsg_pgcnt; /* page count of RNDIS header and PPI */
153 u32 total_data_buflen;
155 void *data;
156 u32 page_buf_cnt;
157 struct hv_page_buffer *page_buf;