File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
drivers/net/ethernet/hisilicon/hns3 Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2068,8 +2068,6 @@ static void hns3_tx_push_bd(struct hns3_enet_ring *ring, int num)
2068
2068
__iowrite64_copy (ring -> tqp -> mem_base , desc ,
2069
2069
(sizeof (struct hns3_desc ) * HNS3_MAX_PUSH_BD_NUM ) /
2070
2070
HNS3_BYTES_PER_64BIT );
2071
-
2072
- io_stop_wc ();
2073
2071
}
2074
2072
2075
2073
static void hns3_tx_mem_doorbell (struct hns3_enet_ring * ring )
@@ -2088,8 +2086,6 @@ static void hns3_tx_mem_doorbell(struct hns3_enet_ring *ring)
2088
2086
u64_stats_update_begin (& ring -> syncp );
2089
2087
ring -> stats .tx_mem_doorbell += ring -> pending_buf ;
2090
2088
u64_stats_update_end (& ring -> syncp );
2091
-
2092
- io_stop_wc ();
2093
2089
}
2094
2090
2095
2091
static void hns3_tx_doorbell (struct hns3_enet_ring * ring , int num ,
You can’t perform that action at this time.
0 commit comments