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:xhq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_nvmetcp.h
52
struct qed_chain
xhq
;
member
H
A
D
qed_nvmetcp.c
308
xhq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->
xhq
);
in qed_sp_nvmetcp_conn_offload()
499
rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->
xhq
, ¶ms);
in qed_nvmetcp_allocate_connection()
561
qed_chain_free(p_hwfn->cdev, &p_conn->
xhq
);
in qed_nvmetcp_free_connection()
H
A
D
qed_iscsi.c
54
struct qed_chain
xhq
;
member
313
xhq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->
xhq
);
in qed_sp_iscsi_conn_offload()
674
if (!p_conn->
xhq
.p_virt_addr)
in qed_iscsi_setup_connection()
676
qed_chain_pbl_zero_mem(&p_conn->
xhq
);
in qed_iscsi_setup_connection()
751
rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->
xhq
, ¶ms);
in qed_iscsi_allocate_connection()
830
qed_chain_free(p_hwfn->cdev, &p_conn->
xhq
);
in qed_iscsi_free_connection()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_iscsi.c
53
struct qed_chain
xhq
;
member
312
xhq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->
xhq
);
in qed_sp_iscsi_conn_offload()
675
if (!p_conn->
xhq
.p_virt_addr)
in qed_iscsi_setup_connection()
677
qed_chain_pbl_zero_mem(&p_conn->
xhq
);
in qed_iscsi_setup_connection()
752
rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->
xhq
, ¶ms);
in qed_iscsi_allocate_connection()
831
qed_chain_free(p_hwfn->cdev, &p_conn->
xhq
);
in qed_iscsi_free_connection()
Completed in 6 milliseconds