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:bd_used
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.h
51
u16
bd_used
;
member
H
A
D
qed_ll2.c
309
p_tx->cur_completing_bd_idx == p_pkt->
bd_used
;
in qed_ll2_txq_flush()
355
num_bds_in_packet = p_pkt->
bd_used
;
in qed_ll2_txq_completion()
370
b_last_frag = p_tx->cur_completing_bd_idx == p_pkt->
bd_used
;
in qed_ll2_txq_completion()
886
if (p_pkt->
bd_used
!= 1) {
in qed_ll2_lb_txq_completion()
889
p_pkt->
bd_used
);
in qed_ll2_lb_txq_completion()
1802
p_curp->
bd_used
= pkt->num_of_bds;
in qed_ll2_prepare_tx_packet_set()
1914
p_ll2_conn->tx_queue.cur_send_packet->
bd_used
)
in qed_ll2_tx_packet_notify()
2026
if (cur_send_frag_num >= p_cur_send_packet->
bd_used
)
in qed_ll2_set_fragment_of_tx_packet()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.h
50
u16
bd_used
;
member
H
A
D
qed_ll2.c
335
p_tx->cur_completing_bd_idx == p_pkt->
bd_used
;
in qed_ll2_txq_flush()
381
num_bds_in_packet = p_pkt->
bd_used
;
in qed_ll2_txq_completion()
396
b_last_frag = p_tx->cur_completing_bd_idx == p_pkt->
bd_used
;
in qed_ll2_txq_completion()
909
if (unlikely(p_pkt->
bd_used
!= 1)) {
in qed_ll2_lb_txq_completion()
912
p_pkt->
bd_used
);
in qed_ll2_lb_txq_completion()
1845
p_curp->
bd_used
= pkt->num_of_bds;
in qed_ll2_prepare_tx_packet_set()
1957
p_ll2_conn->tx_queue.cur_send_packet->
bd_used
)
in qed_ll2_tx_packet_notify()
2070
if (unlikely(cur_send_frag_num >= p_cur_send_packet->
bd_used
))
in qed_ll2_set_fragment_of_tx_packet()
Completed in 8 milliseconds