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:posting_descq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.h
73
struct list_head
posting_descq
;
member
H
A
D
qed_ll2.c
1567
INIT_LIST_HEAD(&p_rx->
posting_descq
);
in qed_ll2_establish_connection()
1688
while (!list_empty(&p_rx->
posting_descq
)) {
in qed_ll2_post_rx_buffer_notify_fw()
1689
p_posting_packet = list_first_entry(&p_rx->
posting_descq
,
in qed_ll2_post_rx_buffer_notify_fw()
1783
list_add_tail(&p_curp->list_entry, &p_rx->
posting_descq
);
in qed_ll2_post_rx_buffer()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.h
72
struct list_head
posting_descq
;
member
H
A
D
qed_ll2.c
1593
INIT_LIST_HEAD(&p_rx->
posting_descq
);
in qed_ll2_establish_connection()
1731
while (!list_empty(&p_rx->
posting_descq
)) {
in qed_ll2_post_rx_buffer_notify_fw()
1732
p_posting_packet = list_first_entry(&p_rx->
posting_descq
,
in qed_ll2_post_rx_buffer_notify_fw()
1826
list_add_tail(&p_curp->list_entry, &p_rx->
posting_descq
);
in qed_ll2_post_rx_buffer()
Completed in 8 milliseconds