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:pfres
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.c
2885
* function. The results are stored in @adapter->
pfres
.
2889
struct pf_resources *
pfres
= &adapter->params.
pfres
;
in t4_get_pfres()
local
2911
pfres
->niqflint = FW_PFVF_CMD_NIQFLINT_G(word);
in t4_get_pfres()
2912
pfres
->niq = FW_PFVF_CMD_NIQ_G(word);
in t4_get_pfres()
2915
pfres
->neq = FW_PFVF_CMD_NEQ_G(word);
in t4_get_pfres()
2916
pfres
->pmask = FW_PFVF_CMD_PMASK_G(word);
in t4_get_pfres()
2919
pfres
->tc = FW_PFVF_CMD_TC_G(word);
in t4_get_pfres()
2920
pfres
->nvi = FW_PFVF_CMD_NVI_G(word);
in t4_get_pfres()
2921
pfres
in t4_get_pfres()
[all...]
H
A
D
cxgb4_debugfs.c
2573
struct pf_resources *
pfres
= &adapter->params.
pfres
;
in resources_show()
local
2577
desc " (" #var "):",
pfres
->var)
in resources_show()
H
A
D
cxgb4.h
442
struct pf_resources
pfres
;
member
H
A
D
cxgb4_main.c
5690
niqflint = adap->params.
pfres
.niqflint - 1;
in cfg_queues()
5693
neq = adap->params.
pfres
.neq / 2;
in cfg_queues()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.c
2855
* function. The results are stored in @adapter->
pfres
.
2859
struct pf_resources *
pfres
= &adapter->params.
pfres
;
in t4_get_pfres()
local
2881
pfres
->niqflint = FW_PFVF_CMD_NIQFLINT_G(word);
in t4_get_pfres()
2882
pfres
->niq = FW_PFVF_CMD_NIQ_G(word);
in t4_get_pfres()
2885
pfres
->neq = FW_PFVF_CMD_NEQ_G(word);
in t4_get_pfres()
2886
pfres
->pmask = FW_PFVF_CMD_PMASK_G(word);
in t4_get_pfres()
2889
pfres
->tc = FW_PFVF_CMD_TC_G(word);
in t4_get_pfres()
2890
pfres
->nvi = FW_PFVF_CMD_NVI_G(word);
in t4_get_pfres()
2891
pfres
in t4_get_pfres()
[all...]
H
A
D
cxgb4_debugfs.c
2573
struct pf_resources *
pfres
= &adapter->params.
pfres
;
in resources_show()
local
2577
desc " (" #var "):",
pfres
->var)
in resources_show()
H
A
D
cxgb4.h
440
struct pf_resources
pfres
;
member
H
A
D
cxgb4_main.c
5681
niqflint = adap->params.
pfres
.niqflint - 1;
in cfg_queues()
5684
neq = adap->params.
pfres
.neq / 2;
in cfg_queues()
Completed in 67 milliseconds