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:sftid_base
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.h
134
unsigned int
sftid_base
;
member
185
if (t->nsftids && (stid >= t->
sftid_base
)) {
in lookup_stid()
186
stid -= t->
sftid_base
;
in lookup_stid()
H
A
D
cudbg_entity.h
168
u32
sftid_base
;
member
H
A
D
cxgb4_main.c
1685
stid += t->
sftid_base
;
in cxgb4_alloc_sftid()
1698
if (t->nsftids && (stid >= t->
sftid_base
)) {
in cxgb4_free_stid()
1699
stid -= t->
sftid_base
;
in cxgb4_free_stid()
2928
stid -= adap->tids.
sftid_base
;
in cxgb4_create_server_filter()
2994
stid -= adap->tids.
sftid_base
;
in cxgb4_remove_server_filter()
5209
adap->tids.
sftid_base
= adap->tids.ftid_base +
in adap_init0()
5213
adap->tids.nftids = adap->tids.
sftid_base
-
in adap_init0()
H
A
D
cudbg_lib.c
2201
tid->
sftid_base
= padap->tids.
sftid_base
;
in cudbg_collect_tid()
H
A
D
cxgb4_debugfs.c
3379
t->
sftid_base
, t->
sftid_base
+ t->nsftids - 2,
in tid_info_show()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.h
134
unsigned int
sftid_base
;
member
185
if (t->nsftids && (stid >= t->
sftid_base
)) {
in lookup_stid()
186
stid -= t->
sftid_base
;
in lookup_stid()
H
A
D
cudbg_entity.h
168
u32
sftid_base
;
member
H
A
D
cxgb4_main.c
1684
stid += t->
sftid_base
;
in cxgb4_alloc_sftid()
1697
if (t->nsftids && (stid >= t->
sftid_base
)) {
in cxgb4_free_stid()
1698
stid -= t->
sftid_base
;
in cxgb4_free_stid()
2927
stid -= adap->tids.
sftid_base
;
in cxgb4_create_server_filter()
2993
stid -= adap->tids.
sftid_base
;
in cxgb4_remove_server_filter()
5200
adap->tids.
sftid_base
= adap->tids.ftid_base +
in adap_init0()
5204
adap->tids.nftids = adap->tids.
sftid_base
-
in adap_init0()
H
A
D
cudbg_lib.c
2201
tid->
sftid_base
= padap->tids.
sftid_base
;
in cudbg_collect_tid()
H
A
D
cxgb4_debugfs.c
3379
t->
sftid_base
, t->
sftid_base
+ t->nsftids - 2,
in tid_info_show()
Completed in 55 milliseconds