diff options
author | Dmitry Kravkov <dmitry@broadcom.com> | 2011-06-14 01:33:57 +0000 |
---|---|---|
committer | David S. Miller <davem@conan.davemloft.net> | 2011-06-15 10:56:56 -0400 |
commit | ef01854e24035a0b17ebeb98b05cfee2c8b36e02 (patch) | |
tree | 82ceb97f966fb46f95a3753af431d73d8118a39f /drivers/net/bnx2x/bnx2x_dcb.h | |
parent | c9ee92062424375fe6e73c4af5d52df289ccf9eb (diff) | |
download | talos-op-linux-ef01854e24035a0b17ebeb98b05cfee2c8b36e02.tar.gz talos-op-linux-ef01854e24035a0b17ebeb98b05cfee2c8b36e02.zip |
bnx2x: update DCB data during PMF migration
Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: Vladislav Zolotarov <vladz@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@conan.davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x/bnx2x_dcb.h')
-rw-r--r-- | drivers/net/bnx2x/bnx2x_dcb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2x/bnx2x_dcb.h b/drivers/net/bnx2x/bnx2x_dcb.h index 7887834cd65c..b3a655ff2bac 100644 --- a/drivers/net/bnx2x/bnx2x_dcb.h +++ b/drivers/net/bnx2x/bnx2x_dcb.h @@ -184,7 +184,7 @@ enum { }; void bnx2x_dcbx_set_params(struct bnx2x *bp, u32 state); - +void bnx2x_dcbx_pmf_update(struct bnx2x *bp); /* DCB netlink */ #ifdef BCM_DCBNL extern const struct dcbnl_rtnl_ops bnx2x_dcbnl_ops; |