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:p_tx_chain
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.c
1818
struct qed_chain *
p_tx_chain
= &p_ll2->tx_queue.txq_chain;
in qed_ll2_prepare_tx_packet_set_bd()
local
1819
u16 prod_idx = qed_chain_get_prod_idx(
p_tx_chain
);
in qed_ll2_prepare_tx_packet_set_bd()
1844
start_bd = (struct core_tx_bd *)qed_chain_produce(
p_tx_chain
);
in qed_ll2_prepare_tx_packet_set_bd()
1895
*p_bd = (struct core_tx_bd *)qed_chain_produce(
p_tx_chain
);
in qed_ll2_prepare_tx_packet_set_bd()
1962
struct qed_chain *
p_tx_chain
;
in qed_ll2_prepare_tx_packet()
local
1970
p_tx_chain
= &p_tx->txq_chain;
in qed_ll2_prepare_tx_packet()
1985
if (p_curp && qed_chain_get_elem_left(
p_tx_chain
) < pkt->num_of_bds)
in qed_ll2_prepare_tx_packet()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.c
1861
struct qed_chain *
p_tx_chain
= &p_ll2->tx_queue.txq_chain;
in qed_ll2_prepare_tx_packet_set_bd()
local
1862
u16 prod_idx = qed_chain_get_prod_idx(
p_tx_chain
);
in qed_ll2_prepare_tx_packet_set_bd()
1887
start_bd = (struct core_tx_bd *)qed_chain_produce(
p_tx_chain
);
in qed_ll2_prepare_tx_packet_set_bd()
1938
*p_bd = (struct core_tx_bd *)qed_chain_produce(
p_tx_chain
);
in qed_ll2_prepare_tx_packet_set_bd()
2005
struct qed_chain *
p_tx_chain
;
in qed_ll2_prepare_tx_packet()
local
2013
p_tx_chain
= &p_tx->txq_chain;
in qed_ll2_prepare_tx_packet()
2029
qed_chain_get_elem_left(
p_tx_chain
) < pkt->num_of_bds))
in qed_ll2_prepare_tx_packet()
Completed in 12 milliseconds