aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h4
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,
172 unsigned char port, unsigned char mask); 172 unsigned char port, unsigned char mask);
173int cxgb4_remove_server_filter(const struct net_device *dev, unsigned int stid, 173int cxgb4_remove_server_filter(const struct net_device *dev, unsigned int stid,
174 unsigned int queue, bool ipv6); 174 unsigned int queue, bool ipv6);
175int cxgb4_clip_get(const struct net_device *dev, const struct in6_addr *lip);
176int cxgb4_clip_release(const struct net_device *dev,
177 const struct in6_addr *lip);
178
175static inline void set_wr_txq(struct sk_buff *skb, int prio, int queue) 179static inline void set_wr_txq(struct sk_buff *skb, int prio, int queue)
176{ 180{
177 skb_set_queue_mapping(skb, (queue << 1) | prio); 181 skb_set_queue_mapping(skb, (queue << 1) | prio);