diff options
author | Anish Bhatt <anish@chelsio.com> | 2015-01-15 02:17:34 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-16 02:59:46 +0300 |
commit | b5a02f503caa0837b64907468359b075990afcce (patch) | |
tree | cd502adf273b9e6c8140cbe9685185a9833b0b5c /drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | |
parent | 5055c371bfd53fd369b895051b541318c2bad495 (diff) | |
download | linux-b5a02f503caa0837b64907468359b075990afcce.tar.xz |
cxgb4 : Update ipv6 address handling api
This patch improves on previously added support for ipv6 addresses. The code
is consolidated to a single file and adds an api for use by dependent upper
level drivers such as cxgb4i/iw_cxgb4 etc.
Signed-off-by: Anish Bhatt <anish@chelsio.com>
Signed-off-by: Deepak Singh <deepak.s@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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h index 7c785b5e7757..e468f920892f 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h @@ -668,6 +668,9 @@ struct adapter { unsigned int l2t_start; unsigned int l2t_end; struct l2t_data *l2t; + unsigned int clipt_start; + unsigned int clipt_end; + struct clip_tbl *clipt; void *uld_handle[CXGB4_ULD_MAX]; struct list_head list_node; struct list_head rcu_node; |