Lines Matching defs:dev
51 static int cxgb4_matchall_egress_validate(struct net_device *dev, in cxgb4_matchall_egress_validate()
124 static int cxgb4_matchall_tc_bind_queues(struct net_device *dev, u32 tc) in cxgb4_matchall_tc_bind_queues()
151 static void cxgb4_matchall_tc_unbind_queues(struct net_device *dev) in cxgb4_matchall_tc_unbind_queues()
164 static int cxgb4_matchall_alloc_tc(struct net_device *dev, in cxgb4_matchall_alloc_tc()
224 static void cxgb4_matchall_free_tc(struct net_device *dev) in cxgb4_matchall_free_tc()
239 static int cxgb4_matchall_mirror_alloc(struct net_device *dev, in cxgb4_matchall_mirror_alloc()
268 static void cxgb4_matchall_mirror_free(struct net_device *dev) in cxgb4_matchall_mirror_free()
282 static int cxgb4_matchall_del_filter(struct net_device *dev, u8 filter_type) in cxgb4_matchall_del_filter()
299 static int cxgb4_matchall_add_filter(struct net_device *dev, in cxgb4_matchall_add_filter()
347 static int cxgb4_matchall_alloc_filter(struct net_device *dev, in cxgb4_matchall_alloc_filter()
378 static int cxgb4_matchall_free_filter(struct net_device *dev) in cxgb4_matchall_free_filter()
403 int cxgb4_tc_matchall_replace(struct net_device *dev, in cxgb4_tc_matchall_replace()
444 int cxgb4_tc_matchall_destroy(struct net_device *dev, in cxgb4_tc_matchall_destroy()
472 int cxgb4_tc_matchall_stats(struct net_device *dev, in cxgb4_tc_matchall_stats()
514 static void cxgb4_matchall_disable_offload(struct net_device *dev) in cxgb4_matchall_disable_offload()
562 struct net_device *dev = adap->port[i]; in cxgb4_cleanup_tc_matchall() local