Home
last modified time | relevance | path

Searched hist:"7 f883c774e1bad34d5474d8a74989336631ce178" (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.cdiff 7f883c774e1bad34d5474d8a74989336631ce178 Sun Mar 25 09:39:18 CDT 2018 Sinan Kaya <okaya@codeaurora.org> bnx2x: Eliminate duplicate barriers on weakly-ordered archs

Code includes wmb() followed by writel(). writel() already has a
barrier on some architectures like arm64.

This ends up CPU observing two barriers back to back before executing
the register write.

Since code already has an explicit barrier call, changing writel() to
writel_relaxed().

Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dbnx2x_cmn.hdiff 7f883c774e1bad34d5474d8a74989336631ce178 Sun Mar 25 09:39:18 CDT 2018 Sinan Kaya <okaya@codeaurora.org> bnx2x: Eliminate duplicate barriers on weakly-ordered archs

Code includes wmb() followed by writel(). writel() already has a
barrier on some architectures like arm64.

This ends up CPU observing two barriers back to back before executing
the register write.

Since code already has an explicit barrier call, changing writel() to
writel_relaxed().

Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dbnx2x_ethtool.cdiff 7f883c774e1bad34d5474d8a74989336631ce178 Sun Mar 25 09:39:18 CDT 2018 Sinan Kaya <okaya@codeaurora.org> bnx2x: Eliminate duplicate barriers on weakly-ordered archs

Code includes wmb() followed by writel(). writel() already has a
barrier on some architectures like arm64.

This ends up CPU observing two barriers back to back before executing
the register write.

Since code already has an explicit barrier call, changing writel() to
writel_relaxed().

Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dbnx2x.hdiff 7f883c774e1bad34d5474d8a74989336631ce178 Sun Mar 25 09:39:18 CDT 2018 Sinan Kaya <okaya@codeaurora.org> bnx2x: Eliminate duplicate barriers on weakly-ordered archs

Code includes wmb() followed by writel(). writel() already has a
barrier on some architectures like arm64.

This ends up CPU observing two barriers back to back before executing
the register write.

Since code already has an explicit barrier call, changing writel() to
writel_relaxed().

Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dbnx2x_cmn.cdiff 7f883c774e1bad34d5474d8a74989336631ce178 Sun Mar 25 09:39:18 CDT 2018 Sinan Kaya <okaya@codeaurora.org> bnx2x: Eliminate duplicate barriers on weakly-ordered archs

Code includes wmb() followed by writel(). writel() already has a
barrier on some architectures like arm64.

This ends up CPU observing two barriers back to back before executing
the register write.

Since code already has an explicit barrier call, changing writel() to
writel_relaxed().

Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dbnx2x_main.cdiff 7f883c774e1bad34d5474d8a74989336631ce178 Sun Mar 25 09:39:18 CDT 2018 Sinan Kaya <okaya@codeaurora.org> bnx2x: Eliminate duplicate barriers on weakly-ordered archs

Code includes wmb() followed by writel(). writel() already has a
barrier on some architectures like arm64.

This ends up CPU observing two barriers back to back before executing
the register write.

Since code already has an explicit barrier call, changing writel() to
writel_relaxed().

Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>