Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:nh_cnt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H
A
D
prestera_router_hw.c
398
int
nh_cnt
, err, gid;
in __prestera_nexthop_group_create()
local
405
for (
nh_cnt
= 0;
nh_cnt
< PRESTERA_NHGR_SIZE_MAX;
nh_cnt
++) {
in __prestera_nexthop_group_create()
406
if (!prestera_nh_neigh_key_is_valid(&nh_grp->key.neigh[
nh_cnt
]))
in __prestera_nexthop_group_create()
410
&nh_grp->key.neigh[
nh_cnt
]);
in __prestera_nexthop_group_create()
414
nh_grp->nh_neigh_head[
nh_cnt
].neigh = nh_neigh;
in __prestera_nexthop_group_create()
415
nh_grp->nh_neigh_head[
nh_cnt
].this = nh_grp;
in __prestera_nexthop_group_create()
416
list_add(&nh_grp->nh_neigh_head[
nh_cnt
].head,
in __prestera_nexthop_group_create()
420
err = prestera_hw_nh_group_create(sw,
nh_cnt
,
in __prestera_nexthop_group_create()
460
int
nh_cnt
;
__prestera_nexthop_group_destroy()
local
523
int
nh_cnt
;
prestera_nexthop_group_set()
local
[all...]
H
A
D
prestera_router.c
861
int
nh_cnt
;
in __prestera_pr_k_arb_fc_lpm_info_calc()
local
891
for (
nh_cnt
= 0;
nh_cnt
< PRESTERA_NHGR_SIZE_MAX;
nh_cnt
++) {
in __prestera_pr_k_arb_fc_lpm_info_calc()
892
if (!fc->kern_neigh_cache_head[
nh_cnt
].n_cache)
in __prestera_pr_k_arb_fc_lpm_info_calc()
895
fc->lpm_info.nh_grp_key.neigh[
nh_cnt
].addr =
in __prestera_pr_k_arb_fc_lpm_info_calc()
896
fc->kern_neigh_cache_head[
nh_cnt
].n_cache->key.addr;
in __prestera_pr_k_arb_fc_lpm_info_calc()
897
fc->lpm_info.nh_grp_key.neigh[
nh_cnt
].rif =
in __prestera_pr_k_arb_fc_lpm_info_calc()
898
fc->kern_neigh_cache_head[
nh_cnt
].n_cache->key.dev;
in __prestera_pr_k_arb_fc_lpm_info_calc()
901
fc->lpm_info.fib_type =
nh_cnt
in __prestera_pr_k_arb_fc_lpm_info_calc()
[all...]
Completed in 4 milliseconds