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:tbl_indx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H
A
D
qplib_fp.c
833
u32
tbl_indx
;
in bnxt_qplib_create_qp1()
local
923
tbl_indx
= map_qp_id_to_tbl_indx(qp->id, rcfw);
in bnxt_qplib_create_qp1()
924
rcfw->qp_tbl[
tbl_indx
].qp_id = qp->id;
in bnxt_qplib_create_qp1()
925
rcfw->qp_tbl[
tbl_indx
].qp_handle = (void *)qp;
in bnxt_qplib_create_qp1()
976
u32
tbl_indx
;
in bnxt_qplib_create_qp()
local
1129
tbl_indx
= map_qp_id_to_tbl_indx(qp->id, rcfw);
in bnxt_qplib_create_qp()
1130
rcfw->qp_tbl[
tbl_indx
].qp_id = qp->id;
in bnxt_qplib_create_qp()
1131
rcfw->qp_tbl[
tbl_indx
].qp_handle = (void *)qp;
in bnxt_qplib_create_qp()
1476
u32
tbl_indx
;
in bnxt_qplib_destroy_qp()
local
1479
tbl_indx
in bnxt_qplib_destroy_qp()
[all...]
H
A
D
qplib_rcfw.c
312
u32 qp_id,
tbl_indx
;
in bnxt_qplib_process_qp_event()
local
319
tbl_indx
= map_qp_id_to_tbl_indx(qp_id, rcfw);
in bnxt_qplib_process_qp_event()
320
qp = rcfw->qp_tbl[
tbl_indx
].qp_handle;
in bnxt_qplib_process_qp_event()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H
A
D
qplib_fp.c
850
u32
tbl_indx
;
in bnxt_qplib_create_qp1()
local
941
tbl_indx
= map_qp_id_to_tbl_indx(qp->id, rcfw);
in bnxt_qplib_create_qp1()
942
rcfw->qp_tbl[
tbl_indx
].qp_id = qp->id;
in bnxt_qplib_create_qp1()
943
rcfw->qp_tbl[
tbl_indx
].qp_handle = (void *)qp;
in bnxt_qplib_create_qp1()
993
u32
tbl_indx
;
in bnxt_qplib_create_qp()
local
1152
tbl_indx
= map_qp_id_to_tbl_indx(qp->id, rcfw);
in bnxt_qplib_create_qp()
1153
rcfw->qp_tbl[
tbl_indx
].qp_id = qp->id;
in bnxt_qplib_create_qp()
1154
rcfw->qp_tbl[
tbl_indx
].qp_handle = (void *)qp;
in bnxt_qplib_create_qp()
1503
u32
tbl_indx
;
in bnxt_qplib_destroy_qp()
local
1506
tbl_indx
in bnxt_qplib_destroy_qp()
[all...]
H
A
D
qplib_rcfw.c
626
u32 qp_id,
tbl_indx
, req_size;
in bnxt_qplib_process_qp_event()
local
640
tbl_indx
= map_qp_id_to_tbl_indx(qp_id, rcfw);
in bnxt_qplib_process_qp_event()
641
qp = rcfw->qp_tbl[
tbl_indx
].qp_handle;
in bnxt_qplib_process_qp_event()
Completed in 8 milliseconds