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_frag_num
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.c
1593
p_tx->
cur_send_frag_num
= 0;
in qed_ll2_establish_connection()
1805
p_tx->
cur_send_frag_num
= 0;
in qed_ll2_prepare_tx_packet_set()
1807
p_curp->bds_set[p_tx->
cur_send_frag_num
].tx_frag = pkt->first_frag;
in qed_ll2_prepare_tx_packet_set()
1808
p_curp->bds_set[p_tx->
cur_send_frag_num
].frag_len = pkt->first_frag_len;
in qed_ll2_prepare_tx_packet_set()
1809
p_tx->
cur_send_frag_num
++;
in qed_ll2_prepare_tx_packet_set()
1887
if (p_ll2->tx_queue.
cur_send_frag_num
== pkt->num_of_bds)
in qed_ll2_prepare_tx_packet_set_bd()
1891
for (frag_idx = p_ll2->tx_queue.
cur_send_frag_num
;
in qed_ll2_prepare_tx_packet_set_bd()
1913
if (p_ll2_conn->tx_queue.
cur_send_frag_num
!=
in qed_ll2_tx_packet_notify()
1921
p_ll2_conn->tx_queue.
cur_send_frag_num
= 0;
in qed_ll2_tx_packet_notify()
2012
u16
cur_send_frag_num
in qed_ll2_set_fragment_of_tx_packet()
local
[all...]
H
A
D
qed_ll2.h
93
u16
cur_send_frag_num
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.c
1619
p_tx->
cur_send_frag_num
= 0;
in qed_ll2_establish_connection()
1848
p_tx->
cur_send_frag_num
= 0;
in qed_ll2_prepare_tx_packet_set()
1850
p_curp->bds_set[p_tx->
cur_send_frag_num
].tx_frag = pkt->first_frag;
in qed_ll2_prepare_tx_packet_set()
1851
p_curp->bds_set[p_tx->
cur_send_frag_num
].frag_len = pkt->first_frag_len;
in qed_ll2_prepare_tx_packet_set()
1852
p_tx->
cur_send_frag_num
++;
in qed_ll2_prepare_tx_packet_set()
1930
if (p_ll2->tx_queue.
cur_send_frag_num
== pkt->num_of_bds)
in qed_ll2_prepare_tx_packet_set_bd()
1934
for (frag_idx = p_ll2->tx_queue.
cur_send_frag_num
;
in qed_ll2_prepare_tx_packet_set_bd()
1956
if (p_ll2_conn->tx_queue.
cur_send_frag_num
!=
in qed_ll2_tx_packet_notify()
1964
p_ll2_conn->tx_queue.
cur_send_frag_num
= 0;
in qed_ll2_tx_packet_notify()
2056
u16
cur_send_frag_num
in qed_ll2_set_fragment_of_tx_packet()
local
[all...]
H
A
D
qed_ll2.h
92
u16
cur_send_frag_num
;
member
Completed in 7 milliseconds