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:get_param_l
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
srq.c
131
*srqn =
get_param_l
(&out_param);
in mlx4_srq_alloc_icm()
H
A
D
pd.c
89
*xrcdn =
get_param_l
(&out_param);
in mlx4_xrcd_alloc()
H
A
D
resource_tracker.c
1798
count =
get_param_l
(&in_param) & 0xffffff;
in qp_alloc_res()
1802
flags = (
get_param_l
(&in_param) >> 24) & dev->caps.alloc_res_qp_mask;
in qp_alloc_res()
1823
qpn =
get_param_l
(&in_param) & 0x7fffff;
in qp_alloc_res()
1863
order =
get_param_l
(&in_param);
in mtt_alloc_res()
1916
index =
get_param_l
(&in_param);
in mpt_alloc_res()
2106
port = !in_port ?
get_param_l
(out_param) : in_port;
in mac_alloc_res()
2214
port = !in_port ?
get_param_l
(out_param) : in_port;
in vlan_alloc_res()
2369
base =
get_param_l
(&in_param) & 0x7fffff;
in qp_free_res()
2378
qpn =
get_param_l
(&in_param) & 0x7fffff;
in qp_free_res()
2409
base =
get_param_l
(
in mtt_free_res()
[all...]
H
A
D
mr.c
189
return
get_param_l
(&out_param);
in mlx4_alloc_mtt_range()
455
return
get_param_l
(&out_param);
in mlx4_mpt_reserve()
H
A
D
cq.c
257
*cqn =
get_param_l
(&out_param);
in mlx4_cq_alloc_icm()
H
A
D
qp.c
268
*base =
get_param_l
(&out_param);
in mlx4_qp_reserve_range()
H
A
D
port.c
366
return
get_param_l
(&out_param);
in mlx4_register_mac()
754
*index =
get_param_l
(&out_param);
in mlx4_register_vlan()
H
A
D
mlx4.h
1386
static inline u32
get_param_l
(u64 *arg)
in get_param_l()
function
H
A
D
main.c
2607
*idx =
get_param_l
(&out_param);
in mlx4_counter_alloc()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
pd.c
89
*xrcdn =
get_param_l
(&out_param);
in mlx4_xrcd_alloc()
H
A
D
srq.c
131
*srqn =
get_param_l
(&out_param);
in mlx4_srq_alloc_icm()
H
A
D
resource_tracker.c
1798
count =
get_param_l
(&in_param) & 0xffffff;
in qp_alloc_res()
1802
flags = (
get_param_l
(&in_param) >> 24) & dev->caps.alloc_res_qp_mask;
in qp_alloc_res()
1823
qpn =
get_param_l
(&in_param) & 0x7fffff;
in qp_alloc_res()
1863
order =
get_param_l
(&in_param);
in mtt_alloc_res()
1916
index =
get_param_l
(&in_param);
in mpt_alloc_res()
2106
port = !in_port ?
get_param_l
(out_param) : in_port;
in mac_alloc_res()
2214
port = !in_port ?
get_param_l
(out_param) : in_port;
in vlan_alloc_res()
2369
base =
get_param_l
(&in_param) & 0x7fffff;
in qp_free_res()
2378
qpn =
get_param_l
(&in_param) & 0x7fffff;
in qp_free_res()
2409
base =
get_param_l
(
in mtt_free_res()
[all...]
H
A
D
mr.c
189
return
get_param_l
(&out_param);
in mlx4_alloc_mtt_range()
455
return
get_param_l
(&out_param);
in mlx4_mpt_reserve()
H
A
D
cq.c
257
*cqn =
get_param_l
(&out_param);
in mlx4_cq_alloc_icm()
H
A
D
qp.c
273
*base =
get_param_l
(&out_param);
in mlx4_qp_reserve_range()
H
A
D
port.c
366
return
get_param_l
(&out_param);
in mlx4_register_mac()
754
*index =
get_param_l
(&out_param);
in mlx4_register_vlan()
H
A
D
mlx4.h
1397
static inline u32
get_param_l
(u64 *arg)
in get_param_l()
function
H
A
D
main.c
2632
*idx =
get_param_l
(&out_param);
in mlx4_counter_alloc()
Completed in 44 milliseconds