Home
last modified time | relevance | path

Searched refs:ctx_cnt (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/drivers/net/hw/
H A Drss_ctx.py454 def test_rss_context(cfg, ctx_cnt=1, create_with_cfg=None): argument
464 requested_ctx_cnt = ctx_cnt
468 if qcnt < 2 + 2 * ctx_cnt:
476 ports = rand_ports(ctx_cnt)
482 for i in range(ctx_cnt):
494 ctx_cnt = i
496 cfg.context_cnt = ctx_cnt
516 for i in range(ctx_cnt):
520 'empty': list(range(2, 2+i*2)) + list(range(4+i*2, 2+2*ctx_cnt)) })
522 if requested_ctx_cnt != ctx_cnt:
[all …]
/linux/scripts/
H A Dcheckpatch.pl4416 my $ctx_cnt = $realcnt - $#ctx - 1;
4422 while ($ctx_skip > $ctx_cnt || ($ctx_skip == $ctx_cnt &&
4425 ##print "SKIP<$ctx_skip> CNT<$ctx_cnt>\n";
4430 #print "realcnt<$realcnt> ctx_cnt<$ctx_cnt>\n";