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:nsftids
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.h
135
unsigned int
nsftids
;
member
185
if (t->
nsftids
&& (stid >= t->sftid_base)) {
in lookup_stid()
192
return stid < (t->nstids + t->
nsftids
) ? t->stid_tab[stid].data : NULL;
in lookup_stid()
H
A
D
cudbg_entity.h
169
u32
nsftids
;
member
H
A
D
cxgb4_filter.c
374
if ((fidx != (adapter->tids.nftids + adapter->tids.
nsftids
+
in get_filter_count()
958
if (fidx >= adapter->tids.nftids + adapter->tids.
nsftids
+
in delete_filter()
1022
adapter->tids.
nsftids
+
in clear_all_filters()
1548
if (filter_id != (max_fidx + adapter->tids.
nsftids
- 1) &&
in __cxgb4_set_filter()
1819
if (filter_id != (max_fidx + adapter->tids.
nsftids
- 1) &&
in __cxgb4_del_filter()
2081
max_fidx = adap->tids.nftids + adap->tids.
nsftids
;
in filter_rpl()
H
A
D
cxgb4_main.c
1674
t->nstids + t->
nsftids
, t->nstids);
in cxgb4_alloc_sftid()
1675
if (stid < (t->nstids + t->
nsftids
))
in cxgb4_alloc_sftid()
1698
if (t->
nsftids
&& (stid >= t->sftid_base)) {
in cxgb4_free_stid()
1836
unsigned int max_ftids = t->nftids + t->
nsftids
;
in tid_init()
1844
stid_bmap_size = BITS_TO_LONGS(t->nstids + t->
nsftids
);
in tid_init()
1851
t->
nsftids
* sizeof(*t->stid_tab) +
in tid_init()
1866
t->stid_bmap = (unsigned long *)&t->stid_tab[t->nstids + t->
nsftids
];
in tid_init()
1895
bitmap_zero(t->stid_bmap, t->nstids + t->
nsftids
);
in tid_init()
5211
adap->tids.
nsftids
= adap->tids.nftids -
in adap_init0()
H
A
D
cudbg_lib.c
2202
tid->
nsftids
= padap->tids.
nsftids
;
in cudbg_collect_tid()
H
A
D
cxgb4_debugfs.c
3377
if (t->
nsftids
)
in tid_info_show()
3379
t->sftid_base, t->sftid_base + t->
nsftids
- 2,
in tid_info_show()
H
A
D
sge.c
3133
if (adap->tids.
nsftids
)
in uld_send()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.h
135
unsigned int
nsftids
;
member
185
if (t->
nsftids
&& (stid >= t->sftid_base)) {
in lookup_stid()
192
return stid < (t->nstids + t->
nsftids
) ? t->stid_tab[stid].data : NULL;
in lookup_stid()
H
A
D
cudbg_entity.h
169
u32
nsftids
;
member
H
A
D
cxgb4_filter.c
374
if ((fidx != (adapter->tids.nftids + adapter->tids.
nsftids
+
in get_filter_count()
958
if (fidx >= adapter->tids.nftids + adapter->tids.
nsftids
+
in delete_filter()
1022
adapter->tids.
nsftids
+
in clear_all_filters()
1548
if (filter_id != (max_fidx + adapter->tids.
nsftids
- 1) &&
in __cxgb4_set_filter()
1819
if (filter_id != (max_fidx + adapter->tids.
nsftids
- 1) &&
in __cxgb4_del_filter()
2081
max_fidx = adap->tids.nftids + adap->tids.
nsftids
;
in filter_rpl()
H
A
D
cxgb4_main.c
1673
t->nstids + t->
nsftids
, t->nstids);
in cxgb4_alloc_sftid()
1674
if (stid < (t->nstids + t->
nsftids
))
in cxgb4_alloc_sftid()
1697
if (t->
nsftids
&& (stid >= t->sftid_base)) {
in cxgb4_free_stid()
1835
unsigned int max_ftids = t->nftids + t->
nsftids
;
in tid_init()
1843
stid_bmap_size = BITS_TO_LONGS(t->nstids + t->
nsftids
);
in tid_init()
1850
t->
nsftids
* sizeof(*t->stid_tab) +
in tid_init()
1865
t->stid_bmap = (unsigned long *)&t->stid_tab[t->nstids + t->
nsftids
];
in tid_init()
1894
bitmap_zero(t->stid_bmap, t->nstids + t->
nsftids
);
in tid_init()
5202
adap->tids.
nsftids
= adap->tids.nftids -
in adap_init0()
H
A
D
cudbg_lib.c
2202
tid->
nsftids
= padap->tids.
nsftids
;
in cudbg_collect_tid()
H
A
D
cxgb4_debugfs.c
3377
if (t->
nsftids
)
in tid_info_show()
3379
t->sftid_base, t->sftid_base + t->
nsftids
- 2,
in tid_info_show()
H
A
D
sge.c
3139
if (adap->tids.
nsftids
)
in uld_send()
Completed in 73 milliseconds