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:rcq_chain
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.c
520
cq_old_idx = qed_chain_get_cons_idx(&p_rx->
rcq_chain
);
in qed_ll2_rxq_completion()
527
qed_chain_consume(&p_rx->
rcq_chain
);
in qed_ll2_rxq_completion()
528
cq_old_idx = qed_chain_get_cons_idx(&p_rx->
rcq_chain
);
in qed_ll2_rxq_completion()
635
cq_old_idx = qed_chain_get_cons_idx(&p_rx->
rcq_chain
);
in qed_ll2_lb_rxq_handler()
642
cqe = qed_chain_consume(&p_rx->
rcq_chain
);
in qed_ll2_lb_rxq_handler()
643
cq_old_idx = qed_chain_get_cons_idx(&p_rx->
rcq_chain
);
in qed_ll2_lb_rxq_handler()
967
cqe_pbl_size = (u16)qed_chain_get_page_cnt(&p_rx->
rcq_chain
);
in qed_sp_ll2_rx_queue_start()
970
qed_chain_get_pbl_phys(&p_rx->
rcq_chain
));
in qed_sp_ll2_rx_queue_start()
1184
rc = qed_chain_alloc(cdev, &p_ll2_info->rx_queue.
rcq_chain
, ¶ms);
in qed_ll2_acquire_connection_rx()
1564
qed_chain_reset(&p_rx->
rcq_chain
);
in qed_ll2_establish_connection()
[all...]
H
A
D
qed_ll2.h
66
struct qed_chain
rcq_chain
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.c
546
cq_old_idx = qed_chain_get_cons_idx(&p_rx->
rcq_chain
);
in qed_ll2_rxq_completion()
553
qed_chain_consume(&p_rx->
rcq_chain
);
in qed_ll2_rxq_completion()
554
cq_old_idx = qed_chain_get_cons_idx(&p_rx->
rcq_chain
);
in qed_ll2_rxq_completion()
661
cq_old_idx = qed_chain_get_cons_idx(&p_rx->
rcq_chain
);
in qed_ll2_lb_rxq_handler()
668
cqe = qed_chain_consume(&p_rx->
rcq_chain
);
in qed_ll2_lb_rxq_handler()
669
cq_old_idx = qed_chain_get_cons_idx(&p_rx->
rcq_chain
);
in qed_ll2_lb_rxq_handler()
990
cqe_pbl_size = (u16)qed_chain_get_page_cnt(&p_rx->
rcq_chain
);
in qed_sp_ll2_rx_queue_start()
993
qed_chain_get_pbl_phys(&p_rx->
rcq_chain
));
in qed_sp_ll2_rx_queue_start()
1210
rc = qed_chain_alloc(cdev, &p_ll2_info->rx_queue.
rcq_chain
, ¶ms);
in qed_ll2_acquire_connection_rx()
1590
qed_chain_reset(&p_rx->
rcq_chain
);
in qed_ll2_establish_connection()
[all...]
H
A
D
qed_ll2.h
65
struct qed_chain
rcq_chain
;
member
Completed in 6 milliseconds