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:stids_in_use
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
cxgb3_offload.h
184
unsigned int
stids_in_use
;
member
H
A
D
cxgb3_offload.c
529
t->
stids_in_use
--;
in cxgb3_free_stid()
688
t->
stids_in_use
++;
in cxgb3_alloc_stid()
1177
t->
stids_in_use
= t->atids_in_use = 0;
in init_tid_tabs()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
cxgb3_offload.h
184
unsigned int
stids_in_use
;
member
H
A
D
cxgb3_offload.c
529
t->
stids_in_use
--;
in cxgb3_free_stid()
688
t->
stids_in_use
++;
in cxgb3_alloc_stid()
1177
t->
stids_in_use
= t->atids_in_use = 0;
in init_tid_tabs()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.h
142
unsigned int
stids_in_use
;
member
H
A
D
cxgb4_uld.c
674
return (atomic_read(&t->conns_in_use) || t->
stids_in_use
);
in cxgb4_uld_in_use()
H
A
D
cxgb4_main.c
1654
t->
stids_in_use
+= 2;
in cxgb4_alloc_stid()
1657
t->
stids_in_use
++;
in cxgb4_alloc_stid()
1713
t->
stids_in_use
-= 2;
in cxgb4_free_stid()
1716
t->
stids_in_use
--;
in cxgb4_free_stid()
1877
t->
stids_in_use
= 0;
in tid_init()
H
A
D
cxgb4_debugfs.c
3369
t->
stids_in_use
- t->v6_stids_in_use,
in tid_info_show()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.h
142
unsigned int
stids_in_use
;
member
H
A
D
cxgb4_uld.c
674
return (atomic_read(&t->conns_in_use) || t->
stids_in_use
);
in cxgb4_uld_in_use()
H
A
D
cxgb4_main.c
1653
t->
stids_in_use
+= 2;
in cxgb4_alloc_stid()
1656
t->
stids_in_use
++;
in cxgb4_alloc_stid()
1712
t->
stids_in_use
-= 2;
in cxgb4_free_stid()
1715
t->
stids_in_use
--;
in cxgb4_free_stid()
1876
t->
stids_in_use
= 0;
in tid_init()
H
A
D
cxgb4_debugfs.c
3369
t->
stids_in_use
- t->v6_stids_in_use,
in tid_info_show()
Completed in 37 milliseconds