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:eq_context
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H
A
D
mthca_eq.c
474
struct mthca_eq_context *
eq_context
;
in mthca_create_eq()
local
497
eq_context
= mailbox->buf;
in mthca_create_eq()
527
memset(
eq_context
, 0, sizeof *
eq_context
);
in mthca_create_eq()
528
eq_context
->flags = cpu_to_be32(MTHCA_EQ_STATUS_OK |
in mthca_create_eq()
533
eq_context
->flags |= cpu_to_be32(MTHCA_EQ_STATE_ARBEL);
in mthca_create_eq()
535
eq_context
->logsize_usrpage = cpu_to_be32((ffs(eq->nent) - 1) << 24);
in mthca_create_eq()
537
eq_context
->arbel_pd = cpu_to_be32(dev->driver_pd.pd_num);
in mthca_create_eq()
539
eq_context
->logsize_usrpage |= cpu_to_be32(dev->driver_uar.index);
in mthca_create_eq()
540
eq_context
in mthca_create_eq()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H
A
D
mthca_eq.c
474
struct mthca_eq_context *
eq_context
;
in mthca_create_eq()
local
497
eq_context
= mailbox->buf;
in mthca_create_eq()
527
memset(
eq_context
, 0, sizeof *
eq_context
);
in mthca_create_eq()
528
eq_context
->flags = cpu_to_be32(MTHCA_EQ_STATUS_OK |
in mthca_create_eq()
533
eq_context
->flags |= cpu_to_be32(MTHCA_EQ_STATE_ARBEL);
in mthca_create_eq()
535
eq_context
->logsize_usrpage = cpu_to_be32((ffs(eq->nent) - 1) << 24);
in mthca_create_eq()
537
eq_context
->arbel_pd = cpu_to_be32(dev->driver_pd.pd_num);
in mthca_create_eq()
539
eq_context
->logsize_usrpage |= cpu_to_be32(dev->driver_uar.index);
in mthca_create_eq()
540
eq_context
in mthca_create_eq()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
eq.c
974
struct mlx4_eq_context *
eq_context
;
in mlx4_create_eq()
local
1004
eq_context
= mailbox->buf;
in mlx4_create_eq()
1036
eq_context
->flags = cpu_to_be32(MLX4_EQ_STATUS_OK |
in mlx4_create_eq()
1038
eq_context
->log_eq_size = ilog2(eq->nent);
in mlx4_create_eq()
1039
eq_context
->intr = intr;
in mlx4_create_eq()
1040
eq_context
->log_page_size = PAGE_SHIFT - MLX4_ICM_PAGE_SHIFT;
in mlx4_create_eq()
1043
eq_context
->mtt_base_addr_h = mtt_addr >> 32;
in mlx4_create_eq()
1044
eq_context
->mtt_base_addr_l = cpu_to_be32(mtt_addr & 0xffffffff);
in mlx4_create_eq()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
eq.c
975
struct mlx4_eq_context *
eq_context
;
in mlx4_create_eq()
local
1005
eq_context
= mailbox->buf;
in mlx4_create_eq()
1037
eq_context
->flags = cpu_to_be32(MLX4_EQ_STATUS_OK |
in mlx4_create_eq()
1039
eq_context
->log_eq_size = ilog2(eq->nent);
in mlx4_create_eq()
1040
eq_context
->intr = intr;
in mlx4_create_eq()
1041
eq_context
->log_page_size = PAGE_SHIFT - MLX4_ICM_PAGE_SHIFT;
in mlx4_create_eq()
1044
eq_context
->mtt_base_addr_h = mtt_addr >> 32;
in mlx4_create_eq()
1045
eq_context
->mtt_base_addr_l = cpu_to_be32(mtt_addr & 0xffffffff);
in mlx4_create_eq()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_hw4.h
1055
struct
eq_context
{
struct
1141
struct
eq_context
context;
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_hw4.h
1115
struct
eq_context
{
struct
1232
struct
eq_context
context;
Completed in 39 milliseconds