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:num_rxp
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H
A
D
bna_enet.c
168
ioceth->attr.
num_rxp
= ntohl(rsp->max_cfg);
in bna_bfi_attr_get_rsp()
1680
ioceth->attr.
num_rxp
= BFI_ENET_DEF_RXP;
in bna_attr_init()
1922
attr->
num_rxp
* sizeof(struct bna_rx);
in bna_mod_res_req()
1930
attr->
num_rxp
* sizeof(struct bna_rxp);
in bna_mod_res_req()
1938
(attr->
num_rxp
* 2) * sizeof(struct bna_rxq);
in bna_mod_res_req()
2038
bna_num_rxp_set(struct bna *bna, int
num_rxp
)
in bna_num_rxp_set()
argument
2041
(
num_rxp
<= bna->ioceth.attr.
num_rxp
)) {
in bna_num_rxp_set()
2042
bna->ioceth.attr.
num_rxp
=
num_rxp
;
in bna_num_rxp_set()
[all...]
H
A
D
bna_types.h
307
int
num_rxp
;
member
H
A
D
bna.h
266
int bna_num_rxp_set(struct bna *bna, int
num_rxp
);
H
A
D
bna_tx_rx.c
2051
for (index = 0; index < bna->ioceth.attr.
num_rxp
; index++) {
in bna_rx_mod_init()
2065
for (index = 0; index < bna->ioceth.attr.
num_rxp
; index++) {
in bna_rx_mod_init()
2072
for (index = 0; index < (bna->ioceth.attr.
num_rxp
* 2); index++) {
in bna_rx_mod_init()
H
A
D
bnad.c
3698
bna_attr(bna)->
num_rxp
- 1);
in bnad_pci_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H
A
D
bna_enet.c
168
ioceth->attr.
num_rxp
= ntohl(rsp->max_cfg);
in bna_bfi_attr_get_rsp()
1680
ioceth->attr.
num_rxp
= BFI_ENET_DEF_RXP;
in bna_attr_init()
1922
attr->
num_rxp
* sizeof(struct bna_rx);
in bna_mod_res_req()
1930
attr->
num_rxp
* sizeof(struct bna_rxp);
in bna_mod_res_req()
1938
(attr->
num_rxp
* 2) * sizeof(struct bna_rxq);
in bna_mod_res_req()
2038
bna_num_rxp_set(struct bna *bna, int
num_rxp
)
in bna_num_rxp_set()
argument
2041
(
num_rxp
<= bna->ioceth.attr.
num_rxp
)) {
in bna_num_rxp_set()
2042
bna->ioceth.attr.
num_rxp
=
num_rxp
;
in bna_num_rxp_set()
[all...]
H
A
D
bna.h
266
int bna_num_rxp_set(struct bna *bna, int
num_rxp
);
H
A
D
bna_types.h
307
int
num_rxp
;
member
H
A
D
bna_tx_rx.c
2051
for (index = 0; index < bna->ioceth.attr.
num_rxp
; index++) {
in bna_rx_mod_init()
2065
for (index = 0; index < bna->ioceth.attr.
num_rxp
; index++) {
in bna_rx_mod_init()
2072
for (index = 0; index < (bna->ioceth.attr.
num_rxp
* 2); index++) {
in bna_rx_mod_init()
H
A
D
bnad.c
3679
bna_attr(bna)->
num_rxp
- 1);
in bnad_pci_probe()
Completed in 26 milliseconds