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:txq_chain
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.c
367
qed_chain_consume(&p_tx->
txq_chain
);
in qed_ll2_txq_completion()
897
qed_chain_consume(&p_tx->
txq_chain
);
in qed_ll2_lb_txq_completion()
1039
qed_chain_get_pbl_phys(&p_tx->
txq_chain
));
in qed_sp_ll2_tx_queue_start()
1040
pbl_size = qed_chain_get_page_cnt(&p_tx->
txq_chain
);
in qed_sp_ll2_tx_queue_start()
1216
rc = qed_chain_alloc(p_hwfn->cdev, &p_ll2_info->tx_queue.
txq_chain
,
in qed_ll2_acquire_connection_tx()
1221
capacity = qed_chain_get_capacity(&p_ll2_info->tx_queue.
txq_chain
);
in qed_ll2_acquire_connection_tx()
1575
qed_chain_reset(&p_tx->
txq_chain
);
in qed_ll2_establish_connection()
1580
capacity = qed_chain_get_capacity(&p_tx->
txq_chain
);
in qed_ll2_establish_connection()
1818
struct qed_chain *p_tx_chain = &p_ll2->tx_queue.
txq_chain
;
in qed_ll2_prepare_tx_packet_set_bd()
1927
bd_prod = qed_chain_get_prod_idx(&p_ll2_conn->tx_queue.
txq_chain
);
in qed_ll2_tx_packet_notify()
[all...]
H
A
D
qed_ll2.h
82
struct qed_chain
txq_chain
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.c
393
qed_chain_consume(&p_tx->
txq_chain
);
in qed_ll2_txq_completion()
920
qed_chain_consume(&p_tx->
txq_chain
);
in qed_ll2_lb_txq_completion()
1063
qed_chain_get_pbl_phys(&p_tx->
txq_chain
));
in qed_sp_ll2_tx_queue_start()
1064
pbl_size = qed_chain_get_page_cnt(&p_tx->
txq_chain
);
in qed_sp_ll2_tx_queue_start()
1242
rc = qed_chain_alloc(p_hwfn->cdev, &p_ll2_info->tx_queue.
txq_chain
,
in qed_ll2_acquire_connection_tx()
1247
capacity = qed_chain_get_capacity(&p_ll2_info->tx_queue.
txq_chain
);
in qed_ll2_acquire_connection_tx()
1601
qed_chain_reset(&p_tx->
txq_chain
);
in qed_ll2_establish_connection()
1606
capacity = qed_chain_get_capacity(&p_tx->
txq_chain
);
in qed_ll2_establish_connection()
1861
struct qed_chain *p_tx_chain = &p_ll2->tx_queue.
txq_chain
;
in qed_ll2_prepare_tx_packet_set_bd()
1970
bd_prod = qed_chain_get_prod_idx(&p_ll2_conn->tx_queue.
txq_chain
);
in qed_ll2_tx_packet_notify()
[all...]
H
A
D
qed_ll2.h
81
struct qed_chain
txq_chain
;
member
Completed in 7 milliseconds