summaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x/bnx2x_cmn.h
diff options
context:
space:
mode:
authorVladislav Zolotarov2010-12-13 06:44:18 +0100
committerDavid S. Miller2010-12-16 22:15:55 +0100
commite4901dde12d92b70dd13fa8b3bbc9df7a6129aab (patch)
treeda436a7a43cf5f212485cc9691592d90e01478db /drivers/net/bnx2x/bnx2x_cmn.h
parentbnx2x: add a select queue callback (diff)
downloadkernel-qcow2-linux-e4901dde12d92b70dd13fa8b3bbc9df7a6129aab.tar.gz
kernel-qcow2-linux-e4901dde12d92b70dd13fa8b3bbc9df7a6129aab.tar.xz
kernel-qcow2-linux-e4901dde12d92b70dd13fa8b3bbc9df7a6129aab.zip
bnx2x: add DCB support
Adding DCB initialization and handling on 57712 FW/HW Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: Shmulik Ravid-Rabinovitz <shmulikr@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x/bnx2x_cmn.h')
-rw-r--r--drivers/net/bnx2x/bnx2x_cmn.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/bnx2x/bnx2x_cmn.h b/drivers/net/bnx2x/bnx2x_cmn.h
index 258f0c04716b..03eb4d68e6bb 100644
--- a/drivers/net/bnx2x/bnx2x_cmn.h
+++ b/drivers/net/bnx2x/bnx2x_cmn.h
@@ -324,6 +324,13 @@ int bnx2x_func_start(struct bnx2x *bp);
void bnx2x_ilt_set_info(struct bnx2x *bp);
/**
+ * Inintialize dcbx protocol
+ *
+ * @param bp
+ */
+void bnx2x_dcbx_init(struct bnx2x *bp);
+
+/**
* Set power state to the requested value. Currently only D0 and
* D3hot are supported.
*