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:cur_send_packet
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.h
97
struct qed_ll2_tx_packet *
cur_send_packet
;
member
H
A
D
qed_ll2.c
1592
p_tx->
cur_send_packet
= NULL;
in qed_ll2_establish_connection()
1804
p_tx->
cur_send_packet
= p_curp;
in qed_ll2_prepare_tx_packet_set()
1907
bool b_notify = p_ll2_conn->tx_queue.
cur_send_packet
->notify_fw;
in qed_ll2_tx_packet_notify()
1914
p_ll2_conn->tx_queue.
cur_send_packet
->bd_used)
in qed_ll2_tx_packet_notify()
1918
list_add_tail(&p_ll2_conn->tx_queue.
cur_send_packet
->list_entry,
in qed_ll2_tx_packet_notify()
1920
p_ll2_conn->tx_queue.
cur_send_packet
= NULL;
in qed_ll2_tx_packet_notify()
1976
if (p_tx->
cur_send_packet
) {
in qed_ll2_prepare_tx_packet()
2020
if (!p_ll2_conn->tx_queue.
cur_send_packet
)
in qed_ll2_set_fragment_of_tx_packet()
2023
p_cur_send_packet = p_ll2_conn->tx_queue.
cur_send_packet
;
in qed_ll2_set_fragment_of_tx_packet()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.h
96
struct qed_ll2_tx_packet *
cur_send_packet
;
member
H
A
D
qed_ll2.c
1618
p_tx->
cur_send_packet
= NULL;
in qed_ll2_establish_connection()
1847
p_tx->
cur_send_packet
= p_curp;
in qed_ll2_prepare_tx_packet_set()
1950
bool b_notify = p_ll2_conn->tx_queue.
cur_send_packet
->notify_fw;
in qed_ll2_tx_packet_notify()
1957
p_ll2_conn->tx_queue.
cur_send_packet
->bd_used)
in qed_ll2_tx_packet_notify()
1961
list_add_tail(&p_ll2_conn->tx_queue.
cur_send_packet
->list_entry,
in qed_ll2_tx_packet_notify()
1963
p_ll2_conn->tx_queue.
cur_send_packet
= NULL;
in qed_ll2_tx_packet_notify()
2019
if (unlikely(p_tx->
cur_send_packet
)) {
in qed_ll2_prepare_tx_packet()
2064
if (unlikely(!p_ll2_conn->tx_queue.
cur_send_packet
))
in qed_ll2_set_fragment_of_tx_packet()
2067
p_cur_send_packet = p_ll2_conn->tx_queue.
cur_send_packet
;
in qed_ll2_set_fragment_of_tx_packet()
Completed in 15 milliseconds