提交 074c2fe5 编写于 作者: K KY Srinivasan 提交者: David S. Miller

hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet

Eliminate send_completion_ctx from struct hv_netvsc_packet.
Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: NHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 09215ef5
......@@ -146,7 +146,6 @@ struct hv_netvsc_packet {
u64 send_completion_tid;
void *send_completion_ctx;
struct hv_page_buffer *page_buf;
};
......
......@@ -653,8 +653,7 @@ static void netvsc_send_completion(struct netvsc_device *net_device,
netvsc_free_send_slot(net_device, send_index);
q_idx = nvsc_packet->q_idx;
channel = incoming_channel;
netvsc_xmit_completion(nvsc_packet->
send_completion_ctx);
netvsc_xmit_completion(nvsc_packet);
}
num_outstanding_sends =
......
......@@ -490,7 +490,6 @@ static int netvsc_start_xmit(struct sk_buff *skb, struct net_device *net)
/* Set the completion routine */
packet->completion_func = 1;
packet->send_completion_ctx = packet;
packet->send_completion_tid = (unsigned long)skb;
isvlan = packet->vlan_tci & VLAN_TAG_PRESENT;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册