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:maxfrsize
(Results
1 - 25
of
26
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H
A
D
bfa_fcs.h
427
u16
maxfrsize
; /* maximum frame size */
member
560
return itnim->rport->
maxfrsize
;
in bfa_fcs_itnim_get_maxfrsize()
H
A
D
bfa_svc.c
3051
port_cfg->
maxfrsize
= 0;
in bfa_fcport_attach()
3175
m->port_cfg.
maxfrsize
= cpu_to_be16(fcport->cfg.
maxfrsize
);
in bfa_fcport_send_enable()
3528
if (fcport->cfg.
maxfrsize
== 0)
in bfa_fcport_init()
3529
fcport->cfg.
maxfrsize
= bfa_ioc_maxfrsize(&bfa->ioc);
in bfa_fcport_init()
3536
WARN_ON(!fcport->cfg.
maxfrsize
);
in bfa_fcport_init()
3563
fcport->cfg.
maxfrsize
=
in bfa_fcport_isr()
3564
cpu_to_be16(fcport->cfg.
maxfrsize
);
in bfa_fcport_isr()
3898
bfa_fcport_cfg_maxfrsize(struct bfa_s *bfa, u16
maxfrsize
)
in bfa_fcport_cfg_maxfrsize()
argument
3902
bfa_trc(bfa,
maxfrsize
);
in bfa_fcport_cfg_maxfrsize()
[all...]
H
A
D
bfad_bsg.h
277
u16
maxfrsize
;
member
H
A
D
bfa_fcs_rport.c
2288
rport_info.max_frmsz = rport->
maxfrsize
;
in bfa_fcs_rport_hal_online()
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()
3025
rport_attr->df_sz = rport->
maxfrsize
;
in bfa_fcs_rport_get_attr()
H
A
D
bfi.h
280
u16
maxfrsize
; /* max receive frame size */
member
H
A
D
bfa_ioc.h
819
#define bfa_ioc_maxfrsize(__ioc) ((__ioc)->attr->
maxfrsize
)
H
A
D
bfa_defs_svc.h
948
__be16
maxfrsize
; /* maximum frame size */
member
H
A
D
bfad_im.c
1054
fc_host_maxframe_size(host) = fcport->cfg.
maxfrsize
;
in bfad_fc_host_init()
H
A
D
bfad_bsg.c
401
iocmd->status = bfa_fcport_cfg_maxfrsize(&bfad->bfa, iocmd->
maxfrsize
);
in bfad_iocmd_port_cfg_maxfrsize()
H
A
D
bfa_ioc.c
1965
attr->
maxfrsize
= be16_to_cpu(attr->
maxfrsize
);
in bfa_ioc_getattr_reply()
H
A
D
bfa_fcs_lport.c
2726
port_attr->max_frm_size = cpu_to_be32(pport_attr.pport_cfg.
maxfrsize
);
in bfa_fcs_fdmi_get_portattr()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H
A
D
bfa_fcs.h
424
u16
maxfrsize
; /* maximum frame size */
member
557
return itnim->rport->
maxfrsize
;
in bfa_fcs_itnim_get_maxfrsize()
H
A
D
bfa_svc.c
3045
port_cfg->
maxfrsize
= 0;
in bfa_fcport_attach()
3169
m->port_cfg.
maxfrsize
= cpu_to_be16(fcport->cfg.
maxfrsize
);
in bfa_fcport_send_enable()
3522
if (fcport->cfg.
maxfrsize
== 0)
in bfa_fcport_init()
3523
fcport->cfg.
maxfrsize
= bfa_ioc_maxfrsize(&bfa->ioc);
in bfa_fcport_init()
3530
WARN_ON(!fcport->cfg.
maxfrsize
);
in bfa_fcport_init()
3557
fcport->cfg.
maxfrsize
=
in bfa_fcport_isr()
3558
cpu_to_be16(fcport->cfg.
maxfrsize
);
in bfa_fcport_isr()
3892
bfa_fcport_cfg_maxfrsize(struct bfa_s *bfa, u16
maxfrsize
)
in bfa_fcport_cfg_maxfrsize()
argument
3896
bfa_trc(bfa,
maxfrsize
);
in bfa_fcport_cfg_maxfrsize()
[all...]
H
A
D
bfad_bsg.h
277
u16
maxfrsize
;
member
H
A
D
bfa_fcs_rport.c
2288
rport_info.max_frmsz = rport->
maxfrsize
;
in bfa_fcs_rport_hal_online()
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()
3025
rport_attr->df_sz = rport->
maxfrsize
;
in bfa_fcs_rport_get_attr()
H
A
D
bfi.h
280
u16
maxfrsize
; /* max receive frame size */
member
H
A
D
bfad_im.c
1054
fc_host_maxframe_size(host) = fcport->cfg.
maxfrsize
;
in bfad_fc_host_init()
H
A
D
bfa_defs_svc.h
948
__be16
maxfrsize
; /* maximum frame size */
member
H
A
D
bfa_ioc.h
823
#define bfa_ioc_maxfrsize(__ioc) ((__ioc)->attr->
maxfrsize
)
H
A
D
bfad_bsg.c
401
iocmd->status = bfa_fcport_cfg_maxfrsize(&bfad->bfa, iocmd->
maxfrsize
);
in bfad_iocmd_port_cfg_maxfrsize()
H
A
D
bfa_ioc.c
1965
attr->
maxfrsize
= be16_to_cpu(attr->
maxfrsize
);
in bfa_ioc_getattr_reply()
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H
A
D
bfi.h
197
u16
maxfrsize
; /*!< max receive frame size */
member
H
A
D
bfa_ioc.c
2108
attr->
maxfrsize
= ntohs(attr->
maxfrsize
);
in bfa_ioc_getattr_reply()
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H
A
D
bfi.h
197
u16
maxfrsize
; /*!< max receive frame size */
member
H
A
D
bfa_ioc.c
2108
attr->
maxfrsize
= ntohs(attr->
maxfrsize
);
in bfa_ioc_getattr_reply()
Completed in 118 milliseconds
1
2