diff options
author | Anish Bhatt <anish@chelsio.com> | 2014-07-17 00:18:16 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-17 16:06:03 -0700 |
commit | a3e3b2857d35988819bc396c012c53898b8223e6 (patch) | |
tree | a6554561feb69e63a7977f19046416aa47d1dfe3 /drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h | |
parent | 3ded29ace767a626d07c14fbdf9586dc0e520636 (diff) | |
download | talos-obmc-linux-a3e3b2857d35988819bc396c012c53898b8223e6.tar.gz talos-obmc-linux-a3e3b2857d35988819bc396c012c53898b8223e6.zip |
cxgb4: Export symbols required by cxgb4i for ipv6 support and required defines
Signed-off-by: Anish Bhatt <anish@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h index 79a84de1d204..1366ba620c87 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h @@ -172,6 +172,10 @@ int cxgb4_create_server_filter(const struct net_device *dev, unsigned int stid, unsigned char port, unsigned char mask); int cxgb4_remove_server_filter(const struct net_device *dev, unsigned int stid, unsigned int queue, bool ipv6); +int cxgb4_clip_get(const struct net_device *dev, const struct in6_addr *lip); +int cxgb4_clip_release(const struct net_device *dev, + const struct in6_addr *lip); + static inline void set_wr_txq(struct sk_buff *skb, int prio, int queue) { skb_set_queue_mapping(skb, (queue << 1) | prio); |