Searched defs:hv_netvsc_packet (Results 1 – 1 of 1) sorted by relevance
128 struct hv_netvsc_packet { struct130 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;[all …]