summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
diff options
context:
space:
mode:
authorTimur Tabi2017-02-06 22:34:52 +0100
committerDavid S. Miller2017-02-07 19:18:52 +0100
commitb44700e975848a9a569a509244672ff886ec99b3 (patch)
tree5256b21e1e93e0040b90fbf0bfb591a7b68085ce /drivers/net/ethernet/broadcom/bnxt/bnxt.c
parentMerge branch 'replace-dst_confirm' (diff)
downloadkernel-qcow2-linux-b44700e975848a9a569a509244672ff886ec99b3.tar.gz
kernel-qcow2-linux-b44700e975848a9a569a509244672ff886ec99b3.tar.xz
kernel-qcow2-linux-b44700e975848a9a569a509244672ff886ec99b3.zip
net: qcom/emac: add ethool support for setting pause parameters
To support setting the pause parameters, the driver can no longer just mirror the PHY. The set_pauseparam feature allows the driver to force the setting in the MAC, regardless of how the PHY is configured. This means that we now need to maintain an internal state for pause frame support, and so get_pauseparam also needs to be updated. If the interface is already running when the setting is changed, then the interface is reset. Note that if the MAC is configured to enable RX pause frame support (i.e. it transmits pause frames to throttle the other end), but the PHY is configured to block those frames, then the feature will not work. Also some buffer size initialization code into emac_init_adapter(), so that it lives with similar code, including the initializtion of pause frame support. Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom/bnxt/bnxt.c')
0 files changed, 0 insertions, 0 deletions