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:xferq_addr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_fcoe.c
54
dma_addr_t
xferq_addr
[4];
member
262
DMA_REGPAIR_LE(p_data->xferq_curr_page_addr, p_conn->
xferq_addr
[0]);
in qed_sp_fcoe_conn_offload()
263
DMA_REGPAIR_LE(p_data->xferq_next_page_addr, p_conn->
xferq_addr
[1]);
in qed_sp_fcoe_conn_offload()
396
for (i = 0; i < ARRAY_SIZE(p_conn->
xferq_addr
); i++) {
in qed_fcoe_allocate_connection()
399
&p_conn->
xferq_addr
[i], GFP_KERNEL);
in qed_fcoe_allocate_connection()
405
((dma_addr_t *)p_addr)[i] = p_conn->
xferq_addr
[i];
in qed_fcoe_allocate_connection()
447
for (i = 0; i < ARRAY_SIZE(p_conn->
xferq_addr
); i++)
in qed_fcoe_allocate_connection()
452
p_conn->
xferq_addr
[i]);
in qed_fcoe_allocate_connection()
487
for (i = 0; i < ARRAY_SIZE(p_conn->
xferq_addr
); i++) {
in qed_fcoe_free_connection()
493
p_conn->
xferq_addr
[
in qed_fcoe_free_connection()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_fcoe.c
55
dma_addr_t
xferq_addr
[4];
member
263
DMA_REGPAIR_LE(p_data->xferq_curr_page_addr, p_conn->
xferq_addr
[0]);
in qed_sp_fcoe_conn_offload()
264
DMA_REGPAIR_LE(p_data->xferq_next_page_addr, p_conn->
xferq_addr
[1]);
in qed_sp_fcoe_conn_offload()
397
for (i = 0; i < ARRAY_SIZE(p_conn->
xferq_addr
); i++) {
in qed_fcoe_allocate_connection()
400
&p_conn->
xferq_addr
[i], GFP_KERNEL);
in qed_fcoe_allocate_connection()
406
((dma_addr_t *)p_addr)[i] = p_conn->
xferq_addr
[i];
in qed_fcoe_allocate_connection()
448
for (i = 0; i < ARRAY_SIZE(p_conn->
xferq_addr
); i++)
in qed_fcoe_allocate_connection()
453
p_conn->
xferq_addr
[i]);
in qed_fcoe_allocate_connection()
488
for (i = 0; i < ARRAY_SIZE(p_conn->
xferq_addr
); i++) {
in qed_fcoe_free_connection()
494
p_conn->
xferq_addr
[
in qed_fcoe_free_connection()
[all...]
Completed in 4 milliseconds