Home
last modified time | relevance | path

Searched refs:priomap (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/net/core/
H A Dnetprio_cgroup.c47 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 …]
H A Ddev.c3887 map = rcu_dereference_bh(skb->dev->priomap); in skb_update_prio()
3897 skb->priority = map->priomap[prioidx]; in skb_update_prio()
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dsch_ets_core.sh108 local priomap=$1; shift
116 priomap $priomap
124 local priomap=$1; shift
137 for band in $priomap; do
H A Dsch_tbf_etsprio.sh32 tc qdisc add dev $swp2 root handle 10: $QDISC 3 priomap 2 1 0
46 $QDISC 3 priomap 2 1 0
H A Dsch_ets_tests.sh153 local priomap=$(seq 0 $((nstreams - 1)))
165 ets_change_qdisc $dev $nstrict "$priomap" ${quanta[@]}
H A Dskbedit_priority.sh68 prio bands 8 priomap 7 6 5 4 3 2 1 0
/openbmc/linux/net/sched/
H A Dsch_ets.c126 memcpy(&qopt.replace_params.priomap, in ets_offload_change()
501 unsigned int nbands, u8 *priomap, in ets_qdisc_priomap_parse() argument
528 priomap[prio++] = band; in ets_qdisc_priomap_parse()
584 u8 priomap[TC_PRIO_MAX + 1]; in ets_qdisc_change() local
604 memset(priomap, nbands - 1, sizeof(priomap)); in ets_qdisc_change()
616 nbands, priomap, extack); in ets_qdisc_change()
662 memcpy(q->prio2band, priomap, sizeof(priomap)); in ets_qdisc_change()
H A Dsch_prio.c154 memcpy(&opt.replace_params.priomap, qopt->priomap, in prio_offload()
192 if (qopt->priomap[i] >= qopt->bands) in prio_tune()
211 memcpy(q->prio2band, qopt->priomap, TC_PRIO_MAX+1); in prio_tune()
270 memcpy(&opt.priomap, q->prio2band, TC_PRIO_MAX + 1); in prio_dump()
H A Dsch_generic.c833 memcpy(&opt.priomap, prio2band, TC_PRIO_MAX + 1); in pfifo_fast_dump()
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_pfc.sh175 ets bands 8 strict 8 priomap 7 6
191 ets bands 8 strict 8 priomap 7 6
208 ets bands 8 strict 8 priomap 7 6
230 ets bands 8 strict 8 priomap 7 6
H A Dsch_offload.sh58 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
H A Dqos_max_descriptors.sh126 ets bands 8 strict 8 priomap 7 6
142 ets bands 8 strict 8 priomap 7 6
H A Dsch_red_ets.sh29 bands 8 priomap 7 6 5 4 3 2 1 0
H A Dqos_mc_aware.sh135 prio bands 8 priomap 7 7 7 7 7 7 7 7
H A Dtc_sample.sh456 prio bands 3 priomap 0 0 0 0 0 0 0 0
/openbmc/linux/include/net/
H A Dnetprio_cgroup.h19 u32 priomap[]; member
H A Dpkt_cls.h948 u8 priomap[TC_PRIO_MAX + 1]; member
990 u8 priomap[TC_PRIO_MAX + 1]; member
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ets.c41 if (params->priomap[i] != (7 - i)) in lan966x_ets_add()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc.c133 if (params->priomap[i] != (7 - i)) in sparx5_tc_setup_qdisc_ets()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c1325 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()
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h149 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */ member
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h150 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */ member
/openbmc/linux/include/linux/
H A Dnetdevice.h2392 struct netprio_map __rcu *priomap; member