diff options
author | Shmulik Ravid <shmulikr@broadcom.com> | 2011-02-27 05:04:38 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-03-02 21:58:55 -0800 |
commit | dc6ed1df5a5f84e45e77e2acb6fd99b995414956 (patch) | |
tree | 3decaad599f29cb097fc370f1ed92a18fa3596ea /include/net/dcbnl.h | |
parent | eed84713bc47ce2f7d675914f297ad9b6227a587 (diff) |
dcbnl: add support for retrieving peer configuration - cee
This patch adds the support for retrieving the remote or peer DCBX
configuration via dcbnl for embedded DCBX stacks supporting the CEE DCBX
standard.
Signed-off-by: Shmulik Ravid <shmulikr@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/dcbnl.h')
-rw-r--r-- | include/net/dcbnl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/dcbnl.h b/include/net/dcbnl.h index 7b7180e692ef..e5983c9053dc 100644 --- a/include/net/dcbnl.h +++ b/include/net/dcbnl.h @@ -84,6 +84,9 @@ struct dcbnl_rtnl_ops { u16 *); int (*peer_getapptable)(struct net_device *, struct dcb_app *); + /* CEE peer */ + int (*cee_peer_getpg) (struct net_device *, struct cee_pg *); + int (*cee_peer_getpfc) (struct net_device *, struct cee_pfc *); }; #endif /* __NET_DCBNL_H__ */ |