Searched refs:setup_tc (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tcp_custom_syncookie.c | 50 static int setup_tc(struct test_tcp_custom_syncookie *skel) in setup_tc() function 130 if (setup_tc(skel)) in test_tcp_custom_syncookie()
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_app.h | 132 int (*setup_tc)(struct nfp_app *app, struct net_device *netdev, member 317 return app && app->type->setup_tc; in nfp_app_has_tc() 324 if (!app || !app->type->setup_tc) in nfp_app_setup_tc() 326 return app->type->setup_tc(app, netdev, type, type_data); in nfp_app_setup_tc()
|
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | main.c | 544 .setup_tc = nfp_bpf_setup_tc,
|
| /linux/drivers/net/ethernet/netronome/nfp/abm/ |
| H A D | main.c | 551 .setup_tc = nfp_abm_setup_tc,
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_dcb.c | 664 .setup_tc = hclge_setup_tc,
|
| /linux/drivers/net/ethernet/wangxun/ngbe/ |
| H A D | ngbe_main.c | 150 wx->setup_tc = ngbe_setup_tc; in ngbe_sw_init()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hnae3.h | 834 int (*setup_tc)(struct hnae3_handle *handle, member
|
| H A D | hns3_enet.c | 2674 return (kinfo->dcb_ops && kinfo->dcb_ops->setup_tc) ? in hns3_setup_tc() 2675 kinfo->dcb_ops->setup_tc(h, mqprio_qopt) : -EOPNOTSUPP; in hns3_setup_tc()
|
| /linux/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_main.c | 447 wx->setup_tc = txgbe_setup_tc; in txgbe_sw_init()
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | main.c | 1031 .setup_tc = nfp_flower_setup_tc,
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_ethtool.c | 563 return wx->setup_tc(dev, netdev_get_num_tc(dev)); in wx_set_channels()
|
| H A D | wx_type.h | 1413 int (*setup_tc)(struct net_device *netdev, u8 tc); member
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_wed.c | 2791 .setup_tc = mtk_wed_setup_tc, in mtk_wed_add_hw()
|