diff options
author | Ganesh Goudar <ganeshgr@chelsio.com> | 2018-08-10 12:17:01 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-10 20:26:28 +0300 |
commit | ebddd97afb89cb1e88cc037aef2913ad4723a59f (patch) | |
tree | 0ec6be0ef98d1cc6bfa1d0955a6e687be422f706 /drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | |
parent | e4ed2b9eff1dcc4ed7a85fa1e63f86b471215416 (diff) | |
download | linux-ebddd97afb89cb1e88cc037aef2913ad4723a59f.tar.xz |
cxgb4: add support to display DCB info
display Data Center bridging information in debug
fs.
Signed-off-by: Casey Leedom <leedom@chelsio.com>
Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cxgb4.h')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h index 3da9299cd786..76d16747f513 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h @@ -1853,4 +1853,5 @@ void cxgb4_write_sgl(const struct sk_buff *skb, struct sge_txq *q, void cxgb4_ring_tx_db(struct adapter *adap, struct sge_txq *q, int n); int t4_set_vlan_acl(struct adapter *adap, unsigned int mbox, unsigned int vf, u16 vlan); +int cxgb4_dcb_enabled(const struct net_device *dev); #endif /* __CXGB4_H__ */ |