diff options
Diffstat (limited to 'drivers/net/enic/enic_res.h')
-rw-r--r-- | drivers/net/enic/enic_res.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/enic/enic_res.h b/drivers/net/enic/enic_res.h index 68534a29b7ac..7bf272fa859b 100644 --- a/drivers/net/enic/enic_res.h +++ b/drivers/net/enic/enic_res.h | |||
@@ -58,8 +58,6 @@ static inline void enic_queue_wq_desc_ex(struct vnic_wq *wq, | |||
58 | (u16)vlan_tag, | 58 | (u16)vlan_tag, |
59 | 0 /* loopback */); | 59 | 0 /* loopback */); |
60 | 60 | ||
61 | wmb(); | ||
62 | |||
63 | vnic_wq_post(wq, os_buf, dma_addr, len, sop, eop); | 61 | vnic_wq_post(wq, os_buf, dma_addr, len, sop, eop); |
64 | } | 62 | } |
65 | 63 | ||
@@ -127,8 +125,6 @@ static inline void enic_queue_rq_desc(struct vnic_rq *rq, | |||
127 | (u64)dma_addr | VNIC_PADDR_TARGET, | 125 | (u64)dma_addr | VNIC_PADDR_TARGET, |
128 | type, (u16)len); | 126 | type, (u16)len); |
129 | 127 | ||
130 | wmb(); | ||
131 | |||
132 | vnic_rq_post(rq, os_buf, os_buf_index, dma_addr, len); | 128 | vnic_rq_post(rq, os_buf, os_buf_index, dma_addr, len); |
133 | } | 129 | } |
134 | 130 | ||