Lines Matching refs:tc
213 struct tc_to_netdev tc; in fl_hw_destroy_filter() local
221 tc.type = TC_SETUP_CLSFLOWER; in fl_hw_destroy_filter()
222 tc.cls_flower = &offload; in fl_hw_destroy_filter()
224 dev->netdev_ops->ndo_setup_tc(dev, tp->q->handle, tp->protocol, &tc); in fl_hw_destroy_filter()
236 struct tc_to_netdev tc; in fl_hw_replace_filter() local
249 tc.type = TC_SETUP_CLSFLOWER; in fl_hw_replace_filter()
250 tc.cls_flower = &offload; in fl_hw_replace_filter()
253 &tc); in fl_hw_replace_filter()
265 struct tc_to_netdev tc; in fl_hw_update_stats() local
274 tc.type = TC_SETUP_CLSFLOWER; in fl_hw_update_stats()
275 tc.cls_flower = &offload; in fl_hw_update_stats()
277 dev->netdev_ops->ndo_setup_tc(dev, tp->q->handle, tp->protocol, &tc); in fl_hw_update_stats()