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:SGE_QSETS
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
adapter.h
216
struct sge_qset qs[
SGE_QSETS
];
241
} msix_info[
SGE_QSETS
+ 1];
H
A
D
cxgb3_main.c
573
u8 cpus[
SGE_QSETS
+ 1];
in setup_rss()
576
for (i = 0; i <
SGE_QSETS
; ++i)
in setup_rss()
578
cpus[
SGE_QSETS
] = 0xff; /* terminator */
in setup_rss()
595
for (i = 0; i <
SGE_QSETS
; i++) {
in ring_dbs()
608
for (i = 0; i <
SGE_QSETS
; i++) {
in init_napi()
633
for (i = 0; i <
SGE_QSETS
; i++)
in quiesce_rx()
641
for (i = 0; i <
SGE_QSETS
; i++)
in enable_all_napi()
2163
if (t.qset_idx >=
SGE_QSETS
)
in cxgb_extension_ioctl()
2234
for (i = 0; i <
SGE_QSETS
; i++) {
in cxgb_extension_ioctl()
2320
if (edata.val + other_qsets >
SGE_QSETS
)
in cxgb_extension_ioctl()
[all...]
H
A
D
common.h
123
SGE_QSETS
= 8, /* # of SGE Tx/Rx/RspQ sets */
enumerator
329
struct qset_params qset[
SGE_QSETS
];
H
A
D
sge.c
3214
for (i = 0; i <
SGE_QSETS
; ++i) {
in t3_start_sge_timers()
3237
for (i = 0; i <
SGE_QSETS
; ++i) {
in t3_stop_sge_timers()
3257
for (i = 0; i <
SGE_QSETS
; ++i)
in t3_free_sge_resources()
3303
for (i = 0; i <
SGE_QSETS
; ++i) {
in t3_sge_stop()
3367
for (i = 0; i <
SGE_QSETS
; ++i) {
in t3_sge_prep()
H
A
D
t3_hw.c
3632
for (i = 0; !err && i <
SGE_QSETS
; i++)
in init_parity()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
adapter.h
216
struct sge_qset qs[
SGE_QSETS
];
241
} msix_info[
SGE_QSETS
+ 1];
H
A
D
cxgb3_main.c
573
u8 cpus[
SGE_QSETS
+ 1];
in setup_rss()
576
for (i = 0; i <
SGE_QSETS
; ++i)
in setup_rss()
578
cpus[
SGE_QSETS
] = 0xff; /* terminator */
in setup_rss()
595
for (i = 0; i <
SGE_QSETS
; i++) {
in ring_dbs()
608
for (i = 0; i <
SGE_QSETS
; i++) {
in init_napi()
632
for (i = 0; i <
SGE_QSETS
; i++)
in quiesce_rx()
640
for (i = 0; i <
SGE_QSETS
; i++)
in enable_all_napi()
2163
if (t.qset_idx >=
SGE_QSETS
)
in cxgb_siocdevprivate()
2234
for (i = 0; i <
SGE_QSETS
; i++) {
in cxgb_siocdevprivate()
2320
if (edata.val + other_qsets >
SGE_QSETS
)
in cxgb_siocdevprivate()
[all...]
H
A
D
common.h
123
SGE_QSETS
= 8, /* # of SGE Tx/Rx/RspQ sets */
enumerator
329
struct qset_params qset[
SGE_QSETS
];
H
A
D
sge.c
3212
for (i = 0; i <
SGE_QSETS
; ++i) {
in t3_start_sge_timers()
3235
for (i = 0; i <
SGE_QSETS
; ++i) {
in t3_stop_sge_timers()
3255
for (i = 0; i <
SGE_QSETS
; ++i)
in t3_free_sge_resources()
3304
for (i = 0; i <
SGE_QSETS
; ++i) {
in t3_sge_stop()
3368
for (i = 0; i <
SGE_QSETS
; ++i) {
in t3_sge_prep()
H
A
D
t3_hw.c
3567
for (i = 0; !err && i <
SGE_QSETS
; i++)
in init_parity()
Completed in 31 milliseconds