Home
last modified time | relevance | path

Searched refs:classid (Results 51 – 73 of 73) sorted by relevance

123

/openbmc/linux/net/sched/
H A Dsch_mqprio.c624 static unsigned long mqprio_find(struct Qdisc *sch, u32 classid) in mqprio_find() argument
627 unsigned int ntx = TC_H_MIN(classid); in mqprio_find()
H A Dsch_cake.c1683 if (TC_H_MIN(res.classid) <= CAKE_QUEUES) in cake_classify()
1684 flow = TC_H_MIN(res.classid); in cake_classify()
1685 if (TC_H_MAJ(res.classid) <= (CAKE_QUEUES << 16)) in cake_classify()
1686 host = TC_H_MAJ(res.classid) >> 16; in cake_classify()
2951 static unsigned long cake_find(struct Qdisc *sch, u32 classid) in cake_find() argument
2957 u32 classid) in cake_bind() argument
H A Dsch_cbs.c515 static unsigned long cbs_find(struct Qdisc *sch, u32 classid) in cbs_find() argument
H A Dsch_tbf.c576 static unsigned long tbf_find(struct Qdisc *sch, u32 classid) in tbf_find() argument
H A Dsch_red.c516 static unsigned long red_find(struct Qdisc *sch, u32 classid) in red_find() argument
H A Dcls_api.c2119 static bool is_qdisc_ingress(__u32 classid) in is_qdisc_ingress() argument
2121 return (TC_H_MIN(classid) == TC_H_MIN(TC_H_MIN_INGRESS)); in is_qdisc_ingress()
2214 block->classid = parent; in tc_new_tfilter()
2793 parent = block->classid; in tc_dump_tfilter()
H A Dsch_taprio.c2463 static unsigned long taprio_find(struct Qdisc *sch, u32 classid) in taprio_find() argument
2465 unsigned int ntx = TC_H_MIN(classid); in taprio_find()
H A Dsch_netem.c1261 static unsigned long netem_find(struct Qdisc *sch, u32 classid) in netem_find() argument
/openbmc/linux/net/netfilter/
H A Dnfnetlink_queue.c312 u32 classid = sock_cgroup_classid(&sk->sk_cgrp_data); in nfqnl_put_sk_classid() local
314 if (classid && nla_put_be32(skb, NFQA_CGROUP_CLASSID, htonl(classid))) in nfqnl_put_sk_classid()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c668 int tc = tc_classid_to_hwtc(priv->dev, cls->classid); in tc_add_vlan_flow()
739 int tc = tc_classid_to_hwtc(priv->dev, cls->classid); in tc_add_ethtype_flow()
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c1724 QemuUUID classid = qemu_uuid_bswap(vdc->classid); in send_offer() local
1736 memcpy(msg.type_uuid, &classid, sizeof(classid)); in send_offer()
H A Dhv-balloon.c1752 qemu_uuid_parse(HV_BALLOON_GUID, &vdc->classid); in hv_balloon_class_init()
/openbmc/linux/include/net/
H A Dflow_offload.h608 u32 classid; member
/openbmc/linux/net/
H A DKconfig323 bool "Network classid cgroup"
327 Cgroup subsystem for use as general purpose socket classid marker that is
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c2081 u16 classid; in otx2_qos_select_htb_queue() local
2084 classid = TC_H_MIN(skb->priority); in otx2_qos_select_htb_queue()
2086 classid = READ_ONCE(pf->qos.defcls); in otx2_qos_select_htb_queue()
2088 if (!classid) in otx2_qos_select_htb_queue()
2091 return otx2_get_txq_by_classid(pf, classid); in otx2_qos_select_htb_queue()
H A Dotx2_common.h1125 int otx2_get_txq_by_classid(struct otx2_nic *pfvf, u16 classid);
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c1744 int tc = tc_classid_to_hwtc(vsi->netdev, cls_flower->classid); in ice_handle_tclass_action()
1831 if (cls_flower->classid) in ice_parse_tc_flower_actions()
/openbmc/linux/tools/testing/selftests/net/
H A Drtnetlink.sh181 tc class add dev "$dev" parent 1: classid 1:10 htb rate 1mbit
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4027 int tc = tc_classid_to_hwtc(adapter->netdev, cls_flower->classid); in iavf_configure_clsflower()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c2621 int tc = tc_classid_to_hwtc(priv->netdev, flow->classid); in hns3_setup_tc_cls_flower()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c2698 tc = tc_classid_to_hwtc(adapter->netdev, cls_flower->classid); in igb_configure_clsflower()
/openbmc/linux/net/core/
H A Ddev.c3967 skb->tc_index = TC_H_MIN(res.classid); in tc_run()
/openbmc/openbmc-tools/rootfs_size/
H A Dresults.txt2930 0: /etc/libnl/classid

123