Home
last modified time | relevance | path

Searched refs:tc_index (Results 1 – 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/net/sched/
Dact_meta_skbtcindex.c24 u32 ifetc_index = skb->tc_index; in skbtcindex_encode()
33 skb->tc_index = ntohs(ifetc_index); in skbtcindex_decode()
39 return ife_check_meta_u16(skb->tc_index, e); in skbtcindex_check()
Dsch_dsmark.c220 skb->tc_index = ipv4_get_dsfield(ip_hdr(skb)) in dsmark_enqueue()
230 skb->tc_index = ipv6_get_dsfield(ipv6_hdr(skb)) in dsmark_enqueue()
234 skb->tc_index = 0; in dsmark_enqueue()
240 skb->tc_index = TC_H_MIN(skb->priority); in dsmark_enqueue()
260 skb->tc_index = TC_H_MIN(res.classid); in dsmark_enqueue()
265 skb->tc_index = p->default_index; in dsmark_enqueue()
303 index = skb->tc_index & (p->indices - 1); in dsmark_dequeue()
304 pr_debug("index %d->%d\n", skb->tc_index, index); in dsmark_dequeue()
Dsch_gred.c124 return skb->tc_index & GRED_VQ_MASK; in tc_index_to_dp()
190 skb->tc_index = (skb->tc_index & ~GRED_VQ_MASK) | dp; in gred_enqueue()
Dcls_tcindex.c108 int key = (skb->tc_index & p->mask) >> p->shift; in tcindex_classify()
Dem_meta.c241 dst->value = skb->tc_index; in META_COLLECTOR()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dskb_ctx.c59 skb.tc_index = 1; in test_skb_ctx()
62 skb.tc_index = 0; in test_skb_ctx()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_global_func7.c10 skb->tc_index = 0; in foo()
Dtest_verif_scale1.c24 ctx->tc_index = jhash(ptr, nh_off, ctx->cb[0] + i++); \ in balancer_ingress()
Dtest_verif_scale3.c24 ctx->tc_index = jhash(ptr, nh_off, ctx->cb[0] + i++); \ in balancer_ingress()
Dtest_verif_scale2.c24 ctx->tc_index = jhash(ptr, nh_off, ctx->cb[0] + i++); \ in balancer_ingress()
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
Daic94xx_hwi.h133 int tc_index; member
277 ascb->tc_index = -1; in asd_init_ascb()
327 asd_tc_index_release(&ascb->ha->seq, ascb->tc_index); in asd_ascb_free()
Daic94xx_tmf.c239 scb->clear_nexus.index = cpu_to_le16(tascb->tc_index); in asd_clear_nexus_index()
452 scb->abort_task.index = cpu_to_le16((u16)tascb->tc_index); in asd_abort_task()
690 index = ascb->tc_index; in asd_query_task()
Daic94xx_hwi.c1052 ascb->tc_index = asd_tc_index_get(seq, ascb); in asd_ascb_alloc()
1054 if (ascb->tc_index == -1) in asd_ascb_alloc()
1057 ascb->scb->header.index = cpu_to_le16((u16)ascb->tc_index); in asd_ascb_alloc()
Daic94xx_scb.c443 if (a->tc_index != tc_abort) in escb_tasklet_complete()
471 a->tc_index != tc_abort) in escb_tasklet_complete()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/
Dctx_skb.c298 offsetof(struct __sk_buff, tc_index)),
384 offsetof(struct __sk_buff, tc_index)),
495 offsetof(struct __sk_buff, tc_index) + 3),
639 offsetof(struct __sk_buff, tc_index) + 2),
914 offsetof(struct __sk_buff, tc_index)),
934 offsetof(struct __sk_buff, tc_index)),
936 offsetof(struct __sk_buff, tc_index)),
Dcgroup_skb.c48 offsetof(struct __sk_buff, tc_index)),
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore.h314 unsigned int sb_index, u16 tc_index,
318 unsigned int sb_index, u16 tc_index,
330 unsigned int sb_index, u16 tc_index,
Dspectrum_buffers.c1454 unsigned int sb_index, u16 tc_index, in mlxsw_sp_sb_tc_pool_bind_get() argument
1462 u8 pg_buff = tc_index; in mlxsw_sp_sb_tc_pool_bind_get()
1474 unsigned int sb_index, u16 tc_index, in mlxsw_sp_sb_tc_pool_bind_set() argument
1484 u8 pg_buff = tc_index; in mlxsw_sp_sb_tc_pool_bind_set()
1500 cm = &mlxsw_sp->sb_vals->cms_ingress[tc_index]; in mlxsw_sp_sb_tc_pool_bind_set()
1502 cm = &mlxsw_sp->sb_vals->cms_egress[tc_index]; in mlxsw_sp_sb_tc_pool_bind_set()
1728 unsigned int sb_index, u16 tc_index, in mlxsw_sp_sb_occ_tc_port_bind_get() argument
1736 u8 pg_buff = tc_index; in mlxsw_sp_sb_occ_tc_port_bind_get()
Dspectrum.h516 unsigned int sb_index, u16 tc_index,
520 unsigned int sb_index, u16 tc_index,
532 unsigned int sb_index, u16 tc_index,
Dcore.c1288 unsigned int sb_index, u16 tc_index, in mlxsw_devlink_sb_tc_pool_bind_get() argument
1300 tc_index, pool_type, in mlxsw_devlink_sb_tc_pool_bind_get()
1306 unsigned int sb_index, u16 tc_index, in mlxsw_devlink_sb_tc_pool_bind_set() argument
1319 tc_index, pool_type, in mlxsw_devlink_sb_tc_pool_bind_set()
1363 unsigned int sb_index, u16 tc_index, in mlxsw_devlink_sb_occ_tc_port_bind_get() argument
1375 sb_index, tc_index, in mlxsw_devlink_sb_occ_tc_port_bind_get()
/kernel/linux/linux-5.10/drivers/net/wireguard/
Dqueueing.h96 skb->tc_index = 0; in wg_reset_packet()
/kernel/linux/linux-5.10/include/net/
Ddevlink.h1196 u16 tc_index,
1201 u16 tc_index,
1214 u16 tc_index,
/kernel/linux/linux-5.10/net/core/
Ddevlink.c1643 struct devlink_sb *devlink_sb, u16 tc_index, in devlink_nl_sb_tc_pool_bind_fill() argument
1655 tc_index, pool_type, in devlink_nl_sb_tc_pool_bind_fill()
1670 if (nla_put_u16(msg, DEVLINK_ATTR_SB_TC_INDEX, tc_index)) in devlink_nl_sb_tc_pool_bind_fill()
1685 tc_index, pool_type, in devlink_nl_sb_tc_pool_bind_fill()
1713 u16 tc_index; in devlink_nl_cmd_sb_tc_pool_bind_get_doit() local
1725 pool_type, &tc_index); in devlink_nl_cmd_sb_tc_pool_bind_get_doit()
1737 devlink_sb, tc_index, pool_type, in devlink_nl_cmd_sb_tc_pool_bind_get_doit()
1756 u16 tc_index; in __sb_tc_pool_bind_get_dumpit() local
1760 for (tc_index = 0; in __sb_tc_pool_bind_get_dumpit()
1761 tc_index < devlink_sb->ingress_tc_count; tc_index++) { in __sb_tc_pool_bind_get_dumpit()
[all …]
/kernel/linux/linux-5.10/drivers/staging/octeon/
Dethernet-tx.c358 skb->tc_index = 0; in cvm_oct_xmit()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbpf.h425 __u32 tc_index; member

12