diff options
author | Sucheta Chakraborty <sucheta.chakraborty@qlogic.com> | 2013-08-23 21:38:28 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-08-27 23:21:14 +0400 |
commit | 48365e4852759c4a3710490b0d647aac1321e8c9 (patch) | |
tree | ec1ce4a4b8c5b43b7820f5ae1c02c68397217cef /drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h | |
parent | 2d8ebcab86051f2cd7f207edb513995348b78213 (diff) | |
download | linux-48365e4852759c4a3710490b0d647aac1321e8c9.tar.xz |
qlcnic: dcb: Add support for CEE Netlink interface.
o Adapter and driver supports only CEE dcbnl ops. Only GET callbacks
within dcbnl ops are supported currently.
Signed-off-by: Sucheta Chakraborty <sucheta.chakraborty@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h')
-rw-r--r-- | drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h index 6961dac086de..b87ce9fb503e 100644 --- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h +++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h @@ -18,6 +18,7 @@ static inline int __qlcnic_register_dcb(struct qlcnic_adapter *adapter) #endif struct qlcnic_dcb_ops { + void (*init_dcbnl_ops) (struct qlcnic_adapter *); void (*free) (struct qlcnic_adapter *); int (*attach) (struct qlcnic_adapter *); int (*query_hw_capability) (struct qlcnic_adapter *, char *); |