Searched refs:priomap (Results 1 – 20 of 20) sorted by relevance
/linux/net/core/ |
A D | netprio_cgroup.c | 47 old = rtnl_dereference(dev->priomap); in extend_netdev_table() 59 sizeof(new->priomap[0]); in extend_netdev_table() 74 memcpy(new->priomap, old->priomap, in extend_netdev_table() 75 old->priomap_len * sizeof(old->priomap[0])); in extend_netdev_table() 80 rcu_assign_pointer(dev->priomap, new); in extend_netdev_table() 99 return map->priomap[id]; in netprio_prio() 120 map = rtnl_dereference(dev->priomap); in netprio_set_prio() 128 map = rtnl_dereference(dev->priomap); in netprio_set_prio() 129 map->priomap[id] = prio; in netprio_set_prio() 277 old = rtnl_dereference(dev->priomap); in netprio_device_event() [all …]
|
A D | dev.c | 3896 map = rcu_dereference_bh(skb->dev->priomap); in skb_update_prio() 3906 skb->priority = map->priomap[prioidx]; in skb_update_prio()
|
/linux/tools/testing/selftests/net/forwarding/ |
A D | sch_ets_core.sh | 108 local priomap=$1; shift 116 priomap $priomap 124 local priomap=$1; shift 137 for band in $priomap; do
|
A D | sch_tbf_etsprio.sh | 32 tc qdisc add dev $swp2 root handle 10: $QDISC 3 priomap 2 1 0 46 $QDISC 3 priomap 2 1 0
|
A D | sch_ets_tests.sh | 153 local priomap=$(seq 0 $((nstreams - 1))) 165 ets_change_qdisc $dev $nstrict "$priomap" ${quanta[@]}
|
A D | skbedit_priority.sh | 66 prio bands 8 priomap 7 6 5 4 3 2 1 0
|
/linux/net/sched/ |
A D | sch_ets.c | 126 memcpy(&qopt.replace_params.priomap, in ets_offload_change() 508 unsigned int nbands, u8 *priomap, in ets_qdisc_priomap_parse() argument 535 priomap[prio++] = band; in ets_qdisc_priomap_parse() 591 u8 priomap[TC_PRIO_MAX + 1]; in ets_qdisc_change() local 616 memset(priomap, nbands - 1, sizeof(priomap)); in ets_qdisc_change() 628 nbands, priomap, extack); in ets_qdisc_change() 674 memcpy(q->prio2band, priomap, sizeof(priomap)); in ets_qdisc_change()
|
A D | sch_prio.c | 156 memcpy(&opt.replace_params.priomap, qopt->priomap, in prio_offload() 194 if (qopt->priomap[i] >= qopt->bands) in prio_tune() 213 memcpy(q->prio2band, qopt->priomap, TC_PRIO_MAX+1); in prio_tune() 272 memcpy(&opt.priomap, q->prio2band, TC_PRIO_MAX + 1); in prio_dump()
|
A D | sch_generic.c | 781 memcpy(&opt.priomap, prio2band, TC_PRIO_MAX + 1); in pfifo_fast_dump()
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
A D | qos_pfc.sh | 173 ets bands 8 strict 8 priomap 7 6 189 ets bands 8 strict 8 priomap 7 6 206 ets bands 8 strict 8 priomap 7 6 228 ets bands 8 strict 8 priomap 7 6
|
A D | sch_offload.sh | 58 ets bands 8 priomap 7 6 5 4 3 2 1 0 69 prio bands 8 priomap 7 6 5 4 3 2 1 0
|
A D | sch_red_ets.sh | 29 bands 8 priomap 7 6 5 4 3 2 1 0
|
A D | qos_mc_aware.sh | 134 prio bands 8 priomap 7 7 7 7 7 7 7 7
|
A D | tc_sample.sh | 456 prio bands 3 priomap 0 0 0 0 0 0 0 0
|
/linux/include/net/ |
A D | netprio_cgroup.h | 19 u32 priomap[]; member
|
A D | pkt_cls.h | 912 u8 priomap[TC_PRIO_MAX + 1]; member 954 u8 priomap[TC_PRIO_MAX + 1]; member
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_qdisc.c | 1325 const u8 *priomap) in __mlxsw_sp_qdisc_ets_replace() argument 1366 if (priomap[i] == band) { in __mlxsw_sp_qdisc_ets_replace() 1414 zeroes, p->priomap); in mlxsw_sp_qdisc_prio_replace() 1559 p->weights, p->priomap); in mlxsw_sp_qdisc_ets_replace()
|
/linux/tools/include/uapi/linux/ |
A D | pkt_sched.h | 149 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */ member
|
/linux/include/uapi/linux/ |
A D | pkt_sched.h | 150 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */ member
|
/linux/include/linux/ |
A D | netdevice.h | 2251 struct netprio_map __rcu *priomap; member
|
Completed in 76 milliseconds