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:port_attrib
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
H
A
D
ib_srpt.c
360
iocp->rdma_size = cpu_to_be32(min(sport->
port_attrib
.srp_max_rdma_size,
in srpt_get_ioc()
1784
int sq_size = sport->
port_attrib
.srp_sq_size;
in srpt_create_ch_ib()
2237
ch->max_rsp_size = ch->sport->
port_attrib
.srp_max_rsp_size;
in srpt_cm_req_recv()
3166
srpt_use_srq(sdev, sdev->port[0].
port_attrib
.use_srq);
in srpt_add_one()
3210
sport->
port_attrib
.srp_max_rdma_size = DEFAULT_MAX_RDMA_SIZE;
in srpt_add_one()
3211
sport->
port_attrib
.srp_max_rsp_size = DEFAULT_MAX_RSP_SIZE;
in srpt_add_one()
3212
sport->
port_attrib
.srp_sq_size = DEF_SRPT_SQ_SIZE;
in srpt_add_one()
3213
sport->
port_attrib
.use_srq = false;
in srpt_add_one()
3482
return sprintf(page, "%u\n", sport->
port_attrib
.srp_max_rdma_size);
in srpt_tpg_attrib_srp_max_rdma_size_show()
3508
sport->
port_attrib
in srpt_tpg_attrib_srp_max_rdma_size_store()
[all...]
H
A
D
ib_srpt.h
409
* @
port_attrib
: Port attributes that can be accessed through configfs.
428
struct srpt_port_attrib
port_attrib
;
member
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/
H
A
D
ib_srpt.c
366
iocp->rdma_size = cpu_to_be32(min(sport->
port_attrib
.srp_max_rdma_size,
in srpt_get_ioc()
1794
int sq_size = sport->
port_attrib
.srp_sq_size;
in srpt_create_ch_ib()
2246
ch->max_rsp_size = ch->sport->
port_attrib
.srp_max_rsp_size;
in srpt_cm_req_recv()
3175
srpt_use_srq(sdev, sdev->port[0].
port_attrib
.use_srq);
in srpt_add_one()
3219
sport->
port_attrib
.srp_max_rdma_size = DEFAULT_MAX_RDMA_SIZE;
in srpt_add_one()
3220
sport->
port_attrib
.srp_max_rsp_size = DEFAULT_MAX_RSP_SIZE;
in srpt_add_one()
3221
sport->
port_attrib
.srp_sq_size = DEF_SRPT_SQ_SIZE;
in srpt_add_one()
3222
sport->
port_attrib
.use_srq = false;
in srpt_add_one()
3463
return sysfs_emit(page, "%u\n", sport->
port_attrib
.srp_max_rdma_size);
in srpt_tpg_attrib_srp_max_rdma_size_show()
3489
sport->
port_attrib
in srpt_tpg_attrib_srp_max_rdma_size_store()
[all...]
H
A
D
ib_srpt.h
409
* @
port_attrib
: Port attributes that can be accessed through configfs.
428
struct srpt_port_attrib
port_attrib
;
member
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H
A
D
bfa_fcs_lport.c
2240
struct fdmi_port_attr_s *
port_attrib
= (struct fdmi_port_attr_s *) pyld;
in bfa_fcs_lport_fdmi_build_portattr_block()
local
2252
len = sizeof(
port_attrib
->attr_count);
in bfa_fcs_lport_fdmi_build_portattr_block()
2257
curr_ptr = (u8 *) &
port_attrib
->port_attr;
in bfa_fcs_lport_fdmi_build_portattr_block()
2454
port_attrib
->attr_count = cpu_to_be32(count);
in bfa_fcs_lport_fdmi_build_portattr_block()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H
A
D
bfa_fcs_lport.c
2248
struct fdmi_port_attr_s *
port_attrib
= (struct fdmi_port_attr_s *) pyld;
in bfa_fcs_lport_fdmi_build_portattr_block()
local
2260
len = sizeof(
port_attrib
->attr_count);
in bfa_fcs_lport_fdmi_build_portattr_block()
2265
curr_ptr = (u8 *) &
port_attrib
->port_attr;
in bfa_fcs_lport_fdmi_build_portattr_block()
2462
port_attrib
->attr_count = cpu_to_be32(count);
in bfa_fcs_lport_fdmi_build_portattr_block()
Completed in 25 milliseconds