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:shampo
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_rx.c
642
struct mlx5e_shampo_hd *
shampo
= rq->mpwqe.
shampo
;
in mlx5e_build_shampo_hd_umr()
local
645
u16 page_index =
shampo
->curr_page_index;
in mlx5e_build_shampo_hd_umr()
647
u64 addr =
shampo
->last_addr;
in mlx5e_build_shampo_hd_umr()
653
new_entries = klm_entries - (
shampo
->pi & (MLX5_UMR_KLM_NUM_ENTRIES_ALIGNMENT - 1));
in mlx5e_build_shampo_hd_umr()
658
build_klm_umr(sq, umr_wqe,
shampo
->key, index, entries, wqe_bbs);
in mlx5e_build_shampo_hd_umr()
660
frag_page = &
shampo
->pages[page_index];
in mlx5e_build_shampo_hd_umr()
663
dma_info = &
shampo
->info[index];
in mlx5e_build_shampo_hd_umr()
664
if (i >= klm_entries || (index <
shampo
->pi &&
shampo
in mlx5e_build_shampo_hd_umr()
722
struct mlx5e_
shampo
_hd *
shampo
= rq->mpwqe.
shampo
;
mlx5e_alloc_rx_hd_mpwqe()
local
850
struct mlx5e_
shampo
_hd *
shampo
= rq->mpwqe.
shampo
;
mlx5e_shampo_dealloc_hd()
local
978
struct mlx5e_
shampo
_hd *
shampo
;
mlx5e_handle_shampo_hd_umr()
local
2285
struct mlx5e_
shampo
_hd *
shampo
= rq->mpwqe.
shampo
;
mlx5e_free_rx_shampo_hd_entry()
local
[all...]
H
A
D
en_main.c
247
rq->mpwqe.
shampo
= kvzalloc_node(sizeof(*rq->mpwqe.
shampo
),
in mlx5e_rq_shampo_hd_alloc()
249
if (!rq->mpwqe.
shampo
)
in mlx5e_rq_shampo_hd_alloc()
256
kvfree(rq->mpwqe.
shampo
);
in mlx5e_rq_shampo_hd_free()
261
struct mlx5e_shampo_hd *
shampo
= rq->mpwqe.
shampo
;
in mlx5e_rq_shampo_hd_info_alloc()
local
263
shampo
->bitmap = bitmap_zalloc_node(
shampo
->hd_per_wq, GFP_KERNEL,
in mlx5e_rq_shampo_hd_info_alloc()
265
shampo
->info = kvzalloc_node(array_size(
shampo
in mlx5e_rq_shampo_hd_info_alloc()
[all...]
H
A
D
en.h
289
}
shampo
;
member
686
struct mlx5e_shampo_hd *
shampo
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H
A
D
txrx.h
200
return be16_to_cpu(cqe->
shampo
.header_entry_index) & (rq->mpwqe.
shampo
->hd_per_wq - 1);
in mlx5e_shampo_get_cqe_header_index()
216
struct mlx5e_shampo_umr
shampo
;
member
H
A
D
params.c
988
params->packet_merge.
shampo
.match_criteria_type);
in mlx5e_build_rq_param()
990
params->packet_merge.
shampo
.alignment_granularity);
in mlx5e_build_rq_param()
/kernel/linux/linux-6.6/include/linux/mlx5/
H
A
D
device.h
817
}
shampo
;
member
H
A
D
mlx5_ifc.h
1498
u8
shampo
[0x1];
member
Completed in 45 milliseconds