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:rattr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H
A
D
main.c
1020
struct bnxt_re_ring_attr
rattr
= {};
in bnxt_re_alloc_res()
local
1055
rattr
.dma_arr = nq->hwq.pbl[PBL_LVL_0].pg_map_arr;
in bnxt_re_alloc_res()
1056
rattr
.pages = nq->hwq.pbl[rdev->nq[i].hwq.level].pg_count;
in bnxt_re_alloc_res()
1057
rattr
.type = type;
in bnxt_re_alloc_res()
1058
rattr
.mode = RING_ALLOC_REQ_INT_MODE_MSIX;
in bnxt_re_alloc_res()
1059
rattr
.depth = BNXT_QPLIB_NQE_MAX_CNT - 1;
in bnxt_re_alloc_res()
1060
rattr
.lrid = rdev->msix_entries[i + 1].ring_idx;
in bnxt_re_alloc_res()
1061
rc = bnxt_re_net_ring_alloc(rdev, &
rattr
, &nq->ring_id);
in bnxt_re_alloc_res()
1403
struct bnxt_re_ring_attr
rattr
;
in bnxt_re_dev_init()
local
1410
memset(&
rattr
,
in bnxt_re_dev_init()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H
A
D
main.c
1148
struct bnxt_re_ring_attr
rattr
= {};
in bnxt_re_alloc_res()
local
1182
rattr
.dma_arr = nq->hwq.pbl[PBL_LVL_0].pg_map_arr;
in bnxt_re_alloc_res()
1183
rattr
.pages = nq->hwq.pbl[rdev->nq[i].hwq.level].pg_count;
in bnxt_re_alloc_res()
1184
rattr
.type = type;
in bnxt_re_alloc_res()
1185
rattr
.mode = RING_ALLOC_REQ_INT_MODE_MSIX;
in bnxt_re_alloc_res()
1186
rattr
.depth = BNXT_QPLIB_NQE_MAX_CNT - 1;
in bnxt_re_alloc_res()
1187
rattr
.lrid = rdev->en_dev->msix_entries[i + 1].ring_idx;
in bnxt_re_alloc_res()
1188
rc = bnxt_re_net_ring_alloc(rdev, &
rattr
, &nq->ring_id);
in bnxt_re_alloc_res()
1447
struct bnxt_re_ring_attr
rattr
= {};
in bnxt_re_dev_init()
local
1500
rattr
in bnxt_re_dev_init()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
super.c
1927
const struct btrfs_raid_attr *
rattr
;
in btrfs_calc_avail_data_space()
local
1951
rattr
= &btrfs_raid_array[btrfs_bg_flags_to_raid_index(type)];
in btrfs_calc_avail_data_space()
1956
num_stripes =
rattr
->ncopies;
in btrfs_calc_avail_data_space()
1961
min_stripe_size =
rattr
->dev_stripes * BTRFS_STRIPE_LEN;
in btrfs_calc_avail_data_space()
2001
while (nr_devices >=
rattr
->devs_min) {
in btrfs_calc_avail_data_space()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
super.c
2066
const struct btrfs_raid_attr *
rattr
;
in btrfs_calc_avail_data_space()
local
2090
rattr
= &btrfs_raid_array[btrfs_bg_flags_to_raid_index(type)];
in btrfs_calc_avail_data_space()
2104
min_stripe_size =
rattr
->dev_stripes * BTRFS_STRIPE_LEN;
in btrfs_calc_avail_data_space()
2148
while (nr_devices >=
rattr
->devs_min) {
in btrfs_calc_avail_data_space()
Completed in 10 milliseconds