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:rxsz
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H
A
D
bfa_fcbuild.c
213
plogi->csp.
rxsz
= plogi->class3.
rxsz
= cpu_to_be16(pdu_size);
in fc_plogi_x_build()
235
flogi->csp.
rxsz
= flogi->class3.
rxsz
= cpu_to_be16(pdu_size);
in fc_flogi_build()
272
flogi->class3.
rxsz
= cpu_to_be16(pdu_size);
in fc_flogi_acc_build()
273
flogi->csp.
rxsz
= cpu_to_be16(bbscn_rxsz); /* bb_scn/
rxsz
*/
in fc_flogi_acc_build()
293
flogi->csp.
rxsz
= flogi->class3.
rxsz
= cpu_to_be16(pdu_size);
in fc_fdisc_build()
343
if (be16_to_cpu(plogi->class3.
rxsz
) < (FC_MIN_PDUS
in fc_plogi_rsp_parse()
[all...]
H
A
D
bfa_fc.h
312
__be16
rxsz
; /* receive data_field size */
member
343
u32
rxsz
:16; /* Receive data_field size */
member
H
A
D
bfa_fcs_rport.c
2542
if (be16_to_cpu(plogi->class3.
rxsz
) < be16_to_cpu(plogi->csp.
rxsz
))
in bfa_fcs_rport_update()
2543
rport->maxfrsize = be16_to_cpu(plogi->class3.
rxsz
);
in bfa_fcs_rport_update()
2545
rport->maxfrsize = be16_to_cpu(plogi->csp.
rxsz
);
in bfa_fcs_rport_update()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H
A
D
bfa_fcbuild.c
213
plogi->csp.
rxsz
= plogi->class3.
rxsz
= cpu_to_be16(pdu_size);
in fc_plogi_x_build()
235
flogi->csp.
rxsz
= flogi->class3.
rxsz
= cpu_to_be16(pdu_size);
in fc_flogi_build()
272
flogi->class3.
rxsz
= cpu_to_be16(pdu_size);
in fc_flogi_acc_build()
273
flogi->csp.
rxsz
= cpu_to_be16(bbscn_rxsz); /* bb_scn/
rxsz
*/
in fc_flogi_acc_build()
293
flogi->csp.
rxsz
= flogi->class3.
rxsz
= cpu_to_be16(pdu_size);
in fc_fdisc_build()
343
if (be16_to_cpu(plogi->class3.
rxsz
) < (FC_MIN_PDUS
in fc_plogi_rsp_parse()
[all...]
H
A
D
bfa_fc.h
297
__be16
rxsz
; /* receive data_field size */
member
328
u32
rxsz
:16; /* Receive data_field size */
member
H
A
D
bfa_fcs_rport.c
2542
if (be16_to_cpu(plogi->class3.
rxsz
) < be16_to_cpu(plogi->csp.
rxsz
))
in bfa_fcs_rport_update()
2543
rport->maxfrsize = be16_to_cpu(plogi->class3.
rxsz
);
in bfa_fcs_rport_update()
2545
rport->maxfrsize = be16_to_cpu(plogi->csp.
rxsz
);
in bfa_fcs_rport_update()
/kernel/linux/linux-5.10/arch/powerpc/platforms/512x/
H
A
D
mpc512x_shared.c
445
out_be32(&FIFOC(psc)->
rxsz
, (fifobase << 16) | rx_fifo_size);
in mpc512x_psc_fifo_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
mpc52xx_psc.h
291
u32
rxsz
; /* PSC + 0xdc */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
mpc52xx_psc.h
291
u32
rxsz
; /* PSC + 0xdc */
member
/kernel/linux/linux-6.6/arch/powerpc/platforms/512x/
H
A
D
mpc512x_shared.c
431
out_be32(&FIFOC(psc)->
rxsz
, (fifobase << 16) | rx_fifo_size);
in mpc512x_psc_fifo_init()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-mpc512x-psc.c
144
/* extract and scale size field in txsz or
rxsz
*/
175
fifosz = MPC512x_PSC_FIFO_SZ(in_be32(&fifo->
rxsz
));
in mpc512x_psc_spi_transfer_rxtx()
427
/*out_be32(&fifo->
rxsz
, 0x0ff00004);*/
in mpc512x_psc_spi_port_config()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-mpc512x-psc.c
138
/* extract and scale size field in txsz or
rxsz
*/
169
fifosz = MPC512x_PSC_FIFO_SZ(in_be32(&fifo->
rxsz
));
in mpc512x_psc_spi_transfer_rxtx()
406
/*out_be32(&fifo->
rxsz
, 0x0ff00004);*/
in mpc512x_psc_spi_port_config()
Completed in 22 milliseconds