| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | netprio_cgroup.c | 47 old = rtnl_dereference(dev->priomap); in extend_netdev_table() 58 new_len = (new_sz - offsetof(struct netprio_map, 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() 95 struct netprio_map *map = rcu_dereference_rtnl(dev->priomap); in netprio_prio() 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() [all …]
|
| H A D | dev.c | 3854 map = rcu_dereference_bh(skb->dev->priomap); in skb_update_prio() 3864 skb->priority = map->priomap[prioidx]; in skb_update_prio()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H 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
|
| H A D | sch_ets_tests.sh | 153 local priomap=$(seq 0 $((nstreams - 1))) 165 ets_change_qdisc $dev $nstrict "$priomap" ${quanta[@]}
|
| H A D | sch_tbf_etsprio.sh | 27 tc qdisc add dev $swp2 root handle 10: $QDISC 3 priomap 2 1 0
|
| H A D | skbedit_priority.sh | 66 prio bands 8 priomap 7 6 5 4 3 2 1 0
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_ets.c | 126 memcpy(&qopt.replace_params.priomap, in ets_offload_change() 509 unsigned int nbands, u8 *priomap, in ets_qdisc_priomap_parse() argument 536 priomap[prio++] = band; in ets_qdisc_priomap_parse() 592 u8 priomap[TC_PRIO_MAX + 1]; in ets_qdisc_change() local 617 memset(priomap, nbands - 1, sizeof(priomap)); in ets_qdisc_change() 629 nbands, priomap, extack); in ets_qdisc_change() 676 memcpy(q->prio2band, priomap, sizeof(priomap)); in ets_qdisc_change()
|
| H A D | sch_prio.c | 154 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 D | sch_generic.c | 755 memcpy(&opt.priomap, prio2band, TC_PRIO_MAX + 1); in pfifo_fast_dump()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/ |
| H 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
|
| H A D | sch_red_ets.sh | 29 bands 8 priomap 7 6 5 4 3 2 1 0
|
| H A D | qos_mc_aware.sh | 134 prio bands 8 priomap 7 7 7 7 7 7 7 7
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | netprio_cgroup.h | 19 u32 priomap[]; member
|
| H A D | pkt_cls.h | 881 u8 priomap[TC_PRIO_MAX + 1]; member 923 u8 priomap[TC_PRIO_MAX + 1]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_qdisc.c | 964 const u8 *priomap) in __mlxsw_sp_qdisc_ets_replace() argument 986 if (priomap[i] == band) { in __mlxsw_sp_qdisc_ets_replace() 1038 zeroes, zeroes, p->priomap); in mlxsw_sp_qdisc_prio_replace() 1143 p->quanta, p->weights, p->priomap); in mlxsw_sp_qdisc_ets_replace()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | pkt_sched.h | 149 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */ member
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | pkt_sched.h | 149 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | pkt_sched.h | 149 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | pkt_sched.h | 150 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */ member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netdevice.h | 2203 struct netprio_map __rcu *priomap; member
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |